rvl.piface
Interface IntComponent

All Superinterfaces:
PiComponent
All Known Implementing Classes:
PiCheckbox, PiChoice, PiMenuCheckbox, PiRadio

public interface IntComponent
extends PiComponent


Method Summary
 java.lang.String getTextValue()
           
 int getValue()
           
 void setValue(int x)
           
 
Methods inherited from interface rvl.piface.PiComponent
addActionListener, getLabel, getName, setName
 

Method Detail

getValue

public int getValue()

getTextValue

public java.lang.String getTextValue()

setValue

public void setValue(int x)