|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for MDI subwindows which display the document's view to the user.
| Method Summary | |
boolean |
close()
Try to close the window. |
Document |
getDocument()
Returns the document which this view is associated with. |
RootView |
getView()
Returns the window which this view is assigned to. |
void |
setEnabled(boolean enabled)
Sets the enabled status of this window. |
void |
setView(RootView view)
Assigns the given view to this window. |
void |
setVisible(boolean visible)
Sets the visible status of this view. |
void |
toFront()
Brings this window to the front and tries to make it the selected (=active) window. |
| Methods inherited from interface org.bs.mdi.Window |
getTitle, hide, repaint, setTitle, show |
| Method Detail |
public void toFront()
public void setEnabled(boolean enabled)
enabled - the new enabled statuspublic void setVisible(boolean visible)
visible - true if this window should be visible, false otherwisepublic boolean close()
close in interface Windowpublic Document getDocument()
getView().getDocument.
public RootView getView()
public void setView(RootView view)
view - the view
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||