org.noos.xing.mydoggy
Interface MultiSplitContentUI
- All Superinterfaces:
- ContentUI, DockableUI, Observable, TabbedContentUI
public interface MultiSplitContentUI
- extends TabbedContentUI
This interface let you modify ui behaviours of a content when a MultiSplitContentManagerUI is used
as current ContentManagerUI.
- Since:
- 1.1.0
- Author:
- Angelo De Caro (angelo.decaro@gmail.com)
- See Also:
TabbedContentManagerUI
|
Method Summary |
boolean |
isShowAlwaysTab()
Returns whether or not the ui must show a tab for all contents also
when there is just one content. |
void |
setShowAlwaysTab(boolean showAlwaysTab)
Sets whether or not the ui must show a tab for all contents also
when there is just one content. |
| Methods inherited from interface org.noos.xing.mydoggy.ContentUI |
getContent, getDetachedBounds, getTransparentDelay, getTransparentRatio, isAddToTaskBarWhenDetached, isAlwaysOnTop, isCloseable, isDetachable, isMaximizable, isMinimizable, isTransparentMode, setAddToTaskBarWhenDetached, setAlwaysOnTop, setCloseable, setConstraints, setDetachable, setDetachedBounds, setMaximizable, setMinimizable, setTransparentDelay, setTransparentMode, setTransparentRatio |
setShowAlwaysTab
void setShowAlwaysTab(boolean showAlwaysTab)
- Sets whether or not the ui must show a tab for all contents also
when there is just one content.
- Parameters:
showAlwaysTab - true if the ui must show a tab for all contents also
when there is just one content, false otherwise- Since:
- 1.4.1
- See Also:
isShowAlwaysTab()
isShowAlwaysTab
boolean isShowAlwaysTab()
- Returns whether or not the ui must show a tab for all contents also
when there is just one content.
Default value is false.
- Returns:
- true if the the ui must show a tab for all contents;
false otherwise
- Since:
- 1.4.1
- See Also:
setShowAlwaysTab(boolean)
Copyright © 2012. All Rights Reserved.