Java 6 SE Platform
6.0
Home
A B C D E F G H I J L M N O P Q R S T U V W X Y _

A

About - Class in com.woven_media.colorsafe
About class creates a borderless About box with background image which can run as a stand-alone application.
About(JFrame) - Constructor for class com.woven_media.colorsafe.About
Class constructor sets frame member with reference from host window.
ABOUT_IMG - Static variable in class com.woven_media.colorsafe.App
 
AbstractPopup - Class in com.woven_media.colorsafe
AbstractPopup class provides an abstraction for javax.swing.JPopup menus.
AbstractPopup(Component, Component) - Constructor for class com.woven_media.colorsafe.AbstractPopup
Class constructor sets the java.awt.Component parent member with a reference to this instance's parent component.
actionPerformed(ActionEvent) - Method in class com.woven_media.colorsafe.AbstractPopup
Abstraction based on the Template Pattern that handles events for cut, copy and paste commands.
addApplicationListener(ApplicationListener) - Method in class com.woven_media.colorsafe.Application
Adds a listener for application events.
App - Class in com.woven_media.colorsafe
Driver for ColorSafe 1.0 application.
App() - Constructor for class com.woven_media.colorsafe.App
 
Application - Class in com.woven_media.colorsafe
Base Application class for Swing apps.
Application() - Constructor for class com.woven_media.colorsafe.Application
Creates a new Application instance.
APPLICATION - Static variable in class com.woven_media.colorsafe.Application
 
Application.Handler - Class in com.woven_media.colorsafe
 
Application.Handler(int, Object...) - Constructor for class com.woven_media.colorsafe.Application.Handler
 
Application.NotifyingPaintEvent - Class in com.woven_media.colorsafe
 
Application.NotifyingPaintEvent(Component) - Constructor for class com.woven_media.colorsafe.Application.NotifyingPaintEvent
 
Application.SwingThreadFactory - Class in com.woven_media.colorsafe
 
Application.SwingThreadFactory() - Constructor for class com.woven_media.colorsafe.Application.SwingThreadFactory
 
applicationDidInit() - Method in interface com.woven_media.colorsafe.ApplicationListener
Invoked after the application has finished intializing.
applicationExiting() - Method in interface com.woven_media.colorsafe.ApplicationListener
Notification that the application is about to exit.
ApplicationListener - Interface in com.woven_media.colorsafe
ApplicationListener is used by Application to notify listeners of major events during the lifecycle of an Application.
appListeners - Variable in class com.woven_media.colorsafe.Application
 
applyAction() - Method in class com.woven_media.colorsafe.Controller
Applies all changes made within the RGB and Hex text fields.
applyBtn - Variable in class com.woven_media.colorsafe.Controller
 
args - Variable in class com.woven_media.colorsafe.Application.Handler
 

B

b - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
b - Variable in class com.woven_media.colorsafe.ColorModelView
 
bf - Variable in class com.woven_media.colorsafe.Controller
 
BG_COLOR - Static variable in class com.woven_media.colorsafe.App
 
BG_VAL - Static variable in interface com.woven_media.colorsafe.IPalette
 
bgColor - Static variable in class com.woven_media.colorsafe.Controller
 
bigUpperPanel - Variable in class com.woven_media.colorsafe.Controller
 
bimg - Variable in class com.woven_media.colorsafe.About
 
bLabel - Variable in class com.woven_media.colorsafe.Controller
 
blkVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
blue - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
bluVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
boxSize - Static variable in class com.woven_media.colorsafe.About
 
brtVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
buildEditMenu() - Method in class com.woven_media.colorsafe.ColorSafeMenuBar
Builds the Edit menu and attachs event listeners to the menu items.
buildFileMenu() - Method in class com.woven_media.colorsafe.ColorSafeMenuBar
Builds the File menu.
buildHelpMenu() - Method in class com.woven_media.colorsafe.ColorSafeMenuBar
Builds the Help menu and provides access to the About box.
buildMenu() - Method in class com.woven_media.colorsafe.AbstractPopup
Builds the popup by grabbing the resource strings for the menu commands, setting the action commands and adding the java.awt.event.ActionListener event handler.
buildMenus() - Method in class com.woven_media.colorsafe.ColorSafeMenuBar
Builds all the top-level menus and sets the javax.swing.JMenuBar.
buildRGBarray(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Builds an array of RGB values based on a hexadecimal triplet.
buildViewMenu() - Method in class com.woven_media.colorsafe.ColorSafeMenuBar
Builds the View menu and attachs event listeners to the menu items.

C

c - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
c - Variable in class com.woven_media.colorsafe.ColorModelView
 
c - Static variable in class com.woven_media.colorsafe.Controller
 
canApplicationExit() - Method in interface com.woven_media.colorsafe.ApplicationListener
Invoked to determine if the application should exit.
cancelBtn - Variable in class com.woven_media.colorsafe.Controller
 
canExit() - Method in class com.woven_media.colorsafe.Application
Returns whether the application should be allowed to exit.
centerWindow(Window, Window) - Static method in class com.woven_media.colorsafe.WindowUtil
Centers window locations within its parent object.
checkClipboardAccess() - Method in class com.woven_media.colorsafe.AbstractPopup
Checks to see if a java.lang.SecurityManager is installed.
checkedOS - Static variable in class com.woven_media.colorsafe.Application
 
chkBox - Variable in class com.woven_media.colorsafe.Controller
 
clipboard - Static variable in class com.woven_media.colorsafe.AbstractPopup
 
cmykAsPercent(int, int, int, int) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts CMYK values between 0 - 255 to values between 0 - 100 that can be expressed as percentages.
cmykToRGB(int, int, int, int) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts CMYK values to RGB.
cntlr - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
ColorInfoPanel - Class in com.woven_media.colorsafe
ColorInfoPanel extends javax.swing.JPanel and provides the safe color information panel for the GUI.
ColorInfoPanel(JFrame, Controller) - Constructor for class com.woven_media.colorsafe.ColorInfoPanel
ColorInfoPanel class constructor receives javax.swing.JFrame reference, instantiates all components and sets up UI layout.
colorInfoPanel - Variable in class com.woven_media.colorsafe.Controller
 
colorInformation(int, int, int, String) - Method in class com.woven_media.colorsafe.ColorInfoPanel
Stores current RGB and Hexadecimal color representations for this instance.
colorList - Static variable in class com.woven_media.colorsafe.NamedColors
 
colorList - Static variable in class com.woven_media.colorsafe.X11Colors
 
ColorModelView - Class in com.woven_media.colorsafe
ColorModelView class extends javax.swing.JFrame and handles creation of the various color palettes and palette views for the ColorSafe GUI.
ColorModelView(Controller, JFrame, String, int) - Constructor for class com.woven_media.colorsafe.ColorModelView
ColorModelView constructor handles initialization and sets the palette type.
colorPicker(String, int) - Method in class com.woven_media.colorsafe.Controller
Opens a javax.swing.JColorChooser dialog.
ColorSafeMenuBar - Class in com.woven_media.colorsafe
ColorSafeMenuBar class creates a top-level menubar component and extends javax.swing.JMenuBar.
ColorSafeMenuBar(Controller, JFrame) - Constructor for class com.woven_media.colorsafe.ColorSafeMenuBar
Class constructor handles initialization and starts the menu building process by calling ColorSafeMenuBar#buildMenus.
colorSafeSwatch - Variable in class com.woven_media.colorsafe.Controller
 
ColorSafeUI - Class in com.woven_media.colorsafe
ColorSafeUI class handles setting the overall LookAndFeel for ColorSafe 1.0.
ColorSafeUI() - Constructor for class com.woven_media.colorsafe.ColorSafeUI
 
colorSelection(int) - Method in class com.woven_media.colorsafe.Controller
 
colorSwatch - Variable in class com.woven_media.colorsafe.Controller
 
colorUI() - Method in class com.woven_media.colorsafe.ColorModelView
Builds the panel matrix UI.
ColorUtil - Class in com.woven_media.colorsafe
ColorUtil is a static class for calculating color conversions and color models.
ColorUtil() - Constructor for class com.woven_media.colorsafe.ColorUtil
 
com.woven_media.colorsafe - package com.woven_media.colorsafe
 
component - Variable in class com.woven_media.colorsafe.AbstractPopup
 
controller - Static variable in class com.woven_media.colorsafe.About
 
controller - Variable in class com.woven_media.colorsafe.ColorModelView
 
controller - Variable in class com.woven_media.colorsafe.ColorSafeMenuBar
 
controller - Static variable in class com.woven_media.colorsafe.ColorSafeUI
 
Controller - Class in com.woven_media.colorsafe
Controller class handles UI and event-handling.
Controller(JFrame) - Constructor for class com.woven_media.colorsafe.Controller
Class constructor sets up the javax.swing.JFrame and calls Controller.start.
controlsLength - Variable in class com.woven_media.colorsafe.Controller
 
copy() - Method in class com.woven_media.colorsafe.AbstractPopup
Copies selected text to the system clipboard.
copy() - Method in class com.woven_media.colorsafe.CutNPastePopup
Copies selected text to the system clipboard.
cp - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
cp - Variable in class com.woven_media.colorsafe.ColorModelView
 
cp - Variable in class com.woven_media.colorsafe.Controller
 
createBackgroundThreadDialog() - Method in class com.woven_media.colorsafe.Application
Returns the dialog to show when waiting for any background threads to exit.
createComponents() - Method in class com.woven_media.colorsafe.Controller
Instantiates components for the content pane; includes buttons, sliders, panels, labels, text fields, popup and borders.
createList() - Static method in class com.woven_media.colorsafe.NamedColors
Creates a java.util.ArrayList of named colors.
createList() - Static method in class com.woven_media.colorsafe.X11Colors
Creates a java.util.ArrayList of standards-compliant X11 colors mapped to hexadecimal color equivalents.
createMenu(JFrame) - Method in class com.woven_media.colorsafe.Controller
Creates the top-level menubar and specifies the host window.
createUI() - Method in class com.woven_media.colorsafe.Controller
Sets and lays out the instantiated components for the GUI.
ctr - Static variable in class com.woven_media.colorsafe.ColorModelView
 
currentColor - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
currentHex - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
currentName - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
currentRGB - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
currSel - Static variable in class com.woven_media.colorsafe.Controller
 
curSafe - Static variable in class com.woven_media.colorsafe.Controller
 
cut() - Method in class com.woven_media.colorsafe.AbstractPopup
Clears text and transfers data to the system clipboard.
cut() - Method in class com.woven_media.colorsafe.CutNPastePopup
Clears text and transfers data to the system clipboard.
CutNPastePopup - Class in com.woven_media.colorsafe
CutNPastePopup class provides a popup menu which implements cut, copy and paste commands by extending com.woven_media.colorsafe.AbstractPopup class.
CutNPastePopup(JFrame, JTextField) - Constructor for class com.woven_media.colorsafe.CutNPastePopup
Class constructor sets the parent member with reference to this instance's parent java.awt.Component and a component reference to a javax.swing.JTextField component.
cynVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 

D

data - Variable in class com.woven_media.colorsafe.Application
 
DEF_RES_PATH - Static variable in class com.woven_media.colorsafe.Controller
Constants
DEFAULT_SWATCH - Static variable in class com.woven_media.colorsafe.Controller
 
dispatch() - Method in class com.woven_media.colorsafe.Application.NotifyingPaintEvent
 

E

empty - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
errmsg - Static variable in class com.woven_media.colorsafe.ColorModelView
 
etched - Variable in class com.woven_media.colorsafe.Controller
 
exit() - Method in class com.woven_media.colorsafe.Application
Exits the application.
exiting() - Method in class com.woven_media.colorsafe.Application
Invoked as part of exiting the application.

F

f - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
fieldValue - Variable in class com.woven_media.colorsafe.Controller
 
finalValidation(FocusEvent, JTextField) - Method in class com.woven_media.colorsafe.Controller
Completes validation for the RGB text fields.
fireApplicationDidInit() - Method in class com.woven_media.colorsafe.Application
 
fireApplicationExiting() - Method in class com.woven_media.colorsafe.Application
 
flagDE - Static variable in class com.woven_media.colorsafe.Controller
 
flagUS - Static variable in class com.woven_media.colorsafe.Controller
 
fldBlue - Variable in class com.woven_media.colorsafe.Controller
 
fldGreen - Variable in class com.woven_media.colorsafe.Controller
 
fldHex - Variable in class com.woven_media.colorsafe.Controller
 
fldRed - Variable in class com.woven_media.colorsafe.Controller
 
frame - Variable in class com.woven_media.colorsafe.About
 
frame - Static variable in class com.woven_media.colorsafe.ColorModelView
 
frame - Variable in class com.woven_media.colorsafe.ColorSafeMenuBar
 

G

g - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
g - Variable in class com.woven_media.colorsafe.ColorModelView
 
gb - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
gb - Variable in class com.woven_media.colorsafe.ColorModelView
 
gbc - Variable in class com.woven_media.colorsafe.ColorModelView
 
getBackgroundThreadFactory() - Method in class com.woven_media.colorsafe.Application
Returns a ThreadFactory suitable for threads used within Swing applications.
getBgColor() - Static method in class com.woven_media.colorsafe.Controller
Returns this app's background color.
getBlue(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts strings representing Blue RGB values to integers.
getBlueField() - Method in class com.woven_media.colorsafe.Controller
 
getBoxSize() - Static method in class com.woven_media.colorsafe.About
Returns the desired About box window size.
getChooserColor(int) - Method in class com.woven_media.colorsafe.Controller
Returns the current color selection from the javax.swing.JColorChooser.
getClassName(Object) - Static method in class com.woven_media.colorsafe.WindowUtil
Returns just the class name -- no package info.
getClipboard() - Method in class com.woven_media.colorsafe.AbstractPopup
Sets the clipboard member if security checks are passed.
getColorMatrix() - Method in class com.woven_media.colorsafe.ColorModelView
Determines which palette to build based on constants defined in IPalette interface and the palette type enum passed to the constructor for this instance.
getComponentAfter(Container, Component) - Method in class com.woven_media.colorsafe.NewFocusTraversalPolicy
Returns the component after the current component in this collection.
getComponentBefore(Container, Component) - Method in class com.woven_media.colorsafe.NewFocusTraversalPolicy
Returns the component before the current component in this collection.
getCurrentSafeColor() - Method in class com.woven_media.colorsafe.Controller
Returns the swatch panel's current selected safe color.
getCurrentSelectedColor() - Method in class com.woven_media.colorsafe.Controller
Returns the swatch panel's current selected color.
getData(Object) - Method in class com.woven_media.colorsafe.Application
Returns the value for the specified user key.
getDefaultComponent(Container) - Method in class com.woven_media.colorsafe.NewFocusTraversalPolicy
Returns the FocusCycleRoot component.
getFirstComponent(Container) - Method in class com.woven_media.colorsafe.NewFocusTraversalPolicy
Returns the first java.awt.Component in this collection.
getGreen(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts strings representing Green RGB values to integers.
getGreenField() - Method in class com.woven_media.colorsafe.Controller
 
getHost() - Static method in class com.woven_media.colorsafe.About
Returns the host window reference.
getHSBvalues(int, int, int) - Static method in class com.woven_media.colorsafe.ColorUtil
Get HSB values from RGB color model.
getImageIcon() - Static method in class com.woven_media.colorsafe.Controller
Returns this instance's icon image.
getInsets() - Method in class com.woven_media.colorsafe.Controller
Returns the insets for GridBag padding of components in this window.
getInstance() - Static method in class com.woven_media.colorsafe.Application
Returns the single Application instance.
getLastComponent(Container) - Method in class com.woven_media.colorsafe.NewFocusTraversalPolicy
Returns the last java.awt.Component in this collection.
getLocale() - Static method in class com.woven_media.colorsafe.Controller
Returns the Controller.locale member.
getName() - Method in class com.woven_media.colorsafe.Application
Returns the name of the application.
getNearestSafeColor(int[]) - Static method in class com.woven_media.colorsafe.ColorUtil
Returns a java.awt.Color object representing the nearest safe color.
getNumColors() - Method in class com.woven_media.colorsafe.ColorModelView
Returns the number of colors for this palette.
getPalette() - Method in class com.woven_media.colorsafe.ColorModelView
Returns the palette type.
getPreferences() - Method in class com.woven_media.colorsafe.Application
Returns the Preferences object for the Application.
getPreferencesKey() - Method in class com.woven_media.colorsafe.Application
Returns the Class key used to fetch the Preferences object.
getRed(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts strings representing Red RGB values to integers.
getRedField() - Method in class com.woven_media.colorsafe.Controller
 
getResourceAsString(String) - Static method in class com.woven_media.colorsafe.Application
Convenience method to return a resource from the Application as a String.
getResourceBundle() - Method in class com.woven_media.colorsafe.Application
Returns the ResourceBundle for the Application.
getResourceBundleName() - Method in class com.woven_media.colorsafe.Application
Returns the key for loading the resources for the Application.
getResources() - Static method in class com.woven_media.colorsafe.Controller
Reads in the java.util.ResourceBundle strings_xx.properties file used by this GUI instance.
getRGBColor(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Returns a RGB java.awt.Color object by parsing the hex string parameter.
getRGBColor(String, String, String) - Static method in class com.woven_media.colorsafe.ColorUtil
Returns a java.awt.Color object from RGB strings.
getRGBColor() - Method in class com.woven_media.colorsafe.Controller
Reads the values from the RGB text fields and converts and returns java.awt.Color object via the ColorUtil class.
getSafeColor(int[]) - Method in class com.woven_media.colorsafe.Controller
Returns the nearest safe color based on the selected color.
getSmartFontColor() - Method in class com.woven_media.colorsafe.PaletteInfoPanel
Averages font color relative to the background color for this instance.
getTitleBar() - Static method in class com.woven_media.colorsafe.About
Returns the com.woven_media.colorsafe.About box titlebar string.
getUncaughtExceptionDialog() - Method in class com.woven_media.colorsafe.Application
Returns the dialog that is shown when an uncaught exception is encountered.
getURL() - Method in class com.woven_media.colorsafe.Controller
Returns the Controller.url member.
getURLResource(String) - Static method in class com.woven_media.colorsafe.Controller
Sets the Controller.url member.
gl - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
gLabel - Variable in class com.woven_media.colorsafe.Controller
 
grayColorMatrix() - Method in class com.woven_media.colorsafe.ColorModelView
Builds either the Windows 256 Grays Palette or standard Grayscale Palette based on the value of the this.getPalette method.
GRAYSCALE_NUM_COLORS - Static variable in interface com.woven_media.colorsafe.IPalette
 
GRAYSCALE_PALETTE - Static variable in interface com.woven_media.colorsafe.IPalette
 
GRAYSCALE_TITLE - Static variable in interface com.woven_media.colorsafe.IPalette
 
green - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
grnVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 

H

hex - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
hex - Variable in class com.woven_media.colorsafe.Controller
 
HEX_VAL - Static variable in interface com.woven_media.colorsafe.IPalette
 
hexCalc - Variable in class com.woven_media.colorsafe.Controller
 
hexColors - Variable in class com.woven_media.colorsafe.ColorModelView
 
hexToFloatArray(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Returns an array of Arithmetic (floating point values) RGB values.
HEXtoRGB(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Convenience routine that converts individual triplet values of a hexadecimal string to an integer.
hexVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
hLabel - Variable in class com.woven_media.colorsafe.Controller
 
host - Static variable in class com.woven_media.colorsafe.About
 
host - Variable in class com.woven_media.colorsafe.AbstractPopup
 
host - Static variable in class com.woven_media.colorsafe.Controller
Private Members
host - Variable in class com.woven_media.colorsafe.CutNPastePopup
 
HSVtoRGB(float, float, float, float, float, float) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts to RGB color model from HSV model.
hueVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 

I

ICON_IMG - Static variable in class com.woven_media.colorsafe.App
 
iconImg - Static variable in class com.woven_media.colorsafe.Controller
 
imgBg - Static variable in class com.woven_media.colorsafe.About
 
info - Variable in class com.woven_media.colorsafe.Controller
 
infoBorder - Variable in class com.woven_media.colorsafe.Controller
 
infoColor - Static variable in class com.woven_media.colorsafe.Controller
 
init() - Method in class com.woven_media.colorsafe.About
Instantiates components and adds listener for window close events.
init() - Method in class com.woven_media.colorsafe.AbstractPopup
 
init() - Method in class com.woven_media.colorsafe.Application
Invoked as part of starting the application.
init() - Method in class com.woven_media.colorsafe.ColorModelView
Handles initialization and the PaletteInfoPanel instantiation.
init - Variable in class com.woven_media.colorsafe.Controller
 
installLookAndFeel() - Method in class com.woven_media.colorsafe.Application
Invoked from preInit to set the look and feel for the Application.
IPalette - Interface in com.woven_media.colorsafe
IPalette interface defines constants for color palettes, such as number of colors in a palette, the palette title and its enumeration.
isArithmeticConversion() - Method in class com.woven_media.colorsafe.Controller
Determines selection of the Arithmetic conversion checkbox.
isColorSafe(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Determines whether a hexadecimal string is a safe color equivalent.
isDispatched() - Method in class com.woven_media.colorsafe.Application.NotifyingPaintEvent
 
isOSX - Static variable in class com.woven_media.colorsafe.Application
 
isOSX() - Static method in class com.woven_media.colorsafe.Application
Returns true if running on Apple's OS X.
isSafeColor() - Method in class com.woven_media.colorsafe.Controller
 
isValidHex(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Tests whether a string is a valid hexadecimal value.
isValidString(String, String) - Static method in class com.woven_media.colorsafe.ColorUtil
Tests whether a string contains the required characters.

J

jf - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
jFields - Variable in class com.woven_media.colorsafe.Controller
 
jLabels - Variable in class com.woven_media.colorsafe.Controller
 
jSliders - Variable in class com.woven_media.colorsafe.Controller
 

L

labelFont - Variable in class com.woven_media.colorsafe.ColorModelView
 
labelFont - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
labels - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
labels - Variable in class com.woven_media.colorsafe.ColorModelView
 
layout - Variable in class com.woven_media.colorsafe.About
 
lblBlk - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblBlu - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblbrt - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblCyn - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblGrn - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblHex - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblHex - Variable in class com.woven_media.colorsafe.ColorModelView
 
lblHex - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
lblHue - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblMag - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblName - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
lblRed - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblRGB - Variable in class com.woven_media.colorsafe.ColorModelView
 
lblRGB - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
lblSat - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
lblYel - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
levelPanel - Variable in class com.woven_media.colorsafe.Controller
 
listenersCanExit() - Method in class com.woven_media.colorsafe.Application
 
loadIcon(JFrame) - Static method in class com.woven_media.colorsafe.Controller
Loads image icon from default resources.
LOCALE - Static variable in class com.woven_media.colorsafe.App
 
locale - Static variable in class com.woven_media.colorsafe.Controller
 
lowerPanel - Variable in class com.woven_media.colorsafe.ColorModelView
 
lPanel - Variable in class com.woven_media.colorsafe.Controller
 
luminance(float, float, float) - Method in class com.woven_media.colorsafe.ColorUtil
Grab the luminance the same way GIMP does.

M

magVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
main(String[]) - Static method in class com.woven_media.colorsafe.About
Application entry point that implements java.lang.Runnable anonymously.
main(String[]) - Static method in class com.woven_media.colorsafe.App
Application entry point that implements the java.lang.Runnable interface as an anonymous class.
menuItems - Variable in class com.woven_media.colorsafe.AbstractPopup
 
mi - Variable in class com.woven_media.colorsafe.Controller
 
mouseClicked(MouseEvent) - Method in class com.woven_media.colorsafe.ColorModelView
Empty method signature required by the java.awt.event.MouseListener interface.
mouseEntered(MouseEvent) - Method in class com.woven_media.colorsafe.ColorModelView
Handles mouse events entering individual color panels.
mouseExited(MouseEvent) - Method in class com.woven_media.colorsafe.ColorModelView
Reverts back to default cursor when mouse exits a color panel.
mousePressed(MouseEvent) - Method in class com.woven_media.colorsafe.ColorModelView
Empty method signature required by the java.awt.event.MouseListener interface.
mouseReleased(MouseEvent) - Method in class com.woven_media.colorsafe.ColorModelView
Sets the java.awt.Color object by grabbing the client property "RGBColor" from the javax.swing.JComponent.getClientProperty method for the selected color panel.
msgDialog(Component, Object, String, int) - Method in class com.woven_media.colorsafe.Controller
Handles error, warning and information messages by opening a dialog.

N

NAMED_COLORS_PALETTE - Static variable in interface com.woven_media.colorsafe.IPalette
 
NAMED_COLORS_TITLE - Static variable in interface com.woven_media.colorsafe.IPalette
 
NAMED_NUM_COLORS - Static variable in interface com.woven_media.colorsafe.IPalette
 
namedColorMatrix(int) - Method in class com.woven_media.colorsafe.ColorModelView
Builds the NamedColors palette.
namedColors - Variable in class com.woven_media.colorsafe.ColorModelView
 
NamedColors - Class in com.woven_media.colorsafe
NamedColors class creates a java.util.ArrayList of Windows-named colors for direct invocation.
NamedColors() - Constructor for class com.woven_media.colorsafe.NamedColors
 
nearestSafeColor(int[]) - Static method in class com.woven_media.colorsafe.ColorUtil
Algorithm for determining the nearest safe color based on the values of a valid RGB array of unsigned integer values.
NETSCAPE_NUM_COLORS - Static variable in interface com.woven_media.colorsafe.IPalette
 
NETSCAPE_PALETTE - Static variable in interface com.woven_media.colorsafe.IPalette
 
NETSCAPE_TITLE - Static variable in interface com.woven_media.colorsafe.IPalette
 
newColor - Static variable in class com.woven_media.colorsafe.Controller
 
NewFocusTraversalPolicy - Class in com.woven_media.colorsafe
NewFocusTraversalPolicy defines a new java.awt.FocusTraversalPolicy.
NewFocusTraversalPolicy(Vector<Component>) - Constructor for class com.woven_media.colorsafe.NewFocusTraversalPolicy
Class constructor builds a java.util.Vector<java.awt.Component> collection which defines the focus order for the components in this collection.
newThread(Runnable) - Method in class com.woven_media.colorsafe.Application.SwingThreadFactory
 
num - Variable in class com.woven_media.colorsafe.Controller
 
num2 - Variable in class com.woven_media.colorsafe.Controller
 
numColors - Static variable in class com.woven_media.colorsafe.ColorModelView
 

O

openColorPalette(String, int) - Method in class com.woven_media.colorsafe.Controller
Opens the palette windows.
order - Variable in class com.woven_media.colorsafe.Controller
 
order - Variable in class com.woven_media.colorsafe.NewFocusTraversalPolicy
 

P

paintComponent(Graphics) - Method in class com.woven_media.colorsafe.About
Draws background image.
paintComponent(Graphics) - Method in class com.woven_media.colorsafe.ColorInfoPanel
Overridden paintComponent method which passes the java.awt.Graphics object to the javax.swing.JPanel constructor so that the background can be repainted to display color data in the panel dynamically.
paintComponent(Graphics) - Method in class com.woven_media.colorsafe.PaletteInfoPanel
Repaints background when display information changes.
palette - Static variable in class com.woven_media.colorsafe.ColorModelView
 
PaletteInfoPanel - Class in com.woven_media.colorsafe
PaletteInfoPanel class extends javax.swing.JPanel and is responsible for displaying a safe color and the current color swatchs.
PaletteInfoPanel() - Constructor for class com.woven_media.colorsafe.PaletteInfoPanel
Class constructor creates and adds the swatch panels to the main panel.
panelBorder - Variable in class com.woven_media.colorsafe.Controller
 
panels - Variable in class com.woven_media.colorsafe.ColorModelView
 
parseAWTColor(Color) - Static method in class com.woven_media.colorsafe.ColorUtil
Parses a java.awt.Color object and returns an array of RGB integers.
parseHex(String) - Static method in class com.woven_media.colorsafe.ColorUtil
Returns a java.lang.String array of the seperate red, green and blue hexadecimal values and checks for the abbreviated form.
parseRGBfields() - Method in class com.woven_media.colorsafe.Controller
Parses the RGB string textfield values for floating point or integer values.
paste() - Method in class com.woven_media.colorsafe.AbstractPopup
Transfers data from the system clipboard.
paste() - Method in class com.woven_media.colorsafe.CutNPastePopup
Transfers data from the system clipboard to this instance's member component.
pip - Variable in class com.woven_media.colorsafe.ColorModelView
 
popup - Variable in class com.woven_media.colorsafe.Controller
 
postInit() - Method in class com.woven_media.colorsafe.Application
Invoked as part of starting the application.
postInitEventQueueEmpty() - Method in class com.woven_media.colorsafe.Application
Invoked as part of starting the application.
preferences - Variable in class com.woven_media.colorsafe.Application
 
preInit() - Method in class com.woven_media.colorsafe.Application
Invoked as part of starting the application.
printExceptionError(Throwable, String, boolean) - Static method in class com.woven_media.colorsafe.WindowUtil
Prints an exception cause message and accepts a flag to indicate whether to print a seperator of form \n---------- STACK TRACE OUTPUT ----------\n
putData(Object, Object) - Method in class com.woven_media.colorsafe.Application
Associated the specified value with the specified key.

Q

qEmpty() - Method in class com.woven_media.colorsafe.Application.NotifyingPaintEvent
 

R

r - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
r - Variable in class com.woven_media.colorsafe.ColorModelView
 
rb - Static variable in class com.woven_media.colorsafe.ColorInfoPanel
 
rb - Static variable in class com.woven_media.colorsafe.ColorModelView
 
rb - Static variable in class com.woven_media.colorsafe.ColorSafeMenuBar
 
rb - Static variable in class com.woven_media.colorsafe.Controller
 
red - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
redVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
registerThread(Thread) - Method in class com.woven_media.colorsafe.Application
Registers a background thread with the Application.
removeApplicationListener(ApplicationListener) - Method in class com.woven_media.colorsafe.Application
Adds a listener for application events.
removeComponents() - Method in class com.woven_media.colorsafe.Controller
Removes javax.swing.JPanels from the content pane.
removeTrailingZeros(String) - Static method in class com.woven_media.colorsafe.ColorUtil
 
resetAction() - Method in class com.woven_media.colorsafe.Controller
Resets this application back to its default values.
resetBtn - Variable in class com.woven_media.colorsafe.Controller
 
resources - Variable in class com.woven_media.colorsafe.Application
 
resPath - Static variable in class com.woven_media.colorsafe.About
 
restart() - Method in class com.woven_media.colorsafe.Controller
Calls Controller.start.
RGB_VAL - Static variable in interface com.woven_media.colorsafe.IPalette
 
rgbColors - Variable in class com.woven_media.colorsafe.ColorModelView
 
rgbFloatToUInt(double, double, double) - Static method in class com.woven_media.colorsafe.ColorUtil
Returns an array of Decimal (integer values) RGB values.
rgbToCMYK(int, int, int) - Static method in class com.woven_media.colorsafe.ColorUtil
Approximation algorithm only for CMYK color! Converts RGB values to CMYK array of values.
RGBtoHEX(int, int, int) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts RGB integer values to a hexadecimal triplet and return as java.lang.String.
RGBtoHSV(float, float, float, float, float, float) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts to HSV color model from RGB model.
rLabel - Variable in class com.woven_media.colorsafe.Controller
 
roundThreeDecimals(double) - Static method in class com.woven_media.colorsafe.ColorUtil
Formats and rounds a java.lang.Double type number to the third decimal place.
run() - Method in class com.woven_media.colorsafe.Application.Handler
 
RUN_POST_INIT_EVENT_QUEUE_EMPTY - Static variable in class com.woven_media.colorsafe.Application
 
RUN_START_ON_EDT - Static variable in class com.woven_media.colorsafe.Application
 
RUN_WAIT_EVENTS - Static variable in class com.woven_media.colorsafe.Application
 
RUN_WAIT_FOR_BACKGROUND_THREADS - Static variable in class com.woven_media.colorsafe.Application
 

S

safeColorMatrix() - Method in class com.woven_media.colorsafe.ColorModelView
Builds either the Windows System Palette or Netscape Palette based on the value of this.getPalette method.
safeSwatchLabel - Variable in class com.woven_media.colorsafe.Controller
 
satVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 
scaleToUInt(double) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts a double arithmetic RGB value to an unsigned integer value.
selectedObject(Color, String, int[], String) - Method in class com.woven_media.colorsafe.PaletteInfoPanel
Sets the appropriate members with the current color information.
setBackgroundImageString(String) - Static method in class com.woven_media.colorsafe.About
Sets the img member to the string name of the icon image statically for pre-configuration.
setBgColor(Color) - Static method in class com.woven_media.colorsafe.Controller
Sets this app's background color.
setBoxSize(int, int) - Static method in class com.woven_media.colorsafe.About
Sets the About box window size statically for pre-configuration.
setClassicLookAndFeel() - Static method in class com.woven_media.colorsafe.WindowUtil
Tell system to use Windows Classic LAF.
setController(Controller) - Static method in class com.woven_media.colorsafe.About
Sets Controller instance for this About box.
setController(Controller) - Static method in class com.woven_media.colorsafe.ColorSafeUI
Sets this instance's com.woven_media.app.colorsafe.Controller object.
setCurrentColor(Color) - Method in class com.woven_media.colorsafe.Controller
Sets the current color selection.
setDefaultResourcePath(String) - Static method in class com.woven_media.colorsafe.About
Sets the default resource file path of this application.
setHexText(String) - Method in class com.woven_media.colorsafe.Controller
Sets the text value of the Hex text field.
setHost(JFrame) - Static method in class com.woven_media.colorsafe.About
Sets the host window reference statically.
setJavaLookAndFeel() - Static method in class com.woven_media.colorsafe.WindowUtil
Tell system to use Metal (Java) LAF.
setLanguageOption(JRadioButtonMenuItem, String) - Method in class com.woven_media.colorsafe.ColorSafeMenuBar
Sets the language option at runtime.
setLocale(Locale) - Static method in class com.woven_media.colorsafe.Controller
Sets Controller.locale.
setLookAndFeelByClassName(String) - Static method in class com.woven_media.colorsafe.WindowUtil
Attempts to set this LAF by passing className as a string parameter and calling the UIManager#setLookAndFeel method.
setMotifLookAndFeel() - Static method in class com.woven_media.colorsafe.WindowUtil
Tell system to use Motif LAF.
setNativeLookAndFeel() - Static method in class com.woven_media.colorsafe.WindowUtil
Tell system to use native look and feel, as in previous releases.
setNumColors(int) - Method in class com.woven_media.colorsafe.ColorModelView
Sets the number of colors for this palette.
setPalette(int) - Method in class com.woven_media.colorsafe.ColorModelView
Sets the palette type member.
setRGBcontrols() - Method in class com.woven_media.colorsafe.Controller
Sets RGB textfields and sliders to the correct values based on the value of the Hex textfield.
setSelection(FocusEvent) - Method in class com.woven_media.colorsafe.Controller
Sets selection for text entered into javax.swing.JTextFields.
setTabOrder() - Method in class com.woven_media.colorsafe.Controller
Handles the focus cycle and tab order for this instance.
setTitleBar(String) - Static method in class com.woven_media.colorsafe.About
Sets the com.woven_media.colorsafe.About box title bar.
setUI() - Static method in class com.woven_media.colorsafe.ColorSafeUI
Setups the pluggable look and feel (PLAF) via the javax.swing.UIManager.
showAboutBox() - Method in class com.woven_media.colorsafe.Controller
Displays the About object in a bordless window - called from Help menu.
showColor(Color) - Method in class com.woven_media.colorsafe.Controller
Displays selected color for this instance.
showHexString() - Method in class com.woven_media.colorsafe.Controller
Sets the hexadecimal value in the javax.swing.JTextField.
showSafeColor() - Method in class com.woven_media.colorsafe.Controller
Displays the current color information.
sliderBlu - Variable in class com.woven_media.colorsafe.Controller
 
sliderEmp - Variable in class com.woven_media.colorsafe.Controller
 
sliderGrn - Variable in class com.woven_media.colorsafe.Controller
 
sliderRed - Variable in class com.woven_media.colorsafe.Controller
 
start() - Method in class com.woven_media.colorsafe.Application
Starts the Application.
start() - Method in class com.woven_media.colorsafe.Controller
Starts the application.
started - Variable in class com.woven_media.colorsafe.Application
 
startOnEDT() - Method in class com.woven_media.colorsafe.Application
 
stateChanged(ChangeEvent) - Method in class com.woven_media.colorsafe.Controller
Receives stateChanged events from this instance's javax.swing.JSlider components.
swatch - Variable in class com.woven_media.colorsafe.ColorModelView
 
swatch - Variable in class com.woven_media.colorsafe.PaletteInfoPanel
 
swatchDefault - Static variable in class com.woven_media.colorsafe.Controller
 
swatchLabel - Variable in class com.woven_media.colorsafe.Controller
 
swatchPanel - Variable in class com.woven_media.colorsafe.Controller
 

T

textComponent - Variable in class com.woven_media.colorsafe.CutNPastePopup
 
textFieldGainedFocus(FocusEvent, JTextField) - Method in class com.woven_media.colorsafe.Controller
Handle actions when a javax.swing.JtextField gains focus.
textFieldLostFocus(FocusEvent, JTextField) - Method in class com.woven_media.colorsafe.Controller
Handles actions when a javax.swing.JtextField loses focus.
threadFactory - Variable in class com.woven_media.colorsafe.Application
 
threads - Variable in class com.woven_media.colorsafe.Application
 
throwable - Variable in class com.woven_media.colorsafe.Application
 
title - Static variable in class com.woven_media.colorsafe.About
 
title - Variable in class com.woven_media.colorsafe.ColorModelView
 
TITLE_APP - Static variable in class com.woven_media.colorsafe.App
 
TITLE_URL - Static variable in class com.woven_media.colorsafe.App
 
TXT_MAXLENGTH - Static variable in class com.woven_media.colorsafe.Controller
 
type - Variable in class com.woven_media.colorsafe.Application.Handler
 

U

ucl - Variable in class com.woven_media.colorsafe.About
 
UNCAUGHT_EXCEPTION - Static variable in class com.woven_media.colorsafe.Application
 
uncaughtException(Throwable) - Method in class com.woven_media.colorsafe.Application
Invoked when an uncaught exception is encountered.
uncaughtException(Thread, Throwable) - Method in class com.woven_media.colorsafe.Application
Invoked when an uncaught exception is encountered.
uncaughtException0() - Method in class com.woven_media.colorsafe.Application
 
updateComponentUI() - Method in class com.woven_media.colorsafe.ColorSafeMenuBar
Updates the component UI tree when this LookAndFeel changes.
updateComponentUI(Component) - Static method in class com.woven_media.colorsafe.ColorSafeUI
Updates the ComponentTreeUI when this LookAndFeel changes.
updateInfoPanel() - Method in class com.woven_media.colorsafe.PaletteInfoPanel
Sets the PaletteInfoPanel values to the selectedObject values for this instance.
updateLabels() - Method in class com.woven_media.colorsafe.ColorInfoPanel
Updates and formats text for the ColorInfoPanel current selected color information.
upperPanel - Variable in class com.woven_media.colorsafe.ColorModelView
 
url - Variable in class com.woven_media.colorsafe.ColorModelView
 
url - Static variable in class com.woven_media.colorsafe.Controller
 

V

validateTextField(KeyEvent) - Method in class com.woven_media.colorsafe.Controller
Sets the maximum number of characters that are allowed to be entered into the textfields.
values - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 

W

waitForBackgroundThreadsToExit() - Method in class com.woven_media.colorsafe.Application
Blocks until all registered threads have completed.
waitForBackgroundThreadsToExit(long) - Method in class com.woven_media.colorsafe.Application
 
waitForBackgroundThreadsToExitInBackground(JDialog) - Method in class com.woven_media.colorsafe.Application
 
waitForEmptyEventQ() - Method in class com.woven_media.colorsafe.Application
 
WIN_GRAYS_NUM_COLORS - Static variable in interface com.woven_media.colorsafe.IPalette
 
WIN_NUM_COLORS - Static variable in interface com.woven_media.colorsafe.IPalette
 
WINDOWS_GRAYS_PALETTE - Static variable in interface com.woven_media.colorsafe.IPalette
 
WINDOWS_GRAYS_TITLE - Static variable in interface com.woven_media.colorsafe.IPalette
 
WINDOWS_PALETTE - Static variable in interface com.woven_media.colorsafe.IPalette
 
WINDOWS_TITLE - Static variable in interface com.woven_media.colorsafe.IPalette
 
WindowUtil - Class in com.woven_media.colorsafe
WinUtil is a static utilities class for common window operations.
WindowUtil() - Constructor for class com.woven_media.colorsafe.WindowUtil
 

X

X11_NUM_COLORS - Static variable in interface com.woven_media.colorsafe.IPalette
 
X11_PALETTE - Static variable in interface com.woven_media.colorsafe.IPalette
 
X11_TITLE - Static variable in interface com.woven_media.colorsafe.IPalette
 
X11Colors - Class in com.woven_media.colorsafe
X11Colors creates an java.util.ArrayList of standards-compliant X11 colors for direct invocation.
X11Colors() - Constructor for class com.woven_media.colorsafe.X11Colors
 

Y

yelVal - Variable in class com.woven_media.colorsafe.ColorInfoPanel
 

_

_dispatched - Variable in class com.woven_media.colorsafe.Application.NotifyingPaintEvent
 
_qEmpty - Variable in class com.woven_media.colorsafe.Application.NotifyingPaintEvent
 

A B C D E F G H I J L M N O P Q R S T U V W X Y _
Java 6 SE Platform
6.0
Home

JavaDoc API documentation written, prepared and compiled by Brent Allen Parrish, woven-media.com, 20 SEPT 2009