Uses of Class
daoc.editor.model.properties.Property

Packages that use Property
daoc.editor.model.properties   
 

Uses of Property in daoc.editor.model.properties
 

Subclasses of Property in daoc.editor.model.properties
 class AlignmentProperty
          Alignment information.
 class BooleanProperty
          A true, false property.
 class BoolPropProperty
          Class names are getting worse and worse...
 class ColorProperty
          A four component color r, g, b, a.
 class ColorPropProperty
          A color property.
 class IntegerProperty
          An integer value.
 class IntPropProperty
           
 class PointProperty
          A two component point (x, y).
 class StringProperty
          A string value.
 class StringPropProperty
          Used to edit property strings.