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

java.lang.Object
  extended by de.ukn.hci.squidy.manager.controls.AbstractBasicControl<Object,edu.umd.cs.piccolox.pswing.PComboBox>
      extended by de.ukn.hci.squidy.manager.controls.ComboBoxControl
All Implemented Interfaces:
IBasicControl<Object,edu.umd.cs.piccolox.pswing.PComboBox>

public class ComboBoxControl
extends AbstractBasicControl<Object,edu.umd.cs.piccolox.pswing.PComboBox>


Nested Class Summary
static class ComboBoxControl.ComboBoxItemWrapper
          ComboBoxItemWrapper.
 
Constructor Summary
ComboBoxControl(Object[] values)
           
 
Method Summary
 Object getValue()
           
protected  void reconcileComponent()
           
 void setValue(Object 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

ComboBoxControl

public ComboBoxControl(Object[] values)
Parameters:
values -
Method Detail

getValue

public Object getValue()

setValue

public void setValue(Object value)

reconcileComponent

protected void reconcileComponent()
Specified by:
reconcileComponent in class AbstractBasicControl<Object,edu.umd.cs.piccolox.pswing.PComboBox>


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