Package com.threerings.editor.swing

Class Summary
BasePropertyEditor Abstract base class for PropertyEditor and EditorPanel.
DraggableSpinner A spinner that allows the user to rapidly change the value by clicking on the arrows and dragging the mouse cursor right or left.
EditorPanel Allows editing properties of an object as determined through reflection.
FindDialog Finds text in a container.
ObjectPanel Allows editing an object of a known class.
PropertyEditor Edits a single object property.
QuaternionPanel Allows editing a quaternion orientation (as a set of Euler angles).
Transform2DPanel Allows editing a 2D transform.
Transform3DPanel Allows editing a 3D transform.
Vector2fPanel Allows editing a vector.
Vector3fPanel Allows editing a vector.
 

Enum Summary
EditorPanel.CategoryMode Determines how the different property categories are displayed (in sequential collapsible panels, in separate tabs, or in a card layout with a combo box at the top).
Transform2DPanel.Mode The available editing modes: rigid or uniform.
Transform3DPanel.Mode The available editing modes: rigid or uniform.
Vector2fPanel.Mode The available editing modes: Cartesian coordinates, polar coordinates, normalized polar coordinates.
Vector3fPanel.Mode The available editing modes: Cartesian coordinates, spherical coordinates, normalized spherical coordinates, Euler angles.
 



Copyright © 2011. All Rights Reserved.