cookxml.cookswing.helper
Class SyncButtonStateHelper

java.lang.Object
  extended bycookxml.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

Field Summary
 LinkedList buttonList
           
 
Constructor Summary
SyncButtonStateHelper()
           
 
Method Summary
 void add(AbstractButton button)
           
 Object getFinalObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buttonList

public final LinkedList buttonList
Constructor Detail

SyncButtonStateHelper

public SyncButtonStateHelper()
Method Detail

add

public void add(AbstractButton button)

getFinalObject

public Object getFinalObject()
                      throws Exception
Specified by:
getFinalObject in interface Helper
Throws:
Exception