|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlbumModel | |
portaview.model | The models, or the "M" in the MVC pattern. |
portaview.view | The views, or "V" in the MVC pattern. |
Uses of AlbumModel in portaview.model |
Methods in portaview.model that return AlbumModel | |
static AlbumModel |
AlbumModel.getEmptyAlbumModel()
|
AlbumModel |
PhotoModel.getAlbum()
|
AlbumModel |
PortaViewModel.getAlbum()
|
Methods in portaview.model with parameters of type AlbumModel | |
void |
AlbumCollection.removeAlbum(AlbumModel am)
|
void |
AlbumCollection.addAlbum(AlbumModel am)
|
void |
PhotoModel.setAlbum(AlbumModel model)
Sets the album model. |
void |
PortaViewModel.setAlbum(AlbumModel model)
|
Constructors in portaview.model with parameters of type AlbumModel | |
PhotoModel(AlbumModel a,
java.lang.String name)
Constructs a Photo in a given album. |
|
PortaViewModel(java.lang.String name,
java.net.InetAddress address,
AlbumModel album)
|
Uses of AlbumModel in portaview.view |
Methods in portaview.view that return AlbumModel | |
AlbumModel |
AlbumIconView.getAlbumModel()
|
Methods in portaview.view with parameters of type AlbumModel | |
void |
AlbumIconView.setAlbumModel(AlbumModel model)
Sets the album model. |
Constructors in portaview.view with parameters of type AlbumModel | |
AlbumIconView(AlbumModel amodel,
AlbumPanel apanel)
Constrcts an icon view. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |