| thinwire.ui.Window
All known Subclasses: thinwire.ui.AbstractWindow,
PROPERTY_TITLE | final public static String PROPERTY_TITLE(Code) | | |
getMenu | Menu getMenu()(Code) | | Gets the main menubar for the window.
the main menubar for the window. |
getTitle | String getTitle()(Code) | | Gets the title of the window.
the title of the window. |
setMenu | void setMenu(Menu menu)(Code) | | Sets the main menubar for the window. If null, there will be no menubar.
Parameters: menu - |
setTitle | void setTitle(String title)(Code) | | Sets the title of the window.
Parameters: title - |
|
|