|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface outlines the required functionality of any of the primary tabs in the main application window.
Method Summary | |
javax.swing.JComponent |
getComponent()
Returns the JComponent instance containing all of the UI elements for the tab. |
javax.swing.Icon |
getIcon()
Returns the Icon instance for the tab. |
int |
getIndex()
Returns the index of the tab. |
java.lang.String |
getTitle()
Returns the title of the tab as it's displayed to the user. |
java.lang.String |
getToolTip()
Returns the tooltip text for the tab. |
void |
storeState(boolean visible)
Stores the visible/invisible state of the tab to disk. |
Method Detail |
public void storeState(boolean visible)
visible
- the visibility state to applypublic javax.swing.JComponent getComponent()
public java.lang.String getTitle()
public java.lang.String getToolTip()
public javax.swing.Icon getIcon()
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |