Class ColorSliderTextFieldHandler
java.lang.Object
org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser.ColorSliderTextFieldHandler
- All Implemented Interfaces:
EventListener, ChangeListener, DocumentListener
This handler adjusts the value of a component in the color slider model,
when the user enters text into the text field.
- Version:
- 1.0 November 22, 2005 Created.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColorSliderTextFieldHandler(JTextField textField, ColorSliderModel ccModel, int component) -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate voidvoidvoidvoid
-
Field Details
-
textField
-
ccModel
-
component
private int component
-
-
Constructor Details
-
ColorSliderTextFieldHandler
-
-
Method Details
-
changedUpdate
- Specified by:
changedUpdatein interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdatein interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdatein interfaceDocumentListener
-
docChanged
private void docChanged() -
stateChanged
- Specified by:
stateChangedin interfaceChangeListener
-