Method Summary |
|
public TabWindowProperties | addSuperObject(TabWindowProperties properties) Adds a super object from which property values are inherited. |
public WindowTabButtonProperties | getCloseButtonProperties() Returns the close button property values. |
public WindowTabButtonProperties | getDockButtonProperties() Returns the dock button property values. |
public WindowTabButtonProperties | getMaximizeButtonProperties() Returns the maximize button property values. |
public WindowTabButtonProperties | getMinimizeButtonProperties() Returns the minimize button property values. |
public boolean | getRespectChildWindowMinimumSize()
Returns true if the TabWindow will respect its child windows minimum sizes. |
public WindowTabButtonProperties | getRestoreButtonProperties() Returns the restore button property values. |
public WindowTabProperties | getTabProperties() Returns the default property values for the window tabs in the tab window. |
public TabbedPanelProperties | getTabbedPanelProperties() Returns the property values for the tabbed panel in the tab window. |
public WindowTabButtonProperties | getUndockButtonProperties() Returns the undock button property values. |
public TabWindowProperties | removeSuperObject() Removes the last added super object. |
public TabWindowProperties | removeSuperObject(TabWindowProperties superObject) Removes a super object. |
public TabWindowProperties | setRespectChildWindowMinimumSize(boolean repsectMinimuSize)
Enables/disables the TabWindow will respect its child windows minimum sizes. |