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

java.lang.Object
  extended by de.ukn.hci.squidy.manager.controls.AbstractBasicControl<String,JTextField>
      extended by de.ukn.hci.squidy.manager.controls.TextFieldControl
All Implemented Interfaces:
IBasicControl<String,JTextField>

public class TextFieldControl
extends AbstractBasicControl<String,JTextField>


Constructor Summary
TextFieldControl(String value)
           
 
Method Summary
 String getValue()
           
protected  void reconcileComponent()
           
 void setValue(String 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

TextFieldControl

public TextFieldControl(String value)
Parameters:
value -
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

reconcileComponent

protected void reconcileComponent()
Specified by:
reconcileComponent in class AbstractBasicControl<String,JTextField>


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