|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface all option panes must implement.
The name of an option pane is returned by the getName()
method. The label displayed in the option pane's tab is obtained from the
getTitle()
method.
Note that you should extend the net.sourceforge.jsxe.gui.OptionPanel
if creating an OptionPane for use with jsXe.
OptionGroup
,
OptionsDialog.addOptionPane(OptionPane)
Method Summary | |
Component |
getComponent()
Returns the component that should be displayed for this option pane. |
String |
getName()
Returns the internal name of this option pane. |
String |
getTitle()
|
void |
init()
This method is called every time the option pane is displayed. |
void |
save()
Called when the options dialog's "ok" button is clicked. |
Method Detail |
public String getName()
public String getTitle()
public Component getComponent()
public void init()
public void save()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |