cmu.survey.gui.databits
Class RadioButtonNumberDataBit<T>

java.lang.Object
  extended by cmu.survey.gui.databits.RadioButtonNumberDataBit<T>
All Implemented Interfaces:
java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener

public class RadioButtonNumberDataBit<T>
extends java.lang.Object
implements java.awt.event.ActionListener, java.beans.PropertyChangeListener


Constructor Summary
RadioButtonNumberDataBit(UndoHandler undoHandler)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void setDataBit(DataBit<T> dataBit)
           
 void setThisRadioButtonDataValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioButtonNumberDataBit

public RadioButtonNumberDataBit(UndoHandler undoHandler)
Method Detail

setDataBit

public void setDataBit(DataBit<T> dataBit)

setThisRadioButtonDataValue

public void setThisRadioButtonDataValue(T value)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener