net.refractions.udig.ui.preferences
Class PreferenceConstants

java.lang.Object
  extended by net.refractions.udig.ui.preferences.PreferenceConstants

public class PreferenceConstants
extends java.lang.Object

Constant definitions for plug-in preferences


Field Summary
static java.lang.String P_ADVANCED_GRAPHICS
          Work around for a bug in SWT on linux.
static java.lang.String P_DEFAULT_GEOMEMTRY_CRS
          The CRS to use by default when creating a new FeatureType with the FeatureTypeEditor It may be an EPSG code like "EPSG:3005" or wkt
static java.lang.String P_DEFAULT_PERSPECTIVE
           
static java.lang.String P_MENU_BUILDER
          Fully qualified extension id pointing to an instance of extension point "net.refractions.udig.ui.menuBuilders".
static java.lang.String P_SHOW_TIPS
          Controls whether the TipDialog should be displayed by default on startup.
static java.lang.String P_WORKBENCH_CONFIGURATION
          Fully qualified extension id pointing to an extension instance of point "net.refractions.udig.ui.workbenchConfigurations".
 
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_ADVANCED_GRAPHICS

public static final java.lang.String P_ADVANCED_GRAPHICS
Work around for a bug in SWT on linux. Allows the use of advancedGraphics to be turned off.

See Also:
Constant Field Values

P_WORKBENCH_CONFIGURATION

public static final java.lang.String P_WORKBENCH_CONFIGURATION
Fully qualified extension id pointing to an extension instance of point "net.refractions.udig.ui.workbenchConfigurations". The value specified by the extension id will be called upon to configure the workbench when it starts up.

See Also:
Constant Field Values

P_MENU_BUILDER

public static final java.lang.String P_MENU_BUILDER
Fully qualified extension id pointing to an instance of extension point "net.refractions.udig.ui.menuBuilders". The MenuBuilder specified by the extension will be called by uDig to configure the menubar and coolbar.

See Also:
Constant Field Values

P_DEFAULT_GEOMEMTRY_CRS

public static final java.lang.String P_DEFAULT_GEOMEMTRY_CRS
The CRS to use by default when creating a new FeatureType with the FeatureTypeEditor It may be an EPSG code like "EPSG:3005" or wkt

See Also:
Constant Field Values

P_DEFAULT_PERSPECTIVE

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

P_SHOW_TIPS

public static final java.lang.String P_SHOW_TIPS
Controls whether the TipDialog should be displayed by default on startup. Defaults to true, but can be set in plugin_customization.ini. Valid values: "true" or "false"

See Also:
Constant Field Values
Constructor Detail

PreferenceConstants

public PreferenceConstants()