public abstract class BindableConfigurable extends java.lang.Object implements UnnamedConfigurable
| Modifier and Type | Field and Description |
|---|---|
protected ControlBinder |
myBinder |
| Modifier | Constructor and Description |
|---|---|
protected |
BindableConfigurable() |
protected |
BindableConfigurable(ControlBinder binder) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Stores the settings from the Swing form to the configurable component.
|
protected void |
bindAnnotations() |
protected void |
bindControl(ControlValueAccessor controlAccessor,
java.lang.String propertyName,
boolean instant) |
protected void |
bindControl(javax.swing.JComponent control,
java.lang.String propertyName,
boolean instant) |
protected ControlBinder |
getBinder() |
boolean |
isModified()
Indicates whether the Swing form was modified or not.
|
void |
reset()
Loads the settings from the configurable component to the Swing form.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, createComponent, disposeUIResourcesprotected ControlBinder myBinder
protected BindableConfigurable(ControlBinder binder)
protected BindableConfigurable()
protected void bindAnnotations()
protected void bindControl(javax.swing.JComponent control,
java.lang.String propertyName,
boolean instant)
protected void bindControl(ControlValueAccessor controlAccessor, java.lang.String propertyName, boolean instant)
public boolean isModified()
UnnamedConfigurableisModified in interface UnnamedConfigurabletrue if the settings were modified, false otherwisepublic void apply()
throws ConfigurationException
UnnamedConfigurableapply in interface UnnamedConfigurableConfigurationException - if values cannot be appliedpublic void reset()
UnnamedConfigurablereset in interface UnnamedConfigurableprotected ControlBinder getBinder()