de.ukn.hci.squidy.manager
Interface IBasicControl<T,C extends JComponent>
- All Known Implementing Classes:
- AbstractBasicControl, CheckBoxControl, ComboBoxControl, FileChooserControl, GaugeControl, ImagePanelControl, SliderControl, SpinnerControl, TextFieldControl
public interface IBasicControl<T,C extends JComponent>
IBasicControl.
Date: Mar 22, 2009
Time: 2:51:27 PM
- Since:
- 1.0.0
- Version:
- $Id: IBasicControl.java 30 2009-09-18 22:23:35Z nitsche $
- Author:
- Daniel Weidele
Daniel.Weidele@uni-konstanz.de
Human-Computer Interaction Group
University of Konstanz, Roman Rädle
Roman.Raedle@uni-konstanz.de
Human-Computer Interaction Group
University of Konstanz
getComponent
C getComponent()
getValue
T getValue()
setValue
void setValue(T value)
addPropertyChangeListener
void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
addPropertyUpdateListener
void addPropertyUpdateListener(PropertyUpdateListener<T> listener)
removePropertyUpdateListener
void removePropertyUpdateListener(PropertyUpdateListener<T> listener)
Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.