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

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

Uses of BasePropertyEditor in com.threerings.editor.swing
 

Subclasses of BasePropertyEditor in com.threerings.editor.swing
 class EditorPanel
          Allows editing properties of an object as determined through reflection.
 class ObjectPanel
          Allows editing an object of a known class.
 class PropertyEditor
          Edits a single object property.
 class QuaternionPanel
          Allows editing a quaternion orientation (as a set of Euler angles).
 class Transform2DPanel
          Allows editing a 2D transform.
 class Transform3DPanel
          Allows editing a 3D transform.
 class Vector2fPanel
          Allows editing a vector.
 class Vector3fPanel
          Allows editing a vector.
 

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

Subclasses of BasePropertyEditor 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.