org.colos.ejs.library.control.swing
Interface RadioButtonInterface

All Known Implementing Classes:
ControlRadioButton, ControlRadioButtonMenuItem

public interface RadioButtonInterface

An interface for RadioButtons


Method Summary
 int getVariableIndex()
           
 void reportChanges()
           
 void setControlParent(ControlContainer _aParent)
           
 

Method Detail

reportChanges

void reportChanges()

getVariableIndex

int getVariableIndex()

setControlParent

void setControlParent(ControlContainer _aParent)