java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
javax.swing.colorchooser.AbstractColorChooserPanel
All Implemented Interfaces:
Accessible, HasGetTransferHandler, Serializable, MenuContainer, ImageObserver
Direct Known Subclasses:
DefaultSwatchChooserPanel, SwatchChooserPanel, DefaultRGBChooserPanel, DefaultHSBChooserPanel
JColorChooser, subclass
this class.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans package.
Please see java.beans.XMLEncoder .
Tom - SantosSteve - Wilson| Fields inherited from java.awt.Container: |
|---|
| ncomponents, component, layoutMgr, containerListener, listeningChildren, listeningBoundsChildren, descendantsCount, INCLUDE_SELF, SEARCH_HEAVYWEIGHTS, modalComp, modalAppContext |
| Method from javax.swing.colorchooser.AbstractColorChooserPanel Summary: |
|---|
| buildChooser, getColorFromModel, getColorSelectionModel, getDisplayName, getDisplayedMnemonicIndex, getInt, getLargeDisplayIcon, getMnemonic, getSmallDisplayIcon, installChooserPanel, paint, uninstallChooserPanel, updateChooser |
| Methods from javax.swing.JPanel: |
|---|
| getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.colorchooser.AbstractColorChooserPanel Detail: |
|---|
|
|
|
|
getDisplayName that should be visually identified as the
mnemonic. The look and feel should only use this if
getMnemonic returns a value > 0.
The return value here is a hint, it is ultimately up to the look
and feel to honor the return value in some meaningful way. For example,
a look and feel may wish to render each
This implementation returns -1, indicating the
|
key does
not map to a valid Integer, default is
returned. |
|
KeyEvent.VK constant that can be used as a mnemonic to
access the panel. A return value <= 0 indicates there is no mnemonic.
The return value here is a hint, it is ultimately up to the look and feel to honor the return value in some meaningful way.
This implementation returns 0, indicating the
|
|
super. |
|
super. |
installChooserPanel to allow
you to set up the initial state of your chooser.
Override this method to update your ChooserPanel. |