|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object portaview.AbstractViewer portaview.Displayer
Represents a displayer frame and controller that shows the full-screen view of the picture.
Field Summary |
Fields inherited from class portaview.AbstractViewer |
model, view |
Constructor Summary | |
Displayer(PortaViewModel model)
Constructs a Displayer that observes on the PortaViewModel. |
Method Summary | |
javax.swing.JFrame |
getFrame()
Returns the frame of this displayer. |
void |
setVisible(boolean v)
Shows or hides the displayer. |
void |
update(java.util.Observable o,
java.lang.Object arg)
Does nothing, for the internals will update themselves. |
Methods inherited from class portaview.AbstractViewer |
getModel, getView, nextSlide, pause, play, prevSlide, setModel, setView |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Displayer(PortaViewModel model)
model
- the PortaViewModel associated with this DisplayerMethod Detail |
public javax.swing.JFrame getFrame()
public void setVisible(boolean v)
v
- show this frame if true, hide otherwise.public void update(java.util.Observable o, java.lang.Object arg)
Observer.update(java.util.Observable, java.lang.Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |