public class TagProcessingOptionsController extends BasePreferencesController
IPreferencesController.FurtherActionListener
Constructor and Description |
---|
TagProcessingOptionsController() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getGui()
Get the GUI (the "view") controlled by this controller.
|
protected void |
initFromPrefs()
Apply current user preferences to the GUI.
|
void |
persist()
Commit changes.
|
void |
restoreDefaults()
Restore preferences controlled by this view to their default state.
|
java.lang.String |
toString()
Implementors should override this to return the name of the view as shown in the view tree.
|
boolean |
validate()
Validate the current preferences.
|
addFurtherActionListener, fireReloadRequired, fireRestartRequired, isReloadRequired, isRestartRequired, removeFurtherActionListener, setReloadRequired, setRestartRequired, undoChanges, valueIsDifferent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParentViewClass
public javax.swing.JComponent getGui()
IPreferencesController
public java.lang.String toString()
IPreferencesController
toString
in interface IPreferencesController
toString
in class BasePreferencesController
protected void initFromPrefs()
BasePreferencesController
initFromPrefs
in class BasePreferencesController
public void restoreDefaults()
IPreferencesController
public boolean validate()
IPreferencesController
When validation fails, implementors should not raise dialogs; instead they should offer feedback within the view GUI.
public void persist()
IPreferencesController