|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.awt.Component
![]()
![]()
![]()
java.awt.Container
![]()
![]()
![]()
javax.swing.JComponent
![]()
![]()
![]()
javax.swing.JPanel
![]()
![]()
![]()
javax.swing.colorchooser.AbstractColorChooserPanel
, MenuContainer
, Serializable
, Accessible

public abstract class AbstractColorChooserPanel

This is the abstract superclass for color choosers. If you want to add
a new color chooser panel into a 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 XMLEncoder
.
| Nested Class Summary |
|---|
Nested classes/interfaces inherited from class javax.swing.JPanel ![]() |
|---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent ![]() |
|---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container ![]() |
|---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component ![]() |
|---|
Component.AccessibleAWTComponent |
| Field Summary |
|---|
Fields inherited from class javax.swing.JComponent ![]() |
|---|
accessibleContext |
Fields inherited from class java.awt.Component ![]() |
|---|
BOTTOM_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver ![]() |
|---|
ABORT |
| Constructor Summary | |
|---|---|
AbstractColorChooserPanel
|
|
| Method Summary | |
|---|---|
protected abstract void |
buildChooser
Builds a new chooser panel. |
protected Color |
getColorFromModel
Returns the color that is currently selected. |
ColorSelectionModel |
getColorSelectionModel
Returns the model that the chooser panel is editing. |
int |
getDisplayedMnemonicIndex
Provides a hint to the look and feel as to the index of the character in getDisplayName that should be visually identified as the
mnemonic. |
abstract String |
getDisplayName
Returns a string containing the display name of the panel. |
abstract Icon |
getLargeDisplayIcon
Returns the large display icon for the panel. |
int |
getMnemonic
Provides a hint to the look and feel as to the KeyEvent.VK constant that can be used as a mnemonic to
access the panel. |
abstract Icon |
getSmallDisplayIcon
Returns the small display icon for the panel. |
void |
installChooserPanel
Invoked when the panel is added to the chooser. |
void |
paint
Draws the panel. |
void |
uninstallChooserPanel
Invoked when the panel is removed from the chooser. |
abstract void |
updateChooser
Invoked automatically when the model's state changes. |
Methods inherited from class javax.swing.JPanel ![]() |
|---|
getAccessibleContext |