-
actionListener
java.awt.event.ActionListener actionListener
-
adjustingColorPanel
int adjustingColorPanel
Used to indicate when we're internally adjusting the selected color of the ColorPanel.
If this equals zero, then incoming events are triggered by the user and must be processed.
If this is not equal to zero, then incoming events are triggered by another method
that's already responding to the user's actions.
-
adjustingHexField
int adjustingHexField
Used to indicate when we're internally adjusting the value of the hex field.
If this equals zero, then incoming events are triggered by the user and must be processed.
If this is not equal to zero, then incoming events are triggered by another method
that's already responding to the user's actions.
-
adjustingOpacity
int adjustingOpacity
Used to indicate when we're internally adjusting the value of the opacity.
If this equals zero, then incoming events are triggered by the user and must be processed.
If this is not equal to zero, then incoming events are triggered by another method
that's already responding to the user's actions.
-
adjustingSlider
int adjustingSlider
Used to indicate when we're internally adjusting the value of the slider.
If this equals zero, then incoming events are triggered by the user and must be processed.
If this is not equal to zero, then incoming events are triggered by another method
that's already responding to the user's actions.
-
adjustingSpinners
int adjustingSpinners
Used to indicate when we're internally adjusting the value of the spinners.
If this equals zero, then incoming events are triggered by the user and must be processed.
If this is not equal to zero, then incoming events are triggered by another method
that's already responding to the user's actions.
-
alpha
com.bric.swing.ColorPicker.Option alpha
-
blue
com.bric.swing.ColorPicker.Option blue
-
bri
com.bric.swing.ColorPicker.Option bri
-
changeListener
javax.swing.event.ChangeListener changeListener
-
colorPanel
ColorPickerPanel colorPanel
-
currentBlue
int currentBlue
-
currentGreen
int currentGreen
-
currentRed
int currentRed
-
expertControls
javax.swing.JPanel expertControls
The "expert" controls are the controls on the right side
of this panel: the labels/spinners/radio buttons.
-
green
com.bric.swing.ColorPicker.Option green
-
hexDocListener
com.bric.swing.ColorPicker.HexDocumentListener hexDocListener
-
hexField
javax.swing.JTextField hexField
-
hexLabel
javax.swing.JLabel hexLabel
-
hue
com.bric.swing.ColorPicker.Option hue
-
lastOpacity
int lastOpacity
-
opacityLabel
javax.swing.JLabel opacityLabel
-
opacitySlider
javax.swing.JSlider opacitySlider
-
preview
ColorSwatch preview
-
red
com.bric.swing.ColorPicker.Option red
-
sat
com.bric.swing.ColorPicker.Option sat
-
slider
javax.swing.JSlider slider
The vertical slider