Package com.threerings.editor

Interface Summary
DynamicallyEditable An interface for objects with dynamically generated editable properties.
 

Class Summary
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.
FieldProperty A property accessed directly through a field.
Introspector Provides access to the editable properties of objects.
Log A placeholder class that contains a reference to the log object used by this project.
MethodProperty A property accessed through a pair of getter/setter methods.
PathProperty A property that
Property Provides access to an editable property of an object.
TranslatedPathProperty A property that
 

Exception Summary
InvalidPathsException Thrown to indicate that none of the paths provided to PathProperty are valid.
 

Annotation Types Summary
Editable Flags a field or getter/setter method as an editable property.
EditorMessageBundle Specifies the message bundle to use when translating type names, field names, enum constants, and other editor bits.
EditorTypes Specifies the classes available for selection in the editor.
FileConstraints Contains constraints on File fields.
PropertyOrder Specifies the order in which properties should be listed.
Strippable Flags a class or property as being strippable.
 



Copyright © 2011. All Rights Reserved.