Package com.vladsch.plugin.util.ui
Interface Settable<T>
-
- All Known Implementing Classes:
Settable.Configurable,SettingsComponents.CheckBoxSetter,SettingsComponents.ColorCheckBoxEnabledSetter,SettingsComponents.ColorCheckBoxSetter,SettingsComponents.ComboBoxBooleanSetter,SettingsComponents.ComboBoxSetter,SettingsComponents.ComboBoxStringSetter,SettingsComponents.EditorTextFieldSetter,SettingsComponents.FieldSetter,SettingsComponents.JComponentSettable,SettingsComponents.JComponentSettableForm,SettingsComponents.RadioButtonSetter,SettingsComponents.SpinnerSetter,SettingsComponents.TextBoxSetter,SettingsComponents.TextFieldWithBrowseButtonSetter,SettingsComponents.TextFieldWithHistorySetter,SettingsComponents.TextFieldWithHistorySetterBase,SettingsComponents.TextFieldWithHistoryWithBrowseButtonSetter
public interface Settable<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSettable.Configurable<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply()TgetComponent()booleanisModified()voidreset()
-
-
-
Method Detail
-
reset
void reset()
-
apply
void apply()
-
isModified
boolean isModified()
-
getComponent
T getComponent()
-
-