org.springframework.richclient.preference
Class FormBackedPreferencePage
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.core.LabeledObjectSupport
org.springframework.richclient.dialog.AbstractDialogPage
org.springframework.richclient.preference.PreferencePage
org.springframework.richclient.preference.FormBackedPreferencePage
- All Implemented Interfaces:
- PropertyChangePublisher, CommandLabelConfigurable, DescribedElement, DescriptionConfigurable, Guarded, TitleConfigurable, VisualizedElement, DialogPage, Messagable, ControlFactory, IconConfigurable, ImageConfigurable
public abstract class FormBackedPreferencePage
- extends PreferencePage
Methods inherited from class org.springframework.richclient.preference.PreferencePage |
createButtons, createControl, getApplyCommand, getCommands, getCreateApplyAndDefaultButtons, getParent, getRestoreDefaultsCommand, getSettings, onApply, onDefaults, onFinish, setCreateApplyAndDefaultButtons, setPageComplete, setParent, setPreferenceDialog |
Methods inherited from class org.springframework.richclient.dialog.AbstractDialogPage |
getControl, getIcon, getId, getMessage, getParentWindowControl, getTitle, hasErrorMessage, hasInfoMessage, hasWarningMessage, isControlCreated, isEnabled, isPageComplete, isVisible, performHelp, setIcon, setId, setMessage, setVisible |
Methods inherited from class org.springframework.richclient.core.LabeledObjectSupport |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getAccelerator, getCaption, getDescription, getDisplayName, getImage, getLabel, getMnemonic, getMnemonicIndex, hasChanged, hasChanged, hasChanged, removePropertyChangeListener, removePropertyChangeListener, setCaption, setDescription, setImage, setLabelInfo, setTitle, toString |
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor |
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getMessageSource, getObjectConfigurer, getService |
FormBackedPreferencePage
public FormBackedPreferencePage(String id)
FormBackedPreferencePage
public FormBackedPreferencePage(String id,
boolean autoconfigure)
createContents
protected final JComponent createContents()
- Specified by:
createContents
in class PreferencePage
createForm
protected abstract Form createForm()
getForm
public Form getForm()
initPageValidationReporter
protected void initPageValidationReporter()
onAboutToShow
public void onAboutToShow()
setEnabled
public void setEnabled(boolean enabled)
- Description copied from interface:
Guarded
- Sets the enabled state of the object.
- Specified by:
setEnabled
in interface Guarded
- Overrides:
setEnabled
in class AbstractDialogPage
- Parameters:
enabled
- true
to enable the object, false
to disable it.
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.