com.threerings.editor
Annotation Type PropertyOrder


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PropertyOrder

Specifies the order in which properties should be listed. When present, this overrides the ordering determined by the Editable.weight() attribute.


Optional Element Summary
 String[] value
          The names of the ordered properties, in the desired order.
 

value

public abstract String[] value
The names of the ordered properties, in the desired order.

Default:
{}


Copyright © 2011. All Rights Reserved.