Method Summary |
|
abstract public void | addPropertyChangeListener(PropertyChangeListener l) Registers new listener. |
abstract public void | applyChanges() This method is called when Options Dialog "OK" button is pressed. |
abstract public void | cancel() This method is called when Options Dialog "Cancel" button is pressed. |
abstract public JComponent | getComponent(Lookup masterLookup) Returns visual component representing this options category. |
abstract public HelpCtx | getHelpCtx() Get current help context asociated with this panel. |
public Lookup | getLookup() Each option category can provide some lookup. |
abstract public boolean | isChanged() Should return true if some option value in this
category has been changed. |
abstract public boolean | isValid() Should return true if some option value in this
category is valid. |
abstract public void | removePropertyChangeListener(PropertyChangeListener l) Unregisters given listener. |
abstract public void | update() Component should load its data here. |