de.ukn.hci.squidy.manager.controls
Class CheckBoxControl

java.lang.Object
  extended by de.ukn.hci.squidy.manager.controls.AbstractBasicControl<Boolean,JCheckBox>
      extended by de.ukn.hci.squidy.manager.controls.CheckBoxControl
All Implemented Interfaces:
IBasicControl<Boolean,JCheckBox>

public class CheckBoxControl
extends AbstractBasicControl<Boolean,JCheckBox>


Constructor Summary
CheckBoxControl(Boolean value)
           
 
Method Summary
 Boolean getValue()
           
protected  void reconcileComponent()
           
 void setValue(Boolean value)
           
 
Methods inherited from class de.ukn.hci.squidy.manager.controls.AbstractBasicControl
addPropertyChangeListener, addPropertyUpdateListener, customPInputEvent, firePropertyChange, firePropertyUpdateEvent, getComponent, removePropertyUpdateListener, setValueWithoutPropertyUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBoxControl

public CheckBoxControl(Boolean value)
Parameters:
value -
Method Detail

getValue

public Boolean getValue()

setValue

public void setValue(Boolean value)

reconcileComponent

protected void reconcileComponent()
Specified by:
reconcileComponent in class AbstractBasicControl<Boolean,JCheckBox>


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.