Uses of Interface
org.jdesktop.swingx.plaf.ComponentAddon
Packages that use ComponentAddon
Package
Description
Provides pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
Uses of ComponentAddon in org.jdesktop.swingx.plaf
Classes in org.jdesktop.swingx.plaf that implement ComponentAddonModifier and TypeClassDescriptionclass
Ease the work of creating an addon for a component.class
Addon forJXBusyLabel
.class
Addon to load LF specific properties for the ColumnControlButton.class
class
class
Addon forJXHeader
.class
Addon forJXHyperlink
.class
class
class
class
class
Addon forJXStatusBar
.class
TODO add type docclass
Addon for JXTableHeader.class
Addon forJXTaskPane
.class
Addon forJXTaskPaneContainer
.class
Addon forJXTipOfTheDay
.class
Addon forJXTitledPanel
.class
Loads LF specific background striping colors.class
Addon forJXList
.Fields in org.jdesktop.swingx.plaf with type parameters of type ComponentAddonModifier and TypeFieldDescriptionprivate static List
<ComponentAddon> LookAndFeelAddons.contributedComponents
Methods in org.jdesktop.swingx.plaf with parameters of type ComponentAddonModifier and TypeMethodDescriptionstatic void
LookAndFeelAddons.contribute
(ComponentAddon component) Each new component added by the library will contribute its default UI classes, colors and fonts to the LookAndFeelAddons.static void
LookAndFeelAddons.uncontribute
(ComponentAddon component) Removes the contribution of the given addon