- getBeanDescriptor() - Method in class net.java.dev.colorchooser.ColorChooserBeanInfo
-
Gets the bean's BeanDescriptor
s.
- getColor() - Method in class net.java.dev.colorchooser.ColorChooser
-
Get the color currently represented by this component.
- getColorAt(int, int) - Method in class net.java.dev.colorchooser.Palette
-
Returns the color at the specified point, or null if the point is
beyond the bounds of the palette or in an area that does not indicate a
color
- getColorName(Color) - Static method in class net.java.dev.colorchooser.ColorChooser
-
Returns the SVG or Swing constant name for the passed color,
if the color exactly matches a color in the Swing UIManager
constants or the SVG/X-Windows constants.
- getDefaultEventIndex() - Method in class net.java.dev.colorchooser.ColorChooserBeanInfo
-
A bean may have a "default" event that is the event that will
mostly commonly be used by human's when using the bean.
- getDefaultPalettes(boolean) - Static method in class net.java.dev.colorchooser.Palette
-
Get the default set of 8 palettes used by the color chooser.
- getDefaultPropertyIndex() - Method in class net.java.dev.colorchooser.ColorChooserBeanInfo
-
A bean may have a "default" property that is the property that will
mostly commonly be initially chosen for update by human's who are
customizing the bean.
- getDisplayName() - Method in class net.java.dev.colorchooser.Palette
-
Get a localized name for this palette or null if a display name is
not warranted
- getEventSetDescriptors() - Method in class net.java.dev.colorchooser.ColorChooserBeanInfo
-
Gets the bean's EventSetDescriptor
s.
- getIcon(int) - Method in class net.java.dev.colorchooser.ColorChooserBeanInfo
-
This method returns an image object that can be used to
represent the bean in toolboxes, toolbars, etc.
- getMaximumSize(JComponent) - Method in class net.java.dev.colorchooser.ColorChooserUI
-
- getMethodDescriptors() - Method in class net.java.dev.colorchooser.ColorChooserBeanInfo
-
Gets the bean's MethodDescriptor
s.
- getMinimumSize(JComponent) - Method in class net.java.dev.colorchooser.ColorChooserUI
-
- getNameAt(int, int) - Method in class net.java.dev.colorchooser.Palette
-
Returns a string description of the color at the point.
- getPalettes() - Method in class net.java.dev.colorchooser.ColorChooser
-
Get the array of palettes that will be displayed when the user clicks
this color chooser component and holds down various keys.
- getPreferredSize(JComponent) - Method in class net.java.dev.colorchooser.ColorChooserUI
-
- getPropertyDescriptors() - Method in class net.java.dev.colorchooser.ColorChooserBeanInfo
-
Gets the bean's PropertyDescriptor
s.
- getSize() - Method in class net.java.dev.colorchooser.Palette
-
Get the on-screen size of this palette
- getTransientColor() - Method in class net.java.dev.colorchooser.ColorChooser
-
Returns the currently displayed color which may not be the same as the
value of getColor()
but is the color currently displayed as
the user moves the mouse to select the color.
- getUIClassId() - Method in class net.java.dev.colorchooser.ColorChooser
-
Overridden to return UI_CLASS_ID