| org.acm.seguin.ide.jedit.JSOptionPane
Method Summary | |
protected void | _init() | protected void | _save() | public Component | getComponent() Returns the component that should be displayed for this option pane. | public String | getName() Returns the internal name of this option pane. |
JSOptionPane | public JSOptionPane(int type)(Code) | | |
_init | protected void _init()(Code) | | |
_save | protected void _save()(Code) | | |
getComponent | public Component getComponent()(Code) | | Returns the component that should be displayed for this option pane.
Because this class extends Component, it simply returns "this".
|
getName | public String getName()(Code) | | Returns the internal name of this option pane. The option pane's label
is set to the value of the property named
options.name.label .
|
|
|