org.pushingpixels.flamingo.internal.ui.common.popup
public class BasicColorSelectorComponentUI extends ColorSelectorComponentUI
JColorSelectorComponent
.Modifier and Type | Field and Description |
---|---|
protected ActionListener |
actionListener |
protected ButtonModel |
buttonModel |
protected JColorSelectorComponent |
colorSelectorComponent |
protected ChangeListener |
modelChangeListener |
protected MouseListener |
mouseListener |
protected float |
rollover |
protected org.pushingpixels.trident.Timeline |
rolloverTimeline |
Constructor and Description |
---|
BasicColorSelectorComponentUI() |
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent c) |
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(JComponent c) |
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(JComponent c) |
void |
update(Graphics g,
JComponent c) |
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint
protected JColorSelectorComponent colorSelectorComponent
protected ButtonModel buttonModel
protected MouseListener mouseListener
protected ChangeListener modelChangeListener
protected ActionListener actionListener
protected org.pushingpixels.trident.Timeline rolloverTimeline
protected float rollover
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI
in class ComponentUI
public void uninstallUI(JComponent c)
uninstallUI
in class ComponentUI
protected 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(Graphics g, JComponent c)
update
in class ComponentUI