com.autodesk.ui
Class UndoableButtonGroup

java.lang.Object
  extended by javax.swing.ButtonGroup
      extended by com.autodesk.ui.UndoableButtonGroup
All Implemented Interfaces:
java.io.Serializable

public class UndoableButtonGroup
extends javax.swing.ButtonGroup

This class is necessary to allow UndoableRadioButtons to learn when a change is made to another button in the same group. Undo cannot be implemented for RadioButtons without also implementing undo for the ButtonGroup.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.ButtonGroup
buttons
 
Constructor Summary
UndoableButtonGroup()
           
 
Method Summary
 
Methods inherited from class javax.swing.ButtonGroup
add, getButtonCount, getElements, getSelection, isSelected, remove, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoableButtonGroup

public UndoableButtonGroup()