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 TypeMethodDescriptionvoidThis method is called after one or more attributes have changed.voidThis method is called after an insert into the documentvoidThis method is called after a removal from the documentvoidsynchronize(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:
insertUpdatein interfaceDocumentListener
-
removeUpdate
This method is called after a removal from the document- Specified by:
removeUpdatein 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:
changedUpdatein interfaceDocumentListener
-
synchronize
-