public class ViewSettingsFormController extends FormController implements FormChangeListener
A specialized FormController
class for the view settings dialog.
This class implements some additional event processing. It especially enables or disables some components based on the status of other controls. For instance, certain fields defining filter settings are only active if the check box related to this filter is checked.
Constructor and Description |
---|
ViewSettingsFormController() |
Modifier and Type | Method and Description |
---|---|
void |
elementChanged(FormChangeEvent e)
A change event was received.
|
void |
windowOpened(WindowEvent event)
The associated window was opened.
|
actionPerformed, addFieldStatusListener, addFormListener, addValidationListener, cancelButtonClicked, closeForm, fetchMessageOutput, fetchValidationMessageBoxCaption, fetchValidationMessageFormat, fireFieldStatusEvent, fireFormEvent, fireValidationEvent, focusGained, focusLost, getBtnCancelName, getBtnOkName, getBuilderData, getCancelCommand, getComponentBuilderData, getFieldStatusListeners, getForm, getFormBean, getFormListeners, getFormValidator, getLastValidationResults, getMessageOutput, getOkCommand, getValidationListeners, getValidationMessageBoxCaption, getValidationMessageFormat, getValidationTrigger, getWindow, getWindowBuilderData, isCommitted, isFieldVisited, okButtonClicked, removeFieldStatusListener, removeFormListener, removeValidationListener, setBtnCancelName, setBtnOkName, setCancelCommand, setComponentBuilderData, setFormValidator, setMessageOutput, setOkCommand, setValidationMessageBoxCaption, setValidationMessageFormat, setValidationTrigger, setWindowBuilderData, validate, validateAndDisplayMessages, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified
public void elementChanged(FormChangeEvent e)
elementChanged
in interface FormChangeListener
e
- the change eventpublic void windowOpened(WindowEvent event)
windowOpened
in interface WindowListener
windowOpened
in class FormController
event
- the window eventCopyright © 2016 The JGUIraffe Team. All rights reserved.