net.sf.dc.settings
Class SettingInitializator
java.lang.Object
net.sf.dc.settings.SettingInitializator
public class SettingInitializator
- extends java.lang.Object
Groups are created here, as well as the settings. A similar class like this
needs to be implemented in the project which uses jFlexSett.
All settings and their values (and the settings groups) can
be found by referencing to the Settings class.
- Since:
- 1.3
- Version:
- 0.50
- Author:
- Robert-Jan van der Waals
Constructor Summary |
SettingInitializator()
Starts the initialization of the Settings and starts the UI |
Method Summary |
void |
createGroups()
Creates the settings group (with their hierarchy) |
void |
createSettings()
Creates the settings and adds them to the specified group. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_General
public static final java.lang.String _General
_RequiredBookFields
public static final java.lang.String _RequiredBookFields
_RequiredSoftFields
public static final java.lang.String _RequiredSoftFields
_RequiredMusicFields
public static final java.lang.String _RequiredMusicFields
_RequiredMovieFields
public static final java.lang.String _RequiredMovieFields
_RequiredAudioCDFields
public static final java.lang.String _RequiredAudioCDFields
_RequiredAudioTrackFields
public static final java.lang.String _RequiredAudioTrackFields
_BackGroundColor
public static final java.lang.String _BackGroundColor
_TableColors
public static final java.lang.String _TableColors
_OddRowColor
public static final java.lang.String _OddRowColor
_EvenRowColor
public static final java.lang.String _EvenRowColor
_HeaderColor
public static final java.lang.String _HeaderColor
_RowSelectionColor
public static final java.lang.String _RowSelectionColor
_HTTP
public static final java.lang.String _HTTP
_Font
public static final java.lang.String _Font
_Themes
public static final java.lang.String _Themes
SettingInitializator
public SettingInitializator()
- Starts the initialization of the Settings and starts the UI
createGroups
public void createGroups()
- Creates the settings group (with their hierarchy)
createSettings
public void createSettings()
- Creates the settings and adds them to the specified group.
If a self-created component needs to be added, make sure this
components implements the ISettingsComponent class!
Otherwise the component is not supported.. The getValue and
setValue must correspond to the DataType of the setting.