| Interface | Description |
|---|---|
| IBoolSetting |
A boolean setting.
|
| IEnumSetting<T extends java.lang.Enum<T>> |
Enum setting, the valid values are all the enum constants of the specified type, the value of the setting can only be one of the enum values.
|
| IFixedEnumValuesSetting<T extends java.lang.Enum<T>> |
Fixed enum values setting, the value of the setting can only be one of a predefined enum values.
|
| IFixedIntValuesSetting |
Fixed int values setting, the value of the setting can only be one of a predefined int values.
|
| IFixedValuesSetting<T> |
Fixed values setting, the value of the setting can only be one of a predefined values.
|
| IIntSetting |
An integer setting with a valid range.
|
| IMultilineStringSetting |
A multi-line string setting.
|
| INodeSetting |
A setting which is used only as a node in the navigation tree.
|
| IPathSetting |
A path setting.
|
| ISetting<T> |
A hierarchical ancestor setting descriptor.
|
| ISettingsGroup |
A logical/visual settings group within a setting node page.
|
| IStringSetting |
A string setting.
|
| IValidatedStringSetting |
A validated string setting.
|
Different setting type interfaces.
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.