Class HTMLSliderTextFieldHandler
java.lang.Object
org.pushingpixels.substance.internal.contrib.randelshofer.quaqua.colorchooser.HTMLSliderTextFieldHandler
- All Implemented Interfaces:
EventListener
,ChangeListener
,DocumentListener
This handler adjusts the value of a component in the HTML color slider model,
when the user enters text into the text field.
-
Constructor Summary
ConstructorsConstructorDescriptionHTMLSliderTextFieldHandler
(JTextField textField, HTMLColorSliderModel ccModel, int component) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
-
Constructor Details
-
HTMLSliderTextFieldHandler
public HTMLSliderTextFieldHandler(JTextField textField, HTMLColorSliderModel ccModel, int component)
-
-
Method Details
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
stateChanged
- Specified by:
stateChanged
in interfaceChangeListener
-