A B C D G H I L M N O P R S T U V W

A

AbstractComponentAddon - Class in org.jdesktop.swingx.plaf
Ease the work of creating an addon for a component.
AbstractComponentAddon(String) - Constructor for class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
AbstractUIChangeHandler - Class in org.jdesktop.swingx.plaf
 
AbstractUIChangeHandler() - Constructor for class org.jdesktop.swingx.plaf.AbstractUIChangeHandler
 
add(Object, Object) - Method in class org.jdesktop.swingx.plaf.DefaultsList
Adds a key/value pair to the defaults list.
add(Object, Object, boolean) - Method in class org.jdesktop.swingx.plaf.DefaultsList
Adds a key/value pair to the defaults list.
addBasicDefaults(LookAndFeelAddons, DefaultsList) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
Adds default key/value pairs to the given list.
addLinuxDefaults(LookAndFeelAddons, DefaultsList) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.addBasicDefaults(LookAndFeelAddons, DefaultsList)
addMacDefaults(LookAndFeelAddons, DefaultsList) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.addBasicDefaults(LookAndFeelAddons, DefaultsList)
addMetalDefaults(LookAndFeelAddons, DefaultsList) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.addBasicDefaults(LookAndFeelAddons, DefaultsList)
addMotifDefaults(LookAndFeelAddons, DefaultsList) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.addBasicDefaults(LookAndFeelAddons, DefaultsList)
addNimbusDefaults(LookAndFeelAddons, DefaultsList) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.addBasicDefaults(LookAndFeelAddons, DefaultsList)
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.plaf.UIAction
 
addResourceBundle(String) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Adds a resource bundle to the list of resource bundles that are searched for localized values.
addWindowsDefaults(LookAndFeelAddons, DefaultsList) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
Default implementation calls AbstractComponentAddon.addBasicDefaults(LookAndFeelAddons, DefaultsList)

B

BasicLookAndFeelAddons - Class in org.jdesktop.swingx.plaf.basic
Install simple pluggable UI.
BasicLookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
 

C

ComponentAddon - Interface in org.jdesktop.swingx.plaf
Each new component type of the library will contribute an addon to the LookAndFeelAddons.
contains(Point2D) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
contains(Rectangle2D) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
contains(double, double) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
contains(double, double, double, double) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
contribute(ComponentAddon) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Each new component added by the library will contribute its default UI classes, colors and fonts to the LookAndFeelAddons.

D

DefaultsList - Class in org.jdesktop.swingx.plaf
A specialty "list" for working with UI defaults.
DefaultsList() - Constructor for class org.jdesktop.swingx.plaf.DefaultsList
Creates a DefaultsList.

G

getAddon() - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
getAsNotUIResource(Font) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelUtils
Returns a Font based on the param which is not of type UIResource.
getAsNotUIResource(Color) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelUtils
Returns a Color based on the param which is not of type UIResource.
getBestMatchAddonClassName() - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Based on the current look and feel (as returned by UIManager.getLookAndFeel()), this method returns the name of the closest LookAndFeelAddons to use.
getBoolean(Object) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns an Boolean from the defaults.
getBoolean(Object, Locale) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns an Boolean from the defaults.
getBounds() - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
getBounds2D() - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
getColor(Object) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a color from the defaults.
getColor(Object, Locale) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a color from the defaults.
getCrossPlatformAddonClassName() - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
getInt(Object) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns an integer from the defaults.
getInt(Object, Locale) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns an integer from the defaults.
getName() - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
getName() - Method in interface org.jdesktop.swingx.plaf.ComponentAddon
 
getName() - Method in class org.jdesktop.swingx.plaf.UIAction
 
getPainter(Object) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a painter from the defaults.
getPainter(Object, Locale) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a painter from the defaults that is appropriate for the given locale.
getPathIterator(AffineTransform) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
getPathIterator(AffineTransform, double) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
getSafeBorder(Object, Border) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a border from the defaults.
getSafeColor(Object, Color) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a color from the defaults.
getSafeDimension(Object, Dimension) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a dimension from the defaults.
getSafeFont(Object, Font) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a font from the defaults.
getSafeIcon(Object, Icon) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns an icon from the defaults.
getSafeInsets(Object, Insets) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns an insets from the defaults.
getShape(Object) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a shape from the defaults.
getShape(Object, Locale) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a shape from the defaults that is appropriate for the given locale.
getString(Object) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a string from the defaults.
getString(Object, Locale) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Returns a string from the defaults.
getSystemAddonClassName() - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Gets the addon best suited for the operating system where the virtual machine is running.
getUI(JComponent, Class<?>) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Workaround for IDE mixing up with classloaders and Applets environments.
getUIOfType(ComponentUI, Class<?>) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelUtils
Returns the ui that is of type klass, or null if one can not be found.
getValue(String) - Method in class org.jdesktop.swingx.plaf.UIAction
 

