|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
org.pushingpixels.flamingo.internal.ui.common.popup.ColorSelectorPanelUI
org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
public class BasicColorSelectorPanelUI
Basic UI for color selector panel JColorSelectorPanel
.
Nested Class Summary | |
---|---|
protected class |
BasicColorSelectorPanelUI.PanelLayout
|
Field Summary | |
---|---|
protected javax.swing.JLabel |
captionLabel
|
protected javax.swing.JPanel |
colorSelectorContainer
|
protected JColorSelectorPanel |
colorSelectorPanel
|
Constructor Summary | |
---|---|
BasicColorSelectorPanelUI()
|
Method Summary | |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
protected int |
getLayoutGap()
Returns the layout gap for button panel components. |
protected void |
installComponents()
Installs subcomponents on the associated color selector panel. |
protected void |
installDefaults()
Installs defaults on the associated color selector panel. |
protected void |
installListeners()
Installs listeners on the associated color selector panel. |
void |
installUI(javax.swing.JComponent c)
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
|
protected void |
paintBottomDivider(java.awt.Graphics g,
int x,
int y,
int width,
int height)
|
protected void |
paintCaptionBackground(java.awt.Graphics g,
int x,
int y,
int width,
int height)
|
protected void |
uninstallComponents()
Uninstalls subcomponents from the associated color selector panel. |
protected void |
uninstallDefaults()
Uninstalls defaults from the associated color selector panel. |
protected void |
uninstallListeners()
Uninstalls listeners from the associated color selector panel. |
void |
uninstallUI(javax.swing.JComponent c)
|
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JColorSelectorPanel colorSelectorPanel
protected javax.swing.JLabel captionLabel
protected javax.swing.JPanel colorSelectorContainer
Constructor Detail |
---|
public BasicColorSelectorPanelUI()
Method Detail |
---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI
in class javax.swing.plaf.ComponentUI
public void uninstallUI(javax.swing.JComponent c)
uninstallUI
in class javax.swing.plaf.ComponentUI
protected void installListeners()
protected void uninstallListeners()
protected void installDefaults()
protected void uninstallDefaults()
protected void installComponents()
protected void uninstallComponents()
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.ComponentUI
protected void paintBottomDivider(java.awt.Graphics g, int x, int y, int width, int height)
protected void paintCaptionBackground(java.awt.Graphics g, int x, int y, int width, int height)
protected int getLayoutGap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |