| |
|
| java.lang.Object de.jwic.base.Control de.jwic.base.ControlContainer de.jwic.controls.TabStripControl
TabStripControl | public class TabStripControl extends ControlContainer (Code) | | A TabStrip acts like the dividers in a notebook or the labels on a group of file folders.
By using a TabStrip control, you can define multiple pages for the same area of a panel.
author: Florian Lippisch |
ACTION_OPENTAB | final public static String ACTION_OPENTAB(Code) | | |
LOCATION_BOTTOM | final public static String LOCATION_BOTTOM(Code) | | |
LOCATION_RIGHT | final public static String LOCATION_RIGHT(Code) | | |
addTab | public TabControl addTab(String titleID)(Code) | | Add a new tab with a default name.
Parameters: titleID - java.lang.String Parameters: name - java.lang.String |
addTab | public TabControl addTab(String titleID, String name)(Code) | | Add a new tab with the specified title and name.
Parameters: titleID - java.lang.String Parameters: name - java.lang.String |
getActiveTabName | public String getActiveTabName()(Code) | | Returns the name of the active tab.
java.lang.String |
getLocation | public String getLocation()(Code) | | the location of the tabs |
getTabs | public List getTabs()(Code) | | Returns the list of tabs.
List of TabControl objects. |
isRenderingRelevant | public boolean isRenderingRelevant(Control childControl)(Code) | | |
setActiveTabName | public void setActiveTabName(java.lang.String newActiveTabName)(Code) | | Creation date: (03.02.2003 12:26:12)
Parameters: newActiveTabName - java.lang.String |
setLocation | public void setLocation(String newLocation)(Code) | | Set the location of the tabs
Parameters: newLocation - |
unregisterControl | public void unregisterControl(Control control)(Code) | | |
|
|
|