SubstanceColorSelectorComponentUIpublic abstract class BasicColorSelectorComponentUI extends ColorSelectorComponentUI
JColorSelectorComponent.| Modifier and Type | Field | Description |
|---|---|---|
protected java.awt.event.ActionListener |
actionListener |
|
protected javax.swing.ButtonModel |
buttonModel |
|
protected JColorSelectorComponent |
colorSelectorComponent |
|
protected javax.swing.event.ChangeListener |
modelChangeListener |
|
protected java.awt.event.MouseListener |
mouseListener |
|
protected float |
rollover |
|
protected org.pushingpixels.trident.Timeline |
rolloverTimeline |
| Constructor | Description |
|---|---|
BasicColorSelectorComponentUI() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
installComponents() |
Installs subcomponents on the associated color selector component.
|
protected void |
installDefaults() |
Installs defaults on the associated color selector component.
|
protected void |
installListeners() |
Installs listeners on the associated color selector component.
|
void |
installUI(javax.swing.JComponent c) |
|
protected abstract void |
paintRolloverIndication(java.awt.Graphics g) |
|
void |
setRollover(float rollover) |
|
protected void |
uninstallComponents() |
Uninstalls subcomponents from the associated color selector component.
|
protected void |
uninstallDefaults() |
Uninstalls defaults from the associated color selector component.
|
protected void |
uninstallListeners() |
Uninstalls listeners from the associated color selector component.
|
void |
uninstallUI(javax.swing.JComponent c) |
|
void |
update(java.awt.Graphics g,
javax.swing.JComponent c) |
protected JColorSelectorComponent colorSelectorComponent
protected javax.swing.ButtonModel buttonModel
protected java.awt.event.MouseListener mouseListener
protected javax.swing.event.ChangeListener modelChangeListener
protected java.awt.event.ActionListener actionListener
protected org.pushingpixels.trident.Timeline rolloverTimeline
protected float rollover
public void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.ComponentUIpublic void uninstallUI(javax.swing.JComponent c)
uninstallUI in class javax.swing.plaf.ComponentUIprotected void installListeners()
protected void uninstallListeners()
protected void installDefaults()
protected void uninstallDefaults()
protected void installComponents()
protected void uninstallComponents()
public void setRollover(float rollover)
public void update(java.awt.Graphics g,
javax.swing.JComponent c)
update in class javax.swing.plaf.ComponentUIprotected abstract void paintRolloverIndication(java.awt.Graphics g)