cookxml.cookswing.helper
Class SyncButtonStateHelper
java.lang.Object
cookxml.cookswing.helper.SyncButtonStateHelper
- All Implemented Interfaces:
- Helper, NoAdd
- public class SyncButtonStateHelper
- extends Object
- implements Helper
Helper class for constructing a synchronized button list.
- Since:
- CookSwing 1.0
- See Also:
ButtonGroup
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buttonList
public final LinkedList buttonList
SyncButtonStateHelper
public SyncButtonStateHelper()
add
public void add(AbstractButton button)
getFinalObject
public Object getFinalObject()
throws Exception
- Specified by:
getFinalObject
in interface Helper
- Throws:
Exception