de.cau.cs.kieler.klots.preferences
Class KlotsPreferenceConstants

java.lang.Object
  extended by de.cau.cs.kieler.klots.preferences.KlotsPreferenceConstants

public class KlotsPreferenceConstants
extends Object

Constant definitions for plug-in preferences.

Rating red

Field Summary
static String P_COLOR_BACKGROUND_ACTIVE_MICROSTEP
           
static String P_COLOR_BACKGROUND_ALREADY_DONE_MICROSTEP
           
static String P_COLOR_BACKGROUND_STANDARD
           
static String P_COLOR_BACKGROUND_YET_TO_BE_DENE_MICROSTEP
           
static String P_COLOR_FOREGROUND_ACTIVE_MICROSTEP
           
static String P_COLOR_FOREGROUND_ALREADY_DONE_MICROSTEP
           
static String P_COLOR_FOREGROUND_STANDARD
           
static String P_COLOR_FOREGROUND_YET_TO_BE_DENE_MICROSTEP
           
static String P_COLOR_PREFERENCE_PREFIX
           
static String P_CONNECTION_CONNECT_TO_BRICK_ADDRESS
           
static String P_CONNECTION_CONNECT_TO_NAMED_BRICK
           
static String P_CONNECTION_CONNECTION_BRICK_ADDRESS
           
static String P_CONNECTION_CONNECTION_BRICK_NAME
           
static String P_CONNECTION_CONNECTION_TYPE
           
static String P_CONNECTION_PREFERENCE_PREFIX
           
static String P_CONNECTION_PROTOCOL_BLUETOOTH
           
static String P_CONNECTION_PROTOCOL_USB
           
static String P_CONNECTION_SEARCH_FOR_BRICKS
           
static String P_CONNECTION_SEARCH_FOR_BRICKS_TEXT
           
 
Constructor Summary
KlotsPreferenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_CONNECTION_PREFERENCE_PREFIX

public static final String P_CONNECTION_PREFERENCE_PREFIX
See Also:
Constant Field Values

P_CONNECTION_PROTOCOL_USB

public static final String P_CONNECTION_PROTOCOL_USB
See Also:
Constant Field Values

P_CONNECTION_PROTOCOL_BLUETOOTH

public static final String P_CONNECTION_PROTOCOL_BLUETOOTH
See Also:
Constant Field Values

P_CONNECTION_CONNECTION_TYPE

public static final String P_CONNECTION_CONNECTION_TYPE
See Also:
Constant Field Values

P_CONNECTION_CONNECT_TO_BRICK_ADDRESS

public static final String P_CONNECTION_CONNECT_TO_BRICK_ADDRESS
See Also:
Constant Field Values

P_CONNECTION_CONNECTION_BRICK_ADDRESS

public static final String P_CONNECTION_CONNECTION_BRICK_ADDRESS
See Also:
Constant Field Values

P_CONNECTION_CONNECT_TO_NAMED_BRICK

public static final String P_CONNECTION_CONNECT_TO_NAMED_BRICK
See Also:
Constant Field Values

P_CONNECTION_CONNECTION_BRICK_NAME

public static final String P_CONNECTION_CONNECTION_BRICK_NAME
See Also:
Constant Field Values

P_CONNECTION_SEARCH_FOR_BRICKS

public static final String P_CONNECTION_SEARCH_FOR_BRICKS
See Also:
Constant Field Values

P_CONNECTION_SEARCH_FOR_BRICKS_TEXT

public static final String P_CONNECTION_SEARCH_FOR_BRICKS_TEXT
See Also:
Constant Field Values

P_COLOR_PREFERENCE_PREFIX

public static final String P_COLOR_PREFERENCE_PREFIX
See Also:
Constant Field Values

P_COLOR_FOREGROUND_STANDARD

public static final String P_COLOR_FOREGROUND_STANDARD
See Also:
Constant Field Values

P_COLOR_BACKGROUND_STANDARD

public static final String P_COLOR_BACKGROUND_STANDARD
See Also:
Constant Field Values

P_COLOR_FOREGROUND_ALREADY_DONE_MICROSTEP

public static final String P_COLOR_FOREGROUND_ALREADY_DONE_MICROSTEP
See Also:
Constant Field Values

P_COLOR_BACKGROUND_ALREADY_DONE_MICROSTEP

public static final String P_COLOR_BACKGROUND_ALREADY_DONE_MICROSTEP
See Also:
Constant Field Values

P_COLOR_FOREGROUND_ACTIVE_MICROSTEP

public static final String P_COLOR_FOREGROUND_ACTIVE_MICROSTEP
See Also:
Constant Field Values

P_COLOR_BACKGROUND_ACTIVE_MICROSTEP

public static final String P_COLOR_BACKGROUND_ACTIVE_MICROSTEP
See Also:
Constant Field Values

P_COLOR_FOREGROUND_YET_TO_BE_DENE_MICROSTEP

public static final String P_COLOR_FOREGROUND_YET_TO_BE_DENE_MICROSTEP
See Also:
Constant Field Values

P_COLOR_BACKGROUND_YET_TO_BE_DENE_MICROSTEP

public static final String P_COLOR_BACKGROUND_YET_TO_BE_DENE_MICROSTEP
See Also:
Constant Field Values
Constructor Detail

KlotsPreferenceConstants

public KlotsPreferenceConstants()