Class ColorSelectorPopupMenuGroupModel
java.lang.Object
org.pushingpixels.radiance.component.api.common.popup.model.ColorSelectorPopupMenuGroupModel
- All Implemented Interfaces:
ChangeAware
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final WeakChangeSupport
Stores the listeners on this model. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the specified change listener to track changes to the underlying source.builder()
private void
void
Removes the specified change listener from tracking changes to the underlying source.
-
Field Details
-
groupContent
-
weakChangeSupport
Stores the listeners on this model.
-
-
Constructor Details
-
ColorSelectorPopupMenuGroupModel
private ColorSelectorPopupMenuGroupModel()
-
-
Method Details
-
builder
-
getGroupContent
-
addChangeListener
Description copied from interface:ChangeAware
Adds the specified change listener to track changes to the underlying source.- Specified by:
addChangeListener
in interfaceChangeAware
- Parameters:
l
- Change listener to add.- See Also:
-
removeChangeListener
Description copied from interface:ChangeAware
Removes the specified change listener from tracking changes to the underlying source.- Specified by:
removeChangeListener
in interfaceChangeAware
- Parameters:
l
- Change listener to remove.- See Also:
-
fireStateChanged
private void fireStateChanged()
-