|
||||||||||
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
options.name.label
property.
Note that in most cases it is much easier to extend
AbstractOptionPane
instead.
OptionGroup
,
OptionsDialog.addOptionPane(OptionPane)
Method Summary | |
java.awt.Component |
getComponent()
Returns the component that should be displayed for this option pane. |
java.lang.String |
getName()
Returns the internal name of this option pane. |
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 java.lang.String getName()
options.name.label
.
jEdit.getProperty(String)
public java.awt.Component getComponent()
public void init()
public void save()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |