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

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.
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.
applyAction() - Method in class com.woven_media.colorsafe.Controller
Applies all changes made within the RGB and Hex text fields.

B

BG_COLOR - Static variable in class com.woven_media.colorsafe.App
 
BG_VAL - Static variable in interface com.woven_media.colorsafe.IPalette
 
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

canApplicationExit() - Method in interface com.woven_media.colorsafe.ApplicationListener
Invoked to determine if the application should exit.
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.
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.
ColorInfoPanel - Class in com.woven_media.colorsafe
ColorInfoPanel extends javax.swing.JPanel and provides the safe color information panel for the GUI.
colorInformation(int, int, int, String) - Method in class com.woven_media.colorsafe.ColorInfoPanel
Stores current RGB and Hexadecimal color representations for this instance.
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.
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
 
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
 
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.
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.
createBackgroundThreadDialog() - Method in class com.woven_media.colorsafe.Application
Returns the dialog to show when waiting for any background threads to exit.
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.
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.

D

DEF_RES_PATH - Static variable in class com.woven_media.colorsafe.Controller
Constants
DEFAULT_SWATCH - Static variable in class com.woven_media.colorsafe.Controller
 

E

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

finalValidation(FocusEvent, JTextField) - Method in class com.woven_media.colorsafe.Controller
Completes validation for the RGB text fields.

G

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.
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
 

H

HEX_VAL - Static variable in interface com.woven_media.colorsafe.IPalette
 
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.
HSVtoRGB(float, float, float, float, float, float) - Static method in class com.woven_media.colorsafe.ColorUtil
Converts to RGB color model from HSV model.

I

ICON_IMG - Static variable in class com.woven_media.colorsafe.App
 
init() - Method in class com.woven_media.colorsafe.Application
Invoked as part of starting the application.
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.
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.

L

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
 
luminance(float, float, float) - Method in class com.woven_media.colorsafe.ColorUtil
Grab the luminance the same way GIMP does.

M

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.
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 - 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
 
NewFocusTraversalPolicy - Class in com.woven_media.colorsafe
NewFocusTraversalPolicy defines a new java.awt.FocusTraversalPolicy.

O

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

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.
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.
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.
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.
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.

R

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.
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.
restart() - Method in class com.woven_media.colorsafe.Controller
Calls Controller.start.
RGB_VAL - Static variable in interface com.woven_media.colorsafe.IPalette
 
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.
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.

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.
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.
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.
start() - Method in class com.woven_media.colorsafe.Application
Starts the Application.
stateChanged(ChangeEvent) - Method in class com.woven_media.colorsafe.Controller
Receives stateChanged events from this instance's javax.swing.JSlider components.

T

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.
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
 

U

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.
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.

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.

W

waitForBackgroundThreadsToExit() - Method in class com.woven_media.colorsafe.Application
Blocks until all registered threads have completed.
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
 

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

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