- calculateThumbSize() - Method in class com.bric.plaf.ColorPickerSliderUI
-
- calculateTrackRect() - Method in class com.bric.plaf.ColorPickerSliderUI
-
- CANCEL_OPTION - Static variable in class com.bric.swing.DialogFooter
-
Used to indicate the user selected "Cancel" in a dialog.
- ClickAction(JButton) - Constructor for class com.bric.swing.DialogFooter.ClickAction
-
- closeDialogAndDisposeAction - Static variable in class com.bric.swing.DialogFooter
-
This action takes the Window associated with the source of this event,
hides it, and then calls dispose()
on it.
- ColorPicker - Class in com.bric.swing
-
This is a panel that offers a robust set of controls to pick a color.
- ColorPicker() - Constructor for class com.bric.swing.ColorPicker
-
Create a new ColorPicker
with all controls visible except opacity.
- ColorPicker(boolean, boolean) - Constructor for class com.bric.swing.ColorPicker
-
Create a new ColorPicker
.
- ColorPickerDemo - Class in com.bric.swing
-
A simple demo for the ColorPicker class.
- ColorPickerDemo() - Constructor for class com.bric.swing.ColorPickerDemo
-
- ColorPickerPanel - Class in com.bric.swing
-
This is the large graphic element in the ColorPicker
that depicts a wide range of colors.
- ColorPickerPanel() - Constructor for class com.bric.swing.ColorPickerPanel
-
Creates a new ColorPickerPanel
- ColorPickerSliderUI - Class in com.bric.plaf
-
This is a SliderUI designed specifically for the
ColorPicker
.
- ColorPickerSliderUI(JSlider, ColorPicker) - Constructor for class com.bric.plaf.ColorPickerSliderUI
-
- ColorSwatch - Class in com.bric.swing
-
This is a square, opaque panel used to indicate
a certain color.
- ColorSwatch(int) - Constructor for class com.bric.swing.ColorSwatch
-
- ColorSwatch(Color, int) - Constructor for class com.bric.swing.ColorSwatch
-
- com.bric.plaf - package com.bric.plaf
-
- com.bric.swing - package com.bric.swing
-
- com.bric.util - package com.bric.util
-
- createBlurbGraphic(Dimension) - Static method in class com.bric.swing.ColorPickerDemo
-
- createCancelButton(boolean) - Static method in class com.bric.swing.DialogFooter
-
Creates a new "Cancel" button.
- createDialogFooter(JComponent[], int, int) - Static method in class com.bric.swing.DialogFooter
-
Creates a DialogFooter
and assigns a default button.
- createDialogFooter(JComponent[], int, int, int) - Static method in class com.bric.swing.DialogFooter
-
Creates a DialogFooter
.
- createDontSaveButton() - Static method in class com.bric.swing.DialogFooter
-
Creates a new "Don't Save" button that is not triggered by the escape key.
- createDontSaveButton(boolean) - Static method in class com.bric.swing.DialogFooter
-
Creates a new "Don't Save" button.
- createNoButton() - Static method in class com.bric.swing.DialogFooter
-
Creates a new "No" button that is not triggered by the escape key.
- createNoButton(boolean) - Static method in class com.bric.swing.DialogFooter
-
Creates a new "No" button.
- createOKButton() - Static method in class com.bric.swing.DialogFooter
-
Creates a new "OK" button that is not triggered by the escape key.
- createOKButton(boolean) - Static method in class com.bric.swing.DialogFooter
-
Creates a new "OK" button.
- createSaveButton() - Static method in class com.bric.swing.DialogFooter
-
Creates a new "Save" button that is not triggered by the escape key.
- createSaveButton(boolean) - Static method in class com.bric.swing.DialogFooter
-
Creates a new "Save" button.
- createYesButton() - Static method in class com.bric.swing.DialogFooter
-
Creates a new "Yes" button that is not triggered by the escape key.
- createYesButton(boolean) - Static method in class com.bric.swing.DialogFooter
-
Creates a new "Yes" button.
- SAT - Static variable in class com.bric.swing.ColorPicker
-
Used to indicate when we're in "saturation mode".
- SAVE_DONT_SAVE_CANCEL_OPTION - Static variable in class com.bric.swing.DialogFooter
-
Used to indicate a dialog should present a "Save", "Don't Save", and "Cancel" option.
- SAVE_OPTION - Static variable in class com.bric.swing.DialogFooter
-
Used to indicate the user selected "Save" in a dialog.
- SELECTED_COLOR_PROPERTY - Static variable in class com.bric.swing.ColorPicker
-
PropertyChangeEvents
will be triggered for this property when the selected color
changes.
- setColor(Color) - Method in class com.bric.swing.ColorPicker
-
Sets the current color of this ColorPicker
.
- setExpertControlsVisible(boolean) - Method in class com.bric.swing.ColorPicker
-
The labels/spinners/buttons on the right side of a ColorPicker
are optional.
- setHexControlsVisible(boolean) - Method in class com.bric.swing.ColorPicker
-
This controls whether the hex field (and label) are visible or not.
- setHSB(float, float, float) - Method in class com.bric.swing.ColorPicker
-
Sets the current color of this ColorPicker
- setHSB(float, float, float) - Method in class com.bric.swing.ColorPickerPanel
-
Sets the selected color of this panel.
- setHSBControlsVisible(boolean) - Method in class com.bric.swing.ColorPicker
-
This shows or hides the HSB spinner controls.
- setMode(int) - Method in class com.bric.swing.ColorPicker
-
Sets the mode of this ColorPicker
.
- setMode(int) - Method in class com.bric.swing.ColorPickerPanel
-
Set the mode of this panel.
- setModeControlsVisible(boolean) - Method in class com.bric.swing.ColorPicker
-
This controls whether the radio buttons that adjust the mode are visible.
- setOpacity(int) - Method in class com.bric.swing.ColorPicker
-
Sets the currently selected opacity.
- setOpacityVisible(boolean) - Method in class com.bric.swing.ColorPicker
-
This shows or hides the alpha controls.
- setPreviewSwatchVisible(boolean) - Method in class com.bric.swing.ColorPicker
-
This controls whether the preview swatch visible or not.
- setRGB(int, int, int) - Method in class com.bric.swing.ColorPicker
-
Sets the current color of this ColorPicker
- setRGB(int, int, int) - Method in class com.bric.swing.ColorPickerPanel
-
Sets the selected color of this panel.
- setRGBControlsVisible(boolean) - Method in class com.bric.swing.ColorPicker
-
This shows or hides the RGB spinner controls.
- shiftFocus(int, int, Component) - Static method in class com.bric.plaf.FocusArrowListener
-
Shifts the focus in a certain direction.
- showDialog(Window, Color) - Static method in class com.bric.swing.ColorPicker
-
This creates a modal dialog prompting the user to select a color.
- showDialog(Window, Color, boolean) - Static method in class com.bric.swing.ColorPicker
-
This creates a modal dialog prompting the user to select a color.
- showDialog(Window, String, Color, boolean) - Static method in class com.bric.swing.ColorPicker
-
This creates a modal dialog prompting the user to select a color.
- strings - Static variable in class com.bric.swing.ColorPicker
-
The localized strings used in this (and related) panel(s).
- strings - Static variable in class com.bric.swing.DialogFooter
-
The localized strings used in dialogs.