Modifier and Type | Field and Description |
---|---|
private boolean | |
private final JComponent | |
private final SpinnerNumberModel | |
private final ColorPanel | |
private final JSlider | |
private final JSpinner | |
private float |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv JComponent | |
pack-priv JSlider | |
pack-priv JSpinner | |
pack-priv float | |
pack-priv boolean | |
pack-priv void | |
pack-priv void | |
pack-priv void | |
public void | stateChanged(ChangeEvent
a ChangeEvent object event)Implements javax. Invoked when the target of the listener has changed its state. |
internal | back to summary |
---|---|
private boolean internal |
label | back to summary |
---|---|
private final JComponent label |
model | back to summary |
---|---|
private final SpinnerNumberModel model |
panel | back to summary |
---|---|
private final ColorPanel panel |
slider | back to summary |
---|---|
private final JSlider slider |
spinner | back to summary |
---|---|
private final JSpinner spinner |
value | back to summary |
---|---|
private float value |
SlidingSpinner | back to summary |
---|---|
pack-priv SlidingSpinner(ColorPanel panel, JComponent label) |
getLabel | back to summary |
---|---|
pack-priv JComponent getLabel() |
getSlider | back to summary |
---|---|
pack-priv JSlider getSlider() |
getSpinner | back to summary |
---|---|
pack-priv JSpinner getSpinner() |
getValue | back to summary |
---|---|
pack-priv float getValue() |
isVisible | back to summary |
---|---|
pack-priv boolean isVisible() |
setRange | back to summary |
---|---|
pack-priv void setRange(int min, int max) |
setValue | back to summary |
---|---|
pack-priv void setValue(float value) |
setVisible | back to summary |
---|---|
pack-priv void setVisible(boolean visible) |
stateChanged | back to summary |
---|---|
public void stateChanged(ChangeEvent event) Implements javax. Doc from javax. Invoked when the target of the listener has changed its state.
|