Class BasicColorSelectorComponentUI
java.lang.Object
javax.swing.plaf.ComponentUI
org.pushingpixels.flamingo.internal.ui.common.popup.ColorSelectorComponentUI
org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorComponentUI
Basic UI for color selector component
JColorSelectorComponent
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActionListener
protected ButtonModel
protected JColorSelectorComponent
protected ChangeListener
protected MouseListener
protected float
protected org.pushingpixels.trident.Timeline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
protected void
Installs subcomponents on the associated color selector component.protected void
Installs defaults on the associated color selector component.protected void
Installs listeners on the associated color selector component.void
void
setRollover
(float rollover) protected void
Uninstalls subcomponents from the associated color selector component.protected void
Uninstalls defaults from the associated color selector component.protected void
Uninstalls listeners from the associated color selector component.void
void
update
(Graphics g, JComponent c) Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint
-
Field Details
-
colorSelectorComponent
-
buttonModel
-
mouseListener
-
modelChangeListener
-
actionListener
-
rolloverTimeline
protected org.pushingpixels.trident.Timeline rolloverTimeline -
rollover
protected float rollover
-
-
Constructor Details
-
BasicColorSelectorComponentUI
public BasicColorSelectorComponentUI()
-
-
Method Details
-
createUI
-
installUI
- Overrides:
installUI
in classComponentUI
-
uninstallUI
- Overrides:
uninstallUI
in classComponentUI
-
installListeners
protected void installListeners()Installs listeners on the associated color selector component. -
uninstallListeners
protected void uninstallListeners()Uninstalls listeners from the associated color selector component. -
installDefaults
protected void installDefaults()Installs defaults on the associated color selector component. -
uninstallDefaults
protected void uninstallDefaults()Uninstalls defaults from the associated color selector component. -
installComponents
protected void installComponents()Installs subcomponents on the associated color selector component. -
uninstallComponents
protected void uninstallComponents()Uninstalls subcomponents from the associated color selector component. -
setRollover
public void setRollover(float rollover) -
update
- Overrides:
update
in classComponentUI
-