| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Class TabbedPaneInspectorUI is the service for the inspector. It allows presenting inspector as a tabbed pane.
To adds this service to the inspector, use method IdeInspector#setService(Class)
| Constructor Summary | |
TabbedPaneInspectorUI(IdeInspector inspector)Creates tabbed pane for the specified inspector. | |
TabbedPaneInspectorUI(IdeInspector inspector, int tabPlacement)Creates tabbed pane for the specified inspector with the specified location of tabs. | |
| Method Summary | |
String | getActiveComponentName()Returns name of the active (selected) tab on this pane. |
Component | getUIComponent()Returns this tabbed pane. |
void | propertyChange(PropertyChangeEvent e)Called whenever property is changed. |
void | setActiveComponentName(String name)Makes specified tab active (selects) on this pane. |
void | stateChanged(ChangeEvent e)Called whenever state of tabbed pane is changed. |
| Constructor Detail |
public TabbedPaneInspectorUI(IdeInspector inspector)
inspector. Tabs will locate on the top.TabbedPaneInspectorUI object for which tabbed pane is constructedpublic TabbedPaneInspectorUI(IdeInspector inspector, int tabPlacement)
TabbedPaneInspectorUI object for which tabbed pane is constructedint identifier of the tabs' location;
Can be JTabbedPane.TOP or JTabbedPane.BOTTOM| Method Detail |
public String getActiveComponentName()
null if no pane is initialised or active, String name otherwise.public Component getUIComponent()
Component this tabbed panepublic void propertyChange(PropertyChangeEvent e)
public void setActiveComponentName(String name)
String name of tab to be activatedpublic void stateChanged(ChangeEvent e)
| Association Links |
to Class com.togethersoft.openapi.ide.inspector.IdeInspector
to Class java.util.Hashtable
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||