org.bs.mdi
Interface RootView
- All Superinterfaces:
- ActionObservable, ActionObserver, ActionProcessor, View
- All Known Implementing Classes:
- SwingRootView
- public interface RootView
- extends View
An interface for the graphical representation of a document's information.
| Methods inherited from interface org.bs.mdi.View |
addChild, copy, countChildren, cut, delete, getChild, getData, getDocument, getParentView, isCopyPossible, isCutPossible, isDeletePossible, isPastePossible, paste, removeChild, setCopyPossible, setCutPossible, setData, setDeletePossible, setPastePossible, syncWithData |
getWindow
public DocumentWindow getWindow()
- Returns the window which is displaying this view.
- Returns:
- the window
windowChanged
public void windowChanged(DocumentWindow window)
- Called from within the framework to indicate that the view's window has
changed. This method gives the view the opportunity to react upon
this event.
- Parameters:
window - the new window