Changed Methods |
void addChooserPanel(AbstractColorChooserPanel )
|
Documentation changed from old to new. |
Adds a color chooser panel to the color chooser. |
JDialog createDialog(Component, String, boolean, JColorChooser, ActionListener, ActionListener)
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Creates and returns a new dialog containing the specified ColorChooser pane along with "OK" "Cancel" and "Reset" buttons. |
AbstractColorChooserPanel[] getChooserPanels()
|
Documentation changed from old to new. |
Returns the specified color panels. |
JComponent getPreviewPanel()
|
Documentation changed from old to new. |
Returns the preview panel that shows a chosen color. |
ColorSelectionModel getSelectionModel()
|
Documentation changed from old to new. |
Returns the data model that handles color selections. |
ColorChooserUI getUI()
|
Documentation changed from old to new. |
Returns the L&F object that renders this component. |
AbstractColorChooserPanel removeChooserPanel(AbstractColorChooserPanel )
|
Documentation changed from old to new. |
Removes the Color Panel specified. |
void setChooserPanels(AbstractColorChooserPanel[] )
|
Documentation changed from old to new. |
Specifies the Color Panels used to choose a color value. |
void setSelectionModel(ColorSelectionModel )
|
Documentation changed from old to new. |
Sets the model containing the selected color. |
Color showDialog(Component, String, Color)
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Shows a modal color-chooser dialog and blocks until the dialog is hidden. |
void setColor(int )
|
Documentation changed from old to new. |
Sets the current color of the color chooser to the specified color. |
void setColor(Color )
|
Documentation changed from old to new. |
Sets the current color of the color chooser to the specified color. |
void setUI(ColorChooserUI )
|
Documentation changed from old to new. |
Sets the L&F object that renders this component. |