public interface IChildWindow extends IWindow
Modifier and Type | Method and Description |
---|---|
boolean |
canClose(boolean force)
Returns whether the window is ready to close or not.
|
JMenuBar |
getMenuBar()
Gets the menu for this window.
|
JToolBar |
getToolBar()
Gets the toolbar for this window.
|
String |
getToolTipText()
Gets the tooltip text of this window.
|
void |
windowActivated() |
getComponent, getIcon, getTitle
JMenuBar getMenuBar()
JToolBar getToolBar()
String getToolTipText()
boolean canClose(boolean force)
void windowActivated()