|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.ColorChooserUI
org.openbp.swing.plaf.sky.SkyColorChooserUI
public class SkyColorChooserUI
The LookAndFeel for a colorchooser. This is simle a copy of the BasicColorChooserUI. This UI is used in the SkyLookAndFeel to fix some jdk2_1.4_1 problems.
| Nested Class Summary | |
|---|---|
class |
SkyColorChooserUI.PropertyHandler
This inner class is marked "public" due to a compiler bug. |
| Field Summary | |
|---|---|
protected javax.swing.colorchooser.AbstractColorChooserPanel[] |
defaultChoosers
all color chooser panels |
protected javax.swing.event.ChangeListener |
previewListener
ChangesListener for the preview componente |
protected java.beans.PropertyChangeListener |
propertyChangeListener
PropertyCangeListener of the chooser |
| Constructor Summary | |
|---|---|
SkyColorChooserUI()
Create a new SkyColorChooserUI |
|
| Method Summary | |
|---|---|
protected javax.swing.colorchooser.AbstractColorChooserPanel[] |
createDefaultChoosers()
Creates all default color chooser panels. |
protected java.beans.PropertyChangeListener |
createPropertyChangeListener()
Creates the PropertyChangeListener for the chooser. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Returns a new SkyColorChooserUI for the given component. |
protected void |
installDefaults()
Installs all defaults of the UI. |
protected void |
installListeners()
Installs all Listeners. |
protected void |
installPreviewPanel()
Installs the previewpanel. |
void |
installUI(javax.swing.JComponent c)
Installs the UI at the component. |
protected void |
uninstallDefaultChoosers()
Uninstalls the default color panels. |
protected void |
uninstallDefaults()
Uninstalls the defaults. |
protected void |
uninstallListeners()
Uninstalls all Listeners. |
void |
uninstallUI(javax.swing.JComponent c)
Uninstalls the UI from the component. |
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.swing.colorchooser.AbstractColorChooserPanel[] defaultChoosers
protected javax.swing.event.ChangeListener previewListener
protected java.beans.PropertyChangeListener propertyChangeListener
| Constructor Detail |
|---|
public SkyColorChooserUI()
| Method Detail |
|---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected javax.swing.colorchooser.AbstractColorChooserPanel[] createDefaultChoosers()
protected void uninstallDefaultChoosers()
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 installPreviewPanel()
protected void installDefaults()
protected void uninstallDefaults()
protected void installListeners()
protected java.beans.PropertyChangeListener createPropertyChangeListener()
protected void uninstallListeners()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||