A B C F G H I J K L M N O P R S T U W

A

AbstractBean - Class in org.jdesktop.beans
A convenience class from which to extend all non-visual AbstractBeans.
AbstractBean() - Constructor for class org.jdesktop.beans.AbstractBean
Creates a new instance of AbstractBean
AbstractBean(PropertyChangeSupport, VetoableChangeSupport) - Constructor for class org.jdesktop.beans.AbstractBean
Creates a new instance of AbstractBean, using the supplied PropertyChangeSupport and VetoableChangeSupport delegates.
AbstractSerializableBean - Class in org.jdesktop.beans
This subclass enhances AbstractBean by implementing the Serializable interface.
AbstractSerializableBean() - Constructor for class org.jdesktop.beans.AbstractSerializableBean
Creates a new instance of AbstractSerializableBean.
AbstractSerializableBean(PropertyChangeSupport, VetoableChangeSupport) - Constructor for class org.jdesktop.beans.AbstractSerializableBean
Creates a new instance of AbstractSerializableBean, using the supplied support delegates.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Add a PropertyChangeListener for a specific property.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Add a VetoableListener to the listener list.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Add a VetoableChangeListener for a specific property.
AERITH - Static variable in class org.jdesktop.swingx.util.PaintUtils
 
asNotNull(T, String) - Static method in class org.jdesktop.swingx.util.Contract
Tests the input parameter against null.

B

BLACK_STAR - Static variable in class org.jdesktop.swingx.util.PaintUtils
 
blend(Color, Color) - Static method in class org.jdesktop.swingx.util.PaintUtils
Blends two colors to create a new color.
BLUE_EXPERIENCE - Static variable in class org.jdesktop.swingx.util.PaintUtils
 

C

clear(Image) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Clears the data from the image.
clone() - Method in class org.jdesktop.beans.AbstractBean
computeForeground(Color) - Static method in class org.jdesktop.swingx.util.PaintUtils
Computes an appropriate foreground color (either white or black) for the given background color.
Contract - Class in org.jdesktop.swingx.util
Utility class for checking contracts.
convertToBufferedImage(Image) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Converts the specified image into a compatible buffered image.
createColorModelCompatibleImage(BufferedImage) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a new BufferedImage using the same color model as the image passed as a parameter.
createCompatibleImage(BufferedImage) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a new compatible image with the same width, height and transparency as the image specified as a parameter.
createCompatibleImage(BufferedImage, int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a new compatible image of the specified width and height, and the same transparency setting as the image specified as a parameter.
createCompatibleImage(int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a new opaque compatible image of the specified width and height.
createCompatibleTranslucentImage(int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a new translucent compatible image of the specified width and height.
createThumbnail(BufferedImage, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a thumbnail of a source image.
createThumbnail(BufferedImage, int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a thumbnail of a source image.
createThumbnailFast(BufferedImage, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a thumbnail of a source image.
createThumbnailFast(BufferedImage, int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a thumbnail of a source image.
current() - Static method in class org.jdesktop.swingx.util.JVM
 

F

findWindow(Component) - Static method in class org.jdesktop.swingx.util.WindowUtils
 
fireIndexedPropertyChange(String, int, Object, Object) - Method in class org.jdesktop.beans.AbstractBean
Report a bound indexed property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.jdesktop.beans.AbstractBean
Report a bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class org.jdesktop.beans.AbstractBean
Fire an existing PropertyChangeEvent to any registered listeners.
fireVetoableChange(String, Object, Object) - Method in class org.jdesktop.beans.AbstractBean
Report a vetoable property update to any registered listeners.
fireVetoableChange(PropertyChangeEvent) - Method in class org.jdesktop.beans.AbstractBean
Fire a vetoable property update to any registered listeners.

G

generatePolygon(int, int, boolean) - Static method in class org.jdesktop.swingx.util.ShapeUtils
 
generatePolygon(int, int, int, boolean) - Static method in class org.jdesktop.swingx.util.ShapeUtils
 
generatePolygon(int, int, int) - Static method in class org.jdesktop.swingx.util.ShapeUtils
 
generateShapeFromText(Font, char) - Static method in class org.jdesktop.swingx.util.ShapeUtils
 
generateShapeFromText(Font, String) - Static method in class org.jdesktop.swingx.util.ShapeUtils
 
get() - Method in class org.jdesktop.swingx.util.Separator
Returns the current value of the separator.
getAllComponents(Container) - Static method in class org.jdesktop.swingx.util.WindowUtils
 
getCheckerPaint() - Static method in class org.jdesktop.swingx.util.PaintUtils
Creates a new Paint that is a checkered effect using the colors gray and Color.WHITE.
getCheckerPaint(Paint, Paint, int) - Static method in class org.jdesktop.swingx.util.PaintUtils
Creates a new Paint that is a checkered effect using the specified colors.
getOperatingSystem() - Static method in class org.jdesktop.swingx.util.Utilities
Get the operating system on which NetBeans is running.
getPixels(BufferedImage, int, int, int, int, int[]) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns an array of pixels, stored as integers, from a BufferedImage.
getPointForCentering(Window) - Static method in class org.jdesktop.swingx.util.WindowUtils
Returns the Point at which a window should be placed to center that window on the screen.
getPointForCentering(JInternalFrame) - Static method in class org.jdesktop.swingx.util.WindowUtils

Returns the Point at which a window should be placed to center that window on the given desktop.

getPointForStaggering(Window) - Static method in class org.jdesktop.swingx.util.WindowUtils

Returns the Point at which a window should be placed in order to be staggered slightly from another "origin" window to ensure that the title areas of both windows remain visible to the user.

getPropertyChangeListeners() - Method in class org.jdesktop.beans.AbstractBean
Returns an array of all the listeners that were added to the PropertyChangeSupport object with addPropertyChangeListener().
getPropertyChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Returns an array of all the listeners which have been associated with the named property.
getUsableScreenBounds() - Static method in class org.jdesktop.swingx.util.Utilities
Returns the usable area of the screen where applications can place its windows.
getUsableScreenBounds(GraphicsConfiguration) - Static method in class org.jdesktop.swingx.util.Utilities
Returns the usable area of the screen where applications can place its windows.
getVetoableChangeListeners() - Method in class org.jdesktop.beans.AbstractBean
Returns the list of VetoableChangeListeners.
getVetoableChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Returns an array of all the listeners which have been associated with the named property.
getWindowsVisualStyle() - Static method in class org.jdesktop.swingx.util.OS
Returns the name of the current Windows visual style.
GraphicsUtilities - Class in org.jdesktop.swingx.util
GraphicsUtilities contains a set of tools to perform common graphics operations easily.
GRAY - Static variable in class org.jdesktop.swingx.util.PaintUtils
 

H

hasPropertyChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Check if there are any listeners for a specific property, including those registered on all properties.
hasVetoableChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Check if there are any listeners for a specific property, including those registered on all properties.

I

interpolate(Color, Color, float) - Static method in class org.jdesktop.swingx.util.PaintUtils
Interpolates a color.
isLargeFrameIcons() - Static method in class org.jdesktop.swingx.util.Utilities
Test whether the operating system supports icons on frames (windows).
isLinux() - Static method in class org.jdesktop.swingx.util.OS
 
isMacOSX() - Static method in class org.jdesktop.swingx.util.OS
 
isOneDotFive() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotFour() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotOne() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotSeven() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotSix() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotSixUpdateN() - Method in class org.jdesktop.swingx.util.JVM
Determines if the version of JDK1_6 has Nimbus Look and Feel installed.
isOneDotThree() - Method in class org.jdesktop.swingx.util.JVM
 
isOneDotTwo() - Method in class org.jdesktop.swingx.util.JVM
 
isOrLater(int) - Method in class org.jdesktop.swingx.util.JVM
 
isUnix() - Static method in class org.jdesktop.swingx.util.Utilities
Test whether NetBeans is running on some variant of Unix.
isUsingWindowsVisualStyles() - Static method in class org.jdesktop.swingx.util.OS
 
isWindows() - Static method in class org.jdesktop.swingx.util.OS
 
isWindows() - Static method in class org.jdesktop.swingx.util.Utilities
Test whether NetBeans is running on some variant of Windows.
isWindows2003() - Static method in class org.jdesktop.swingx.util.OS
 
isWindowsVista() - Static method in class org.jdesktop.swingx.util.OS
 
isWindowsXP() - Static method in class org.jdesktop.swingx.util.OS
 

J

JDK1_0 - Static variable in class org.jdesktop.swingx.util.JVM
 
JDK1_1 - Static variable in class org.jdesktop.swingx.util.JVM
 
JDK1_2 - Static variable in class org.jdesktop.swingx.util.JVM
 
JDK1_3 - Static variable in class org.jdesktop.swingx.util.JVM
 
JDK1_4 - Static variable in class org.jdesktop.swingx.util.JVM
 
JDK1_5 - Static variable in class org.jdesktop.swingx.util.JVM
 
JDK1_6 - Static variable in class org.jdesktop.swingx.util.JVM
 
JDK1_6N - Static variable in class org.jdesktop.swingx.util.JVM
 
JDK1_7 - Static variable in class org.jdesktop.swingx.util.JVM
 
JVM - Class in org.jdesktop.swingx.util
Deals with the different version of the Java Virtual Machine.
JVM() - Constructor for class org.jdesktop.swingx.util.JVM
Creates a new JVM data from the java.version System property
JVM(String) - Constructor for class org.jdesktop.swingx.util.JVM
Constructor for the OS object

K

keyToString(KeyStroke) - Static method in class org.jdesktop.swingx.util.Utilities
Converts a Swing key stroke descriptor to a familiar Emacs-like name.

L

loadCompatibleImage(InputStream) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a new compatible image from a stream.
loadCompatibleImage(URL) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Returns a new compatible image from a URL.

M

MAC_OSX - Static variable in class org.jdesktop.swingx.util.PaintUtils
 
MAC_OSX_SELECTED - Static variable in class org.jdesktop.swingx.util.PaintUtils
 
mergeClip(Graphics, Shape) - Static method in class org.jdesktop.swingx.util.ShapeUtils
Sets the clip on a graphics object by merging a supplied clip with the existing one.

N

NIGHT_GRAY - Static variable in class org.jdesktop.swingx.util.PaintUtils
 
NIGHT_GRAY_LIGHT - Static variable in class org.jdesktop.swingx.util.PaintUtils
 

O

ORANGE_DELIGHT - Static variable in class org.jdesktop.swingx.util.PaintUtils
 
org.jdesktop.beans - package org.jdesktop.beans
Contains classes to extend the functionality defined in the java.beans package.
org.jdesktop.swingx.util - package org.jdesktop.swingx.util
Contains utility API required by JDNC's Swing Extensions.
OS - Class in org.jdesktop.swingx.util
Provides methods related to the runtime environment.
OS() - Constructor for class org.jdesktop.swingx.util.OS
 
OS_AIX - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is IBM AIX.
OS_FREEBSD - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is FreeBSD
OS_HP - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is HP-UX.
OS_IRIX - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is SGI IRIX.
OS_LINUX - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Linux.
OS_MAC - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Mac.
OS_OS2 - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is OS/2.
OS_OTHER - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is unknown.
OS_SOLARIS - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Solaris.
OS_SUNOS - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Sun OS.
OS_TRU64 - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Compaq TRU64 Unix
OS_UNIX_MASK - Static variable in class org.jdesktop.swingx.util.Utilities
A mask for Unix platforms.
OS_VMS - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Compaq OpenVMS
OS_WIN2000 - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Windows 2000.
OS_WIN95 - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Windows 95.
OS_WIN98 - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Windows 98.
OS_WIN_OTHER - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is one of the Windows variants but we don't know which one it is
OS_WINDOWS_MASK - Static variable in class org.jdesktop.swingx.util.Utilities
A mask for Windows platforms.
OS_WINNT - Static variable in class org.jdesktop.swingx.util.Utilities
Operating system is Windows NT.

P

PaintUtils - Class in org.jdesktop.swingx.util
A collection of utilities for working with Paints and Colors.

R

RED_XP - Static variable in class org.jdesktop.swingx.util.PaintUtils
 
removeAlpha(Color) - Static method in class org.jdesktop.swingx.util.PaintUtils
Returns a new color equal to the old one, except that there is no alpha (transparency) channel.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Remove a PropertyChangeListener for a specific property.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Remove a VetoableChangeListener for a specific property.
resizeGradient(Paint, int, int) - Static method in class org.jdesktop.swingx.util.PaintUtils
Resizes a gradient to fill the width and height available.

S

Separator<T> - Class in org.jdesktop.swingx.util
A simple separator for adding in between each element in a list.
Separator(T, T) - Constructor for class org.jdesktop.swingx.util.Separator
Constructs a separator with the specified initial value and remaining separator.
setAlpha(Color, int) - Static method in class org.jdesktop.swingx.util.PaintUtils
Returns a new color equal to the old one, except alpha (transparency) channel is set to the new value.
setBrightness(Color, float) - Static method in class org.jdesktop.swingx.util.PaintUtils
Returns a new color equal to the old one, except the brightness is set to the new value.
setPixels(BufferedImage, int, int, int, int, int[]) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Writes a rectangular area of pixels in the destination BufferedImage.
setSaturation(Color, float) - Static method in class org.jdesktop.swingx.util.PaintUtils
Returns a new color equal to the old one, except the saturation is set to the new value.
ShapeUtils - Class in org.jdesktop.swingx.util
 
stringToKey(String) - Static method in class org.jdesktop.swingx.util.Utilities
Construct a new key description from a given universal string description.
stringToKeys(String) - Static method in class org.jdesktop.swingx.util.Utilities
Convert a space-separated list of Emacs-like key binding names to a list of Swing key strokes.

T

tileStretchPaint(Graphics, JComponent, BufferedImage, Insets) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Draws an image on top of a component by doing a 3x3 grid stretch of the image using the specified insets.
toCompatibleImage(BufferedImage) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
Return a new compatible image that contains a copy of the specified image.
toHexString(Color) - Static method in class org.jdesktop.swingx.util.PaintUtils
Creates a String that represents the supplied color as a hex-value RGB triplet, including the "#".
toObjectArray(Object) - Static method in class org.jdesktop.swingx.util.Utilities
Convert an array of primitive types to an array of objects.
toPrimitiveArray(Object[]) - Static method in class org.jdesktop.swingx.util.Utilities
Convert an array of objects to an array of primitive types.
TYPICAL_WINDOWS_TASKBAR_HEIGHT - Static variable in class org.jdesktop.swingx.util.Utilities
A height of the windows's taskbar

U

Utilities - Class in org.jdesktop.swingx.util
Contribution from NetBeans: Issue #319-swingx.

W

WindowUtils - Class in org.jdesktop.swingx.util
Encapsulates various utilities for windows (ie: Frame and Dialog objects and descendants, in particular).
wrapStringToArray(String, int, BreakIterator, boolean) - Static method in class org.jdesktop.swingx.util.Utilities
Wrap multi-line strings (and get the individual lines).

A B C F G H I J K L M N O P R S T U W

Copyright © 2012. All Rights Reserved.