Uses of Class
com.threerings.editor.swing.PropertyEditor

Packages that use PropertyEditor
com.threerings.editor.swing   
com.threerings.editor.swing.editors   
 

Uses of PropertyEditor in com.threerings.editor.swing
 

Methods in com.threerings.editor.swing that return PropertyEditor
static PropertyEditor PropertyEditor.createEditor(EditorContext ctx, Property property, Property[] ancestors)
          Creates a property editor for the specified object property.
 PropertyEditor EditorPanel.getPropertyEditor(String name)
          Returns the property editor for the property with the supplied name.
 

Method parameters in com.threerings.editor.swing with type arguments of type PropertyEditor
static void PropertyEditor.registerEditorClass(Class<?> type, Class<? extends PropertyEditor> clazz)
          Adds a custom editor class for properties of the given type.
static void PropertyEditor.registerEditorClass(String name, Class<? extends PropertyEditor> clazz)
          Adds a custom editor by name.
 

Uses of PropertyEditor in com.threerings.editor.swing.editors
 

Subclasses of PropertyEditor in com.threerings.editor.swing.editors
 class ArrayListEditor
          Superclass of the array/list editors.
 class BooleanEditor
          Editor for boolean properties.
 class ChoiceEditor
          Provides a means of selecting between several different objects.
 class Color4fEditor
          Editor for color properties.
 class ColorizationEditor
          Edits colorization reference properties.
 class ConfigEditor
          Editor for simple string config references.
 class ConfigReferenceEditor
          An editor for configuration references.
 class EnumEditor
          Editor for enumerated type properties.
 class FileEditor
          Edits file properties.
 class GetPathEditor
          A property editor that simply returns the path to the current property.
 class MaskEditor
          Editor for bitmask properties.
 class NumberEditor
          An editor for numerical values.
 class ObjectEditor
          An editor for objects with editable properties.
 class PanelArrayListEditor
          An editor for arrays or lists of objects.
 class PathTableArrayListEditor
          An editor for an array of paramater paths.
 class QuaternionEditor
          Editor for quaternion properties.
 class ResourceEditor
          Editor for resource references, which are set as files but stored as string paths relative to the resource directory.
 class StringEditor
          Editor for string properties.
 class TableArrayListEditor
          An editor for objects or lists of objects or primitives.
 class Transform2DEditor
          Editor for transform properties.
 class Transform3DEditor
          Editor for transform properties.
 class Vector2fEditor
          Editor for vector properties.
 class Vector3fEditor
          Editor for vector properties.
 



Copyright © 2011. All Rights Reserved.