A C G I R S X

A

AdvancedColorChooser - class com.sygem.swing.colorchooser.AdvancedColorChooser.
An improved Color Picker dialog/component.
AdvancedColorChooser() - Constructor for class com.sygem.swing.colorchooser.AdvancedColorChooser
Simple no-args constructor.
AdvancedColorChooser(Color) - Constructor for class com.sygem.swing.colorchooser.AdvancedColorChooser
Creates an AdvancedColorChooser component, with the color set to initialColor.
AdvancedColorChooser(ColorSelectionModel) - Constructor for class com.sygem.swing.colorchooser.AdvancedColorChooser
Creates an AdvancedColorChooser component, with the ColorSelectionModel set to model.
addSwatchData(SwatchData) - Static method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Registers a set of Swatch data that will appear in the Swatches window.

C

CMYKSwatchData - class com.sygem.swing.colorchooser.CMYKSwatchData.
Describes a set of CMYK (Cyan, Magenta, Yellow & blacK) swatches.
CMYKSwatchData() - Constructor for class com.sygem.swing.colorchooser.CMYKSwatchData
 
CustomColorDataSource - interface com.sygem.swing.colorchooser.CustomColorDataSource.
This interface specifies the methods required to implement a data source for the Custom Colors window.
closeRecentColorsWindow() - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Closes the Recent Colors window, if it is open.
closeSwatchesWindow() - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Closes the Swatches window, if it is open.
com.sygem.swing.colorchooser - package com.sygem.swing.colorchooser
 
createDialog(Component, String, boolean, AdvancedColorChooser, ActionListener, ActionListener) - Static method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Creates and returns a new dialog containing the specified AdvancedColorChooser pane along with "OK", "Cancel", and "Reset" buttons.

G

getAccessibleContext() - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Gets the AccessibleContext associated with this AdvancedColorChooser.
getColor() - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Gets the current color value from the color chooser.
getColor(int) - Method in interface com.sygem.swing.colorchooser.CustomColorDataSource
Retrieves the Custom Color at position pos.
getDataSource() - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Returns the currently registered data source used for storing/retrieving custom color data.
getDimension() - Method in class com.sygem.swing.colorchooser.CMYKSwatchData
Returns the number of Swatches this data set contains.
getDimension() - Method in class com.sygem.swing.colorchooser.RGBSwatchData
Returns the number of Swatches this data set contains.
getDimension() - Method in interface com.sygem.swing.colorchooser.SwatchData
Returns the number of Swatches this data set contains.
getDimension() - Method in class com.sygem.swing.colorchooser.XWindowSwatchData
Returns the number of Swatches this data set contains.
getNames() - Method in class com.sygem.swing.colorchooser.CMYKSwatchData
Returns the names associated with the raw Swatch data.
getNames() - Method in class com.sygem.swing.colorchooser.RGBSwatchData
Returns null, as there are no names associated with this Swatch data set.
getNames() - Method in interface com.sygem.swing.colorchooser.SwatchData
Returns the names of each color in the Swatch list.
getNames() - Method in class com.sygem.swing.colorchooser.XWindowSwatchData
Returns the names associated with the raw Swatch data.
getRawValues() - Method in class com.sygem.swing.colorchooser.CMYKSwatchData
Returns the raw RGB data for each color - as RGB triplets.
getRawValues() - Method in class com.sygem.swing.colorchooser.RGBSwatchData
Returns the raw RGB data for each color - as RGB triplets.
getRawValues() - Method in interface com.sygem.swing.colorchooser.SwatchData
Returns the raw RGB data for each color - as RGB triplets.
getRawValues() - Method in class com.sygem.swing.colorchooser.XWindowSwatchData
Returns the raw RGB data for each color - as RGB triplets.
getSelectionModel() - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Returns the data model that handles color selections.
getSwatchData() - Static method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Returns an enumeration containing all of the currently registered SwatchData objects.
getTitle() - Method in class com.sygem.swing.colorchooser.CMYKSwatchData
Returns the title of this Swatch data set.
getTitle() - Method in class com.sygem.swing.colorchooser.RGBSwatchData
Returns the title of this Swatch data set.
getTitle() - Method in interface com.sygem.swing.colorchooser.SwatchData
Returns the title of this Swatch data set.
getTitle() - Method in class com.sygem.swing.colorchooser.XWindowSwatchData
Returns the title of this Swatch data set.
getWindow() - Static method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Returns the Window used for holding the color chooser component.

I

isUseWebColors() - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Returns TRUE if the color chooser is limited to web-safe colors.

R

RGBSwatchData - class com.sygem.swing.colorchooser.RGBSwatchData.
Describes a set of RGB (Red, Green & Blue) swatches.
RGBSwatchData() - Constructor for class com.sygem.swing.colorchooser.RGBSwatchData
 
registerCustomColorDataSource(CustomColorDataSource) - Static method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Registers a data source for storing and retrieving custom color indformation.
removeSwatchData(SwatchData) - Static method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Removes a set of Swatch data from the Swatches window.
removeSwatchData(String) - Static method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Removes a set of Swatch data, based on the title of the Swatch set.

S

SELECTION_MODEL_PROPERTY - Static variable in class com.sygem.swing.colorchooser.AdvancedColorChooser
The selection model property name.
SwatchData - interface com.sygem.swing.colorchooser.SwatchData.
Simple Interface detailing the methods required to implement a set of Swatches.
setColor(Color) - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Sets the color of this color chooser to the specified color.
setColor(int) - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Sets the current color of the color chooser to the specified color.
setColor(int, int, int) - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Sets the current color of the color chooser to the specified RGB color.
setColor(int, Color) - Method in interface com.sygem.swing.colorchooser.CustomColorDataSource
Sets the custom color at position pos.
setDataSource(CustomColorDataSource) - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Sets the data source used for storing/retrieving custom color data.
setSelectionModel(ColorSelectionModel) - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Sets the model containing the selected color.
setUseWebColors(boolean) - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Determines whether or not the color chooser is to be limited to web-safe colors.
setWindow(Window) - Method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Sets the Window used for displaying the color chooser component.
showDialog(Component, String, Color) - Static method in class com.sygem.swing.colorchooser.AdvancedColorChooser
Shows a modal color-chooser dialog and blocks until the dialog is hidden.

X

XWindowSwatchData - class com.sygem.swing.colorchooser.XWindowSwatchData.
Describes a set of X-Window swatches - colors used by the X windowing system.
XWindowSwatchData() - Constructor for class com.sygem.swing.colorchooser.XWindowSwatchData
 

A C G I R S X

Copyright © 2004 SyGem Software. All Rights Reserved.