Uses of Class
net.ctdp.rfdynhud.properties.PropertyEditorType

Packages that use PropertyEditorType
net.ctdp.rfdynhud.properties   
 

Uses of PropertyEditorType in net.ctdp.rfdynhud.properties
 

Methods in net.ctdp.rfdynhud.properties that return PropertyEditorType
 PropertyEditorType Property.getEditorType()
          Gets the proeprty editor type.
static PropertyEditorType PropertyEditorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertyEditorType[] PropertyEditorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.ctdp.rfdynhud.properties with parameters of type PropertyEditorType
Property(java.lang.String name, boolean readonly, PropertyEditorType editorType)
           
Property(java.lang.String name, boolean readonly, PropertyEditorType editorType, java.lang.String buttonText, java.lang.String buttonTooltip)
           
Property(java.lang.String name, PropertyEditorType editorType)
           
Property(java.lang.String name, java.lang.String nameForDisplay, boolean readonly, PropertyEditorType editorType)
           
Property(java.lang.String name, java.lang.String nameForDisplay, boolean readonly, PropertyEditorType editorType, java.lang.String buttonText, java.lang.String buttonTooltip)
           
Property(java.lang.String name, java.lang.String nameForDisplay, PropertyEditorType editorType)
           
StringProperty(java.lang.String name, java.lang.String nameForDisplay, java.lang.String defaultValue, boolean forceTrimOnSet, boolean readonly, PropertyEditorType propEdType)