public interface WindowView
MultiViewWindow
.
Modifier and Type | Method and Description |
---|---|
ActionDelegate |
getActionDelegate()
Provides the optional action delegate responsible for shared buttons and menu items.
|
java.awt.Component |
getComponent()
Provides the component to be displayed by the multi view docking window.
|
StatusBarMessage |
getMessage()
Provides the status bar message for the view from the creator.
|
MultiViewWindow |
getMultiViewWindow()
Provides the multi view docking window specified when
viewAdded() was called. |
java.lang.String |
getTitle()
Provides the title of the view used for display.
|
void |
refresh()
Updates the contents of the view.
|
void |
viewAdded(MultiViewWindow parent,
java.lang.String id)
Informs the view that it was added to the multi view window.
|
void |
viewBecomesHidden()
Informs the view that it will vanish from the screen.
|
void |
viewBecomesShown()
Informs the view that it becomes visible on the screen.
|
void |
viewIsHiding()
Informs the view that it was made invisible by the manager.
|
void |
viewIsShowing()
Informs the view that it was made visible by the manager.
|
void |
viewRemoved(MultiViewWindow parent,
java.lang.String id)
Informs the view that it was removed from the multi view window.
|
java.lang.String getTitle()
java.awt.Component getComponent()
StatusBarMessage getMessage()
void viewAdded(MultiViewWindow parent, java.lang.String id)
parent
- The multi view docking windowid
- The unique IDvoid viewRemoved(MultiViewWindow parent, java.lang.String id)
parent
- The multi view docking windowid
- The unique IDvoid viewBecomesShown()
void viewBecomesHidden()
void viewIsShowing()
void viewIsHiding()
MultiViewWindow getMultiViewWindow()
viewAdded()
was called.
null
if not availablevoid refresh()
ActionDelegate getActionDelegate()
null
if not availableCopyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.