com.threerings.stage.tools.editor
Class ObjectEditorDialog.ZationChoice

java.lang.Object
  extended by 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.


Field Summary
 byte colorId
           
 String name
           
protected static Comparator<String> NULLS_OK
           
 
Constructor Summary
ObjectEditorDialog.ZationChoice(int colorId, String name)
           
 
Method Summary
 int compareTo(ObjectEditorDialog.ZationChoice that)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

colorId

public byte colorId

name

public String name

NULLS_OK

protected static final Comparator<String> NULLS_OK
Constructor Detail

ObjectEditorDialog.ZationChoice

public ObjectEditorDialog.ZationChoice(int colorId,
                                       String name)
Method Detail

compareTo

public int compareTo(ObjectEditorDialog.ZationChoice that)
Specified by:
compareTo in interface Comparable<ObjectEditorDialog.ZationChoice>

toString

public String toString()
Overrides:
toString in class Object