net.sf.dc.settings
Class SettingInitializator

java.lang.Object
  extended by 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

Field Summary
static java.lang.String _BackGroundColor
           
static java.lang.String _EvenRowColor
           
static java.lang.String _Font
           
static java.lang.String _General
           
static java.lang.String _HeaderColor
           
static java.lang.String _HTTP
           
static java.lang.String _OddRowColor
           
static java.lang.String _RequiredAudioCDFields
           
static java.lang.String _RequiredAudioTrackFields
           
static java.lang.String _RequiredBookFields
           
static java.lang.String _RequiredMovieFields
           
static java.lang.String _RequiredMusicFields
           
static java.lang.String _RequiredSoftFields
           
static java.lang.String _RowSelectionColor
           
static java.lang.String _TableColors
           
static java.lang.String _Themes
           
 
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
 

Field Detail

_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
Constructor Detail

SettingInitializator

public SettingInitializator()
Starts the initialization of the Settings and starts the UI

Method Detail

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.