- WeakEventListenerList - Class in org.jdesktop.swingx.event
-
A class that holds a list of EventListeners.
- WeakEventListenerList() - Constructor for class org.jdesktop.swingx.event.WeakEventListenerList
-
- weakReferences - Variable in class org.jdesktop.swingx.event.WeakEventListenerList
-
- windowActivated(WindowEvent) - Method in class org.jdesktop.swingx.JXLoginPane.CapsOnWinListener
-
- windowGainedFocus(WindowEvent) - Method in class org.jdesktop.swingx.JXLoginPane.CapsOnWinListener
-
- windowOpened(WindowEvent) - Method in class org.jdesktop.swingx.JXLoginPane.CapsOnWinListener
-
- 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
-
- WindowsClassicStatusBarUI - Class in org.jdesktop.swingx.plaf.windows
-
- WindowsClassicStatusBarUI() - Constructor for class org.jdesktop.swingx.plaf.windows.WindowsClassicStatusBarUI
-
Creates a new instance of BasicStatusBarUI
- WindowsClassicTaskPaneUI - Class in org.jdesktop.swingx.plaf.windows
-
Windows Classic (NT/2000) implementation of the
JXTaskPane
UI.
- WindowsClassicTaskPaneUI() - Constructor for class org.jdesktop.swingx.plaf.windows.WindowsClassicTaskPaneUI
-
- WindowsHyperlinkUI - Class in org.jdesktop.swingx.plaf.windows
-
- WindowsHyperlinkUI() - Constructor for class org.jdesktop.swingx.plaf.windows.WindowsHyperlinkUI
-
Deprecated.
- 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
-
- WindowsStatusBarUI - Class in org.jdesktop.swingx.plaf.windows
-
TODO: Need to add listener to resize handle
- WindowsStatusBarUI() - Constructor for class org.jdesktop.swingx.plaf.windows.WindowsStatusBarUI
-
Creates a new instance of BasicStatusBarUI
- WindowsTaskPaneUI - Class in org.jdesktop.swingx.plaf.windows
-
Windows implementation of the TaskPaneUI.
- WindowsTaskPaneUI() - Constructor for class org.jdesktop.swingx.plaf.windows.WindowsTaskPaneUI
-
- WindowsTipOfTheDayUI - Class in org.jdesktop.swingx.plaf.windows
-
Windows implementation of the TipOfTheDayUI.
- WindowsTipOfTheDayUI(JXTipOfTheDay) - Constructor for class org.jdesktop.swingx.plaf.windows.WindowsTipOfTheDayUI
-
- WindowsTipOfTheDayUI.TipAreaBorder - Class in org.jdesktop.swingx.plaf.windows
-
- WindowUtils - Class in org.jdesktop.swingx.util
-
Encapsulates various utilities for windows (ie: Frame
and
Dialog
objects and descendants, in particular).
- WindowUtils.MinSizeComponentListener - Class in org.jdesktop.swingx.util
-
Resets window size to minSize if needed.
- wrapCheck - Variable in class org.jdesktop.swingx.JXFindPanel
-
- wrappee - Variable in class org.jdesktop.swingx.renderer.WrappingProvider
-
- WrappingIconPanel - Class in org.jdesktop.swingx.renderer
-
Compound component for usage in tree renderer.
- WrappingIconPanel() - Constructor for class org.jdesktop.swingx.renderer.WrappingIconPanel
-
Instantiates and configures a WrappingIconPanel with the dropHack
enabled.
- WrappingIconPanel(boolean) - Constructor for class org.jdesktop.swingx.renderer.WrappingIconPanel
-
Instantiates and configures a WrappingIconPanel with the dropHack
property set as indicated by the boolean.
- WrappingProvider - Class in org.jdesktop.swingx.renderer
-
Wrapping ComponentProvider for usage in tree rendering.
- WrappingProvider() - Constructor for class org.jdesktop.swingx.renderer.WrappingProvider
-
Instantiates a WrappingProvider with default delegate provider.
- WrappingProvider(IconValue, StringValue) - Constructor for class org.jdesktop.swingx.renderer.WrappingProvider
-
Instantiates a WrappingProvider with default wrappee, configured
to use the wrappeeStringValue.
- WrappingProvider(IconValue) - Constructor for class org.jdesktop.swingx.renderer.WrappingProvider
-
Instantiates a WrappingProvider with default wrappee.
- WrappingProvider(StringValue) - Constructor for class org.jdesktop.swingx.renderer.WrappingProvider
-
Instantiates a WrappingProvider with default wrappee configured
with the given StringValue.
- WrappingProvider(ComponentProvider) - Constructor for class org.jdesktop.swingx.renderer.WrappingProvider
-
Instantiates a WrappingProvider with the given delegate
provider for the node content.
- WrappingProvider(ComponentProvider, boolean) - Constructor for class org.jdesktop.swingx.renderer.WrappingProvider
-
Instantiates a WrappingProvider with the given delegate
provider for the node content and unwrapUserObject property.
- WrappingProvider(IconValue, ComponentProvider, boolean) - Constructor for class org.jdesktop.swingx.renderer.WrappingProvider
-
Instantiates a WrappingProvider with the given delegate
provider for the node content and unwrapUserObject property.
- WrappingProvider(IconValue, StringValue, boolean) - Constructor for class org.jdesktop.swingx.renderer.WrappingProvider
-
Instantiates a WrappingProvider with the given delegate
provider for the node content and unwrapUserObject property.
- wrapStringToArray(String, int, BreakIterator, boolean) - Static method in class org.jdesktop.swingx.util.Utilities
-
Wrap multi-line strings (and get the individual lines).