public class ExternalFinderPreferencesController extends BasePreferencesController
IPreferencesController.FurtherActionListener
Constructor and Description |
---|
ExternalFinderPreferencesController() |
ExternalFinderPreferencesController(boolean isProjectSpecific,
ExternalFinderConfiguration originalConfig) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getGui()
Get the GUI (the "view") controlled by this controller.
|
ExternalFinderConfiguration |
getResult() |
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.
|
addFurtherActionListener, fireReloadRequired, fireRestartRequired, isReloadRequired, isRestartRequired, removeFurtherActionListener, setReloadRequired, setRestartRequired, undoChanges, valueIsDifferent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParentViewClass, validate
public ExternalFinderPreferencesController()
public ExternalFinderPreferencesController(boolean isProjectSpecific, ExternalFinderConfiguration originalConfig)
public java.awt.Component getGui()
IPreferencesController
public void persist()
IPreferencesController
public ExternalFinderConfiguration getResult()
public void restoreDefaults()
IPreferencesController
protected void initFromPrefs()
BasePreferencesController
initFromPrefs
in class BasePreferencesController
public java.lang.String toString()
IPreferencesController
toString
in interface IPreferencesController
toString
in class BasePreferencesController