Uses of Class
com.threerings.editor.Property

Packages that use Property
com.threerings.config Configuration management. 
com.threerings.editor   
com.threerings.editor.swing   
com.threerings.editor.util   
 

Uses of Property in com.threerings.config
 

Methods in com.threerings.config that return Property
 Property Parameter.getArgumentProperty(ParameterizedConfig reference)
          Retrieves the property used to set and retrieve the argument corresponding to this property.
 Property[] Parameter.Choice.Option.getDynamicProperties()
           
 Property Parameter.getProperty(ParameterizedConfig reference)
          Retrieves the property used to apply this parameter.
 

Uses of Property in com.threerings.editor
 

Subclasses of Property in com.threerings.editor
 class ArgumentPathProperty
          Extends PathProperty to read values from and write values to a Map, using the reference object passed to the constructor as a source of default values.
 class FieldProperty
          A property accessed directly through a field.
 class MethodProperty
          A property accessed through a pair of getter/setter methods.
 class PathProperty
          A property that
 class TranslatedPathProperty
          A property that
 

Methods in com.threerings.editor that return Property
static Property[] PathProperty.createPath(ConfigManager cfgmgr, Object object, String path)
          Attempts to resolve the provided path into a property chain, returning null on failure.
 Property[] DynamicallyEditable.getDynamicProperties()
          Returns an array containing the dynamic properties of this object.
static Property[] Introspector.getProperties(Class<?> clazz)
          Returns an array containing the editable properties of the supplied class.
static Property[] Introspector.getProperties(Object object)
          Returns an array containing both the static and the dynamic properties of the specified object.
 

Uses of Property in com.threerings.editor.swing
 

Methods in com.threerings.editor.swing that return Property
 Property PropertyEditor.getProperty()
          Returns a reference to the edited property.
 

Methods in com.threerings.editor.swing with parameters of type Property
static PropertyEditor PropertyEditor.createEditor(EditorContext ctx, Property property, Property[] ancestors)
          Creates a property editor for the specified object property.
static PropertyEditor PropertyEditor.createEditor(EditorContext ctx, Property property, Property[] ancestors)
          Creates a property editor for the specified object property.
 void PropertyEditor.init(EditorContext ctx, Property property, Property[] ancestors)
          Initializes the editor with its object and property references.
 void PropertyEditor.init(EditorContext ctx, Property property, Property[] ancestors)
          Initializes the editor with its object and property references.
 

Constructors in com.threerings.editor.swing with parameters of type Property
EditorPanel(EditorContext ctx, EditorPanel.CategoryMode catmode, Property[] ancestors)
          Creates an empty editor panel.
EditorPanel(EditorContext ctx, EditorPanel.CategoryMode catmode, Property[] ancestors, boolean omitColumns)
          Creates an empty editor panel.
ObjectPanel(EditorContext ctx, String tlabel, Class<?>[] types, Property[] ancestors, Object outer)
          Creates a new object panel.
ObjectPanel(EditorContext ctx, String tlabel, Class<?>[] types, Property[] ancestors, Object outer, boolean omitColumns)
          Creates a new object panel.
 

Uses of Property in com.threerings.editor.util
 

Methods in com.threerings.editor.util with parameters of type Property
static double PropertyUtil.getMaximum(Property[] lineage)
          Finds the maximum value by walking up the lineage.
static int PropertyUtil.getMaxSize(Property[] lineage)
          Finds the maximum size by walking up the lineage.
static double PropertyUtil.getMinimum(Property[] lineage)
          Finds the minimum value by walking up the lineage.
static int PropertyUtil.getMinSize(Property[] lineage)
          Finds the minimum size by walking up the lineage.
static String PropertyUtil.getMode(Property[] lineage)
          Finds the mode string by walking up the lineage.
static double PropertyUtil.getScale(Property[] lineage)
          Finds the scale value by walking up the lineage.
static double PropertyUtil.getStep(Property[] lineage)
          Finds the step value by walking up the lineage.
static String PropertyUtil.getUnits(Property[] lineage)
          Finds the units string by walking up the lineage.
 



Copyright © 2011. All Rights Reserved.