rjw.dc.settings
Class SettingInitializator

java.lang.Object
  |
  +--rjw.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:
DC0.50
Author:
Robert-Jan van der Waals

Field Summary
static java.lang.String _BackGroundColor
           
static java.lang.String _General
           
static java.lang.String _HTTP
           
static java.lang.String _RequiredMovieFields
           
static java.lang.String _RequiredMp3Fields
           
static java.lang.String _RequiredSoftFields
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_General

public static final java.lang.String _General

_RequiredSoftFields

public static final java.lang.String _RequiredSoftFields

_RequiredMp3Fields

public static final java.lang.String _RequiredMp3Fields

_RequiredMovieFields

public static final java.lang.String _RequiredMovieFields

_BackGroundColor

public static final java.lang.String _BackGroundColor

_HTTP

public static final java.lang.String _HTTP
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.