|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.ButtonGroup
com.autodesk.ui.UndoableButtonGroup
public class UndoableButtonGroup
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.
| 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 |
|---|
public UndoableButtonGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||