com.threerings.stage.tools.editor
Class TileInfoPanel.TileSetRecord
java.lang.Object
com.threerings.stage.tools.editor.TileInfoPanel.TileSetRecord
- All Implemented Interfaces:
- Comparable<TileInfoPanel.TileSetRecord>
- Enclosing class:
- TileInfoPanel
protected static class TileInfoPanel.TileSetRecord
- extends Object
- implements Comparable<TileInfoPanel.TileSetRecord>
Used to manage tilesets in the tileset selection combobox.
layer
public int layer
tileSetId
public int tileSetId
tileSet
public com.threerings.media.tile.TileSet tileSet
shortname
public String shortname
TileInfoPanel.TileSetRecord
public TileInfoPanel.TileSetRecord(int layer,
int tileSetId,
com.threerings.media.tile.TileSet tileSet)
fullname
public String fullname()
toString
public String toString()
- Overrides:
toString in class Object
compareTo
public int compareTo(TileInfoPanel.TileSetRecord o)
- Specified by:
compareTo in interface Comparable<TileInfoPanel.TileSetRecord>
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object