H

HOMESTEAD_VISUAL_STYLE - Static variable in class org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
 

I

initialize(LookAndFeelAddons) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
initialize() - Method in class org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
Initializes the look and feel addon.
initialize(LookAndFeelAddons) - Method in interface org.jdesktop.swingx.plaf.ComponentAddon
Initializes this addon (i.e register UI classes, colors, fonts, borders, any UIResource used by the component class).
initialize() - Method in class org.jdesktop.swingx.plaf.linux.LinuxLookAndFeelAddons
Initializes the look and feel addon.
initialize() - Method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Initializes the look and feel addon.
initialize() - Method in class org.jdesktop.swingx.plaf.metal.MetalLookAndFeelAddons
 
install(JComponent) - Method in class org.jdesktop.swingx.plaf.AbstractUIChangeHandler
 
installBackgroundPainter(JComponent, String) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Convenience method for setting a component's background painter property with a value from the defaults.
intersects(Rectangle2D) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
intersects(double, double, double, double) - Method in class org.jdesktop.swingx.plaf.ShapeUIResource
 
isEnabled() - Method in class org.jdesktop.swingx.plaf.UIAction
Cover method for isEnabled(null).
isEnabled(Object) - Method in class org.jdesktop.swingx.plaf.UIAction
Subclasses that need to conditionalize the enabled state should override this.
isInstalled(JComponent) - Method in class org.jdesktop.swingx.plaf.AbstractUIChangeHandler
 
isLinux(LookAndFeelAddons) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
isMac(LookAndFeelAddons) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
isMetal(LookAndFeelAddons) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
isMotif(LookAndFeelAddons) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
isNimbus(LookAndFeelAddons) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
isPlastic() - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
isSynth() - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
isSystemAddon() - Method in class org.jdesktop.swingx.plaf.linux.LinuxLookAndFeelAddons
Determines if the addon is a match for the system Look and Feel.
isSystemAddon() - Method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Determines if the addon is a match for the system Look and Feel.
isSystemAddon() - Method in class org.jdesktop.swingx.plaf.macosx.MacOSXLookAndFeelAddons
Determines if the addon is a match for the system Look and Feel.
isSystemAddon() - Method in class org.jdesktop.swingx.plaf.windows.WindowsClassicLookAndFeelAddons
Determines if the addon is a match for the system Look and Feel.
isSystemAddon() - Method in class org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
Determines if the addon is a match for the system Look and Feel.
isTrackingLookAndFeelChanges() - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
isWindows(LookAndFeelAddons) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 

L

LinuxLookAndFeelAddons - Class in org.jdesktop.swingx.plaf.linux
 
LinuxLookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.linux.LinuxLookAndFeelAddons
 
loadDefaults(Object[]) - Method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Adds the given defaults in UIManager.
LookAndFeelAddons - Class in org.jdesktop.swingx.plaf
Provides additional pluggable UI for new components added by the library.
LookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
LookAndFeelUtils - Class in org.jdesktop.swingx.plaf
Collection of helpers.
LookAndFeelUtils() - Constructor for class org.jdesktop.swingx.plaf.LookAndFeelUtils
 

M

MacOSXLookAndFeelAddons - Class in org.jdesktop.swingx.plaf.macosx
 
MacOSXLookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.macosx.MacOSXLookAndFeelAddons
 
matches() - Method in class org.jdesktop.swingx.plaf.linux.LinuxLookAndFeelAddons
Determines if the addon is a match for the current Look and Feel.
matches() - Method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Determines if the addon is a match for the current Look and Feel.
matches() - Method in class org.jdesktop.swingx.plaf.macosx.MacOSXLookAndFeelAddons
Determines if the addon is a match for the current Look and Feel.
matches() - Method in class org.jdesktop.swingx.plaf.metal.MetalLookAndFeelAddons
Determines if the addon is a match for the current Look and Feel.
matches() - Method in class org.jdesktop.swingx.plaf.motif.MotifLookAndFeelAddons
Determines if the addon is a match for the current Look and Feel.
matches() - Method in class org.jdesktop.swingx.plaf.nimbus.NimbusLookAndFeelAddons
Determines if the addon is a match for the current Look and Feel.
matches() - Method in class org.jdesktop.swingx.plaf.windows.WindowsClassicLookAndFeelAddons
Determines if the addon is a match for the current Look and Feel.
matches() - Method in class org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
Determines if the addon is a match for the current Look and Feel.
MetalLookAndFeelAddons - Class in org.jdesktop.swingx.plaf.metal
MetalLookAndFeelAddons.
MetalLookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.metal.MetalLookAndFeelAddons
 
MotifLookAndFeelAddons - Class in org.jdesktop.swingx.plaf.motif
 
MotifLookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.motif.MotifLookAndFeelAddons
 

N

NimbusLookAndFeelAddons - Class in org.jdesktop.swingx.plaf.nimbus
 
NimbusLookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.nimbus.NimbusLookAndFeelAddons
 

O

org.jdesktop.swingx.plaf - package org.jdesktop.swingx.plaf
Provides pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.
org.jdesktop.swingx.plaf.basic - package org.jdesktop.swingx.plaf.basic
 
org.jdesktop.swingx.plaf.linux - package org.jdesktop.swingx.plaf.linux
Provides linux specific implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.
org.jdesktop.swingx.plaf.macosx - package org.jdesktop.swingx.plaf.macosx
 
org.jdesktop.swingx.plaf.metal - package org.jdesktop.swingx.plaf.metal
 
org.jdesktop.swingx.plaf.motif - package org.jdesktop.swingx.plaf.motif
Provides motif laf specific implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.
org.jdesktop.swingx.plaf.nimbus - package org.jdesktop.swingx.plaf.nimbus
 
org.jdesktop.swingx.plaf.windows - package org.jdesktop.swingx.plaf.windows
 

P

paint(Graphics2D, T, int, int) - Method in class org.jdesktop.swingx.plaf.PainterUIResource
PainterUIResource<T extends JComponent> - Class in org.jdesktop.swingx.plaf
An implementation of Painter as a UIResource.
PainterUIResource(Painter<? super T>) - Constructor for class org.jdesktop.swingx.plaf.PainterUIResource
Creates a new instance of PainterUIResource with the specified delegate painter.
putValue(String, Object) - Method in class org.jdesktop.swingx.plaf.UIAction
 

R

removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.plaf.UIAction
 
removeResourceBundle(String) - Static method in class org.jdesktop.swingx.plaf.UIManagerExt
Removes a resource bundle from the list of resource bundles that are searched for localized defaults.

S

setAddon(String) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
setAddon(Class<?>) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
setAddon(LookAndFeelAddons) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
setEnabled(boolean) - Method in class org.jdesktop.swingx.plaf.UIAction
 
setTrackingLookAndFeelChanges(boolean) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
If true, everytime the Swing look and feel is changed, the addon which best matches the current look and feel will be automatically selected.
ShapeUIResource - Class in org.jdesktop.swingx.plaf
An implementation of Shape that implements UIResource.
ShapeUIResource(Shape) - Constructor for class org.jdesktop.swingx.plaf.ShapeUIResource
Creates a new instance of PainterUIResource
SILVER_VISUAL_STYLE - Static variable in class org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
 

T

toArray() - Method in class org.jdesktop.swingx.plaf.DefaultsList
Gets a copy of this list as an array.

U

UIAction - Class in org.jdesktop.swingx.plaf
UIAction is the basis of all of basic's action classes that are used in an ActionMap.
UIAction(String) - Constructor for class org.jdesktop.swingx.plaf.UIAction
 
UIDependent - Interface in org.jdesktop.swingx.plaf
Encapsulates state that depends on the UI and needs to be updated on LookAndFeel change.
UIManagerExt - Class in org.jdesktop.swingx.plaf
A utility class for obtaining configuration properties from the UIDefaults.
uncontribute(ComponentAddon) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Removes the contribution of the given addon
uninitialize(LookAndFeelAddons) - Method in class org.jdesktop.swingx.plaf.AbstractComponentAddon
 
uninitialize() - Method in class org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
uninitialize(LookAndFeelAddons) - Method in interface org.jdesktop.swingx.plaf.ComponentAddon
Uninitializes this addon.
uninitialize() - Method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
uninitialize() - Method in class org.jdesktop.swingx.plaf.metal.MetalLookAndFeelAddons
 
uninstall(JComponent) - Method in class org.jdesktop.swingx.plaf.AbstractUIChangeHandler
 
uninstallBackgroundPainter(JComponent) - Static method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
Convenience method for uninstalling a background painter.
unloadDefaults(Object[]) - Method in class org.jdesktop.swingx.plaf.LookAndFeelAddons
 
updateUI() - Method in interface org.jdesktop.swingx.plaf.UIDependent
Updates all internal visuals after changing a UI-delegate.

V

VISTA_VISUAL_STYLE - Static variable in class org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
 

W

WindowsClassicLookAndFeelAddons - Class in org.jdesktop.swingx.plaf.windows
Adds new pluggable UI following the Windows Classic look and feel.
WindowsClassicLookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.windows.WindowsClassicLookAndFeelAddons
 
WindowsLookAndFeelAddons - Class in org.jdesktop.swingx.plaf.windows
Adds new pluggable UI following the Windows XP look and feel.
WindowsLookAndFeelAddons() - Constructor for class org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
 

A B C D G H I L M N O P R S T U V W

Copyright © 2013. All Rights Reserved.