org.eclipse.palamedes.ui.preferences
Class PreferenceConstants

java.lang.Object
  extended by org.eclipse.palamedes.ui.preferences.PreferenceConstants

public class PreferenceConstants
extends java.lang.Object

Constant definitions for plug-in preferences


Field Summary
static java.lang.String P_BOOLEAN
           
static java.lang.String P_NOTATION
           
static java.lang.String P_PATH
           
static java.lang.String P_STRING
           
 
Constructor Summary
PreferenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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_STRING

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

P_NOTATION

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

PreferenceConstants

public PreferenceConstants()