SettingsPane
control can be found in this package.| Interface | Description |
|---|---|
| Option<T> |
A wrapper interface for a single option to be displayed in a
SettingsPane control. |
| OptionEditor<T> |
The base interface for all editors used by the
SettingsPane control. |
| Class | Description |
|---|---|
| DefaultOption<T> |
A convenience class for creating an
OptionBase for use in the
SettingsPane control based on the
given property. |
| OptionBase<T> |
A wrapper interface for a single option to be displayed in a
SettingsPane control. |
| OptionEditorBase<T,C extends javafx.scene.Node> |
An abstract implementation of the
OptionEditor interface. |