|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SlideSettings | |
portaview.model | The models, or the "M" in the MVC pattern. |
portaview.server | PortaView's server that both serves as a client (to retrieve the images from the master PortaView's server) and a server (to accept local modification as commanded by the master server). |
portaview.view | The views, or "V" in the MVC pattern. |
Uses of SlideSettings in portaview.model |
Methods in portaview.model that return SlideSettings | |
SlideSettings |
PortaViewModel.getSlideSettings()
|
Methods in portaview.model with parameters of type SlideSettings | |
void |
PortaViewModel.setSlideSettings(SlideSettings slideSettings)
Sets the slide settings and notify all the observers about the change. |
boolean |
SlideSettings.equals(SlideSettings ss)
Returns true if the given slide settings is exactly the same. |
Uses of SlideSettings in portaview.server |
Methods in portaview.server with parameters of type SlideSettings | |
void |
PortaViewClient.getPhotoFromMaster(SlideSettings ss,
org.apache.xmlrpc.AsyncCallback callback)
Tries to retrieve the full image from the master. |
Uses of SlideSettings in portaview.view |
Methods in portaview.view with parameters of type SlideSettings | |
void |
ImageControlBar.setImageCount(SlideSettings ss)
Sets the label for the slide settings. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |