rero.dck.items
public class FloatInput extends SuperInput implements ChangeListener
Field Summary | |
---|---|
protected JLabel | label |
protected JSlider | slider |
protected JTextField | text |
protected float | value |
Constructor Summary | |
---|---|
FloatInput(String var, float _value, String _label) |
Method Summary | |
---|---|
JComponent | getComponent() |
int | getEstimatedWidth() |
void | refresh() |
void | save() |
void | setAlignWidth(int width) |
void | stateChanged(ChangeEvent ev) |