org.gamenet.swing.controls
Interface StateArrayValueHolder


public interface StateArrayValueHolder


Method Summary
 int getEndIndex()
           
 int getStartIndex()
           
 boolean getValue(int index)
           
 String getValueLabel(int index)
           
 void setValue(boolean value, int index)
           
 

Method Detail

getStartIndex

public int getStartIndex()

getEndIndex

public int getEndIndex()

getValueLabel

public String getValueLabel(int index)

getValue

public boolean getValue(int index)

setValue

public void setValue(boolean value,
                     int index)