AbbrevsOptionPane, AbstractContextOptionPane, AbstractOptionPane, AppearanceOptionPane, BrowserColorsOptionPane, BrowserContextOptionPane, BrowserOptionPane, BufferOptionPane, ContextOptionPane, DockingOptionPane, EditingOptionPane, EncodingsOptionPane, FirewallOptionPane, GeneralOptionPane, GutterOptionPane, MouseOptionPane, OptionGroupPane, PluginManagerOptionPane, PluginOptionGroup.NoPluginsPane, PluginOptions.NoPluginsPane, PrintOptionPane, SaveBackupOptionPane, ShortcutsOptionPane, StatusBarOptionPane, SyntaxHiliteOptionPane, TextAreaOptionPane, ToolBarOptionPane, ViewOptionPanepublic interface OptionPane
See EditPlugin for information on how jEdit obtains and constructs
option pane instances.
Note that in most cases it is much easier to extend
AbstractOptionPane instead.
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
java.lang.String getName()
options.name.label.jEdit.getProperty(String)java.awt.Component getComponent()
void init()
void save()