zombie.gameStates
Class CharacterCreationState.SelectSlot

java.lang.Object
  extended by zombie.gameStates.CharacterCreationState.SelectSlot
All Implemented Interfaces:
IListBoxItem
Enclosing class:
CharacterCreationState

public static class CharacterCreationState.SelectSlot
extends java.lang.Object
implements IListBoxItem


Field Summary
 int data
           
 java.lang.String description
           
 int ID
           
 java.lang.String name
           
 
Constructor Summary
CharacterCreationState.SelectSlot(int id, int data, java.lang.String name, java.lang.String desc)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getID()
           
 java.lang.String getLabel()
           
 java.lang.String getLeftLabel()
           
 java.lang.String getRightLabel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public int ID

data

public int data

name

public java.lang.String name

description

public java.lang.String description
Constructor Detail

CharacterCreationState.SelectSlot

public CharacterCreationState.SelectSlot(int id,
                                         int data,
                                         java.lang.String name,
                                         java.lang.String desc)
Method Detail

getID

public int getID()

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface IListBoxItem

getLeftLabel

public java.lang.String getLeftLabel()
Specified by:
getLeftLabel in interface IListBoxItem

getRightLabel

public java.lang.String getRightLabel()
Specified by:
getRightLabel in interface IListBoxItem

getDescription

public java.lang.String getDescription()