Class ColorWheelPanel.ColorDocumentListener
java.lang.Object
org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color.ColorWheelPanel.ColorDocumentListener
- All Implemented Interfaces:
EventListener
,DocumentListener
- Enclosing class:
ColorWheelPanel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called after one or more attributes have changed.void
This method is called after an insert into the documentvoid
This method is called after a removal from the documentvoid
synchronize
(DocumentEvent evt)
-
Field Details
-
originator
-
MARKER
- See Also:
-
-
Constructor Details
-
ColorDocumentListener
-
-
Method Details
-
insertUpdate
This method is called after an insert into the document- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
This method is called after a removal from the document- Specified by:
removeUpdate
in interfaceDocumentListener
-
changedUpdate
This method is called after one or more attributes have changed. This method is not called when characters are inserted with attributes.- Specified by:
changedUpdate
in interfaceDocumentListener
-
synchronize
-