com.threerings.stage.tools.editor
Class ObjectEditorDialog.ZationChoice
java.lang.Object
com.threerings.stage.tools.editor.ObjectEditorDialog.ZationChoice
- All Implemented Interfaces:
- Comparable<ObjectEditorDialog.ZationChoice>
- Enclosing class:
- ObjectEditorDialog
protected static class ObjectEditorDialog.ZationChoice
- extends Object
- implements Comparable<ObjectEditorDialog.ZationChoice>
Used to display colorization choices.
colorId
public byte colorId
name
public String name
NULLS_OK
protected static final Comparator<String> NULLS_OK
ObjectEditorDialog.ZationChoice
public ObjectEditorDialog.ZationChoice(int colorId,
String name)
compareTo
public int compareTo(ObjectEditorDialog.ZationChoice that)
- Specified by:
compareTo in interface Comparable<ObjectEditorDialog.ZationChoice>
toString
public String toString()
- Overrides:
toString in class Object