org.ceno.ui.preferences
Class PreferenceConstants

java.lang.Object
  extended by org.ceno.ui.preferences.PreferenceConstants

public class PreferenceConstants
extends java.lang.Object

Constant definitions for plug-in preferences


Field Summary
static java.lang.String CENO_DEVELOPER_PASSWORD
           
static java.lang.String CENO_DEVELOPER_USERNAME
           
static java.lang.String P_BOOLEAN
           
static java.lang.String P_CHOICE
           
static java.lang.String P_PATH
           
 
Constructor Summary
PreferenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_PATH

public static final java.lang.String P_PATH
See Also:
Constant Field Values

P_BOOLEAN

public static final java.lang.String P_BOOLEAN
See Also:
Constant Field Values

P_CHOICE

public static final java.lang.String P_CHOICE
See Also:
Constant Field Values

CENO_DEVELOPER_USERNAME

public static final java.lang.String CENO_DEVELOPER_USERNAME
See Also:
Constant Field Values

CENO_DEVELOPER_PASSWORD

public static final java.lang.String CENO_DEVELOPER_PASSWORD
See Also:
Constant Field Values
Constructor Detail

PreferenceConstants

public PreferenceConstants()