|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Setting | |
---|---|
org.xnap.commons.gui.settings | Provides components for handling of Setting objects. |
org.xnap.commons.settings | Provides classes for application settings. |
Uses of Setting in org.xnap.commons.gui.settings |
---|
Methods in org.xnap.commons.gui.settings with parameters of type Setting | ||
---|---|---|
|
SettingComponentMediator.add(Setting<T> setting,
ComboBoxModel model)
|
Constructors in org.xnap.commons.gui.settings with parameters of type Setting | |
---|---|
SettingComponentMediator.SelectionMapper(Setting<T> setting,
ComboBoxModel model)
|
Uses of Setting in org.xnap.commons.settings |
---|
Classes in org.xnap.commons.settings that implement Setting | |
---|---|
class |
AbstractSetting<T>
Provides a default implementation of a setting. |
class |
BooleanSetting
|
class |
ClassNameSetting<T>
Provides a setting for objects that are instanciated via reflection. |
class |
ColorSetting
Provides a setting for Color objects. |
class |
CompletionModeSetting
This class manages the serialization of the active completion mode for a Completion object. |
class |
DefaultCompletionModeSetting
A setting that store the default completion mode. |
class |
EnumSetting<T extends Enum<T>>
Provides a setting for String objects. |
class |
FontSetting
Provides a setting for Font objects. |
class |
IntArraySetting
Provides a setting for Font objects. |
class |
IntSetting
|
class |
KeyStrokeSetting
Provides a setting for KeyStroke objects. |
class |
SerializableSetting<T extends Serializable>
|
class |
StringArraySetting
Provides a setting for arrays of String objects. |
class |
StringSetting
Provides a setting for String objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |