net.refractions.udig.render.wms.basic.preferences
Class PreferenceConstants

java.lang.Object
  extended by net.refractions.udig.render.wms.basic.preferences.PreferenceConstants

public class PreferenceConstants
extends java.lang.Object

Constant definitions for plug-in preferences


Field Summary
static java.lang.String P_IMAGE_TYPE_ORDER
          Preference to store the order of preference for image types
static java.lang.String P_USE_DEFAULT_ORDER
          Boolean preference to use the default image type order
 
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_IMAGE_TYPE_ORDER

public static final java.lang.String P_IMAGE_TYPE_ORDER
Preference to store the order of preference for image types

See Also:
Constant Field Values

P_USE_DEFAULT_ORDER

public static final java.lang.String P_USE_DEFAULT_ORDER
Boolean preference to use the default image type order

See Also:
Constant Field Values
Constructor Detail

PreferenceConstants

public PreferenceConstants()