Uses of Class
org.jdesktop.swingx.JXTaskPane
Packages that use JXTaskPane
Package
Description
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Provides metal laf specific implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
A package to collect miscellaneous UI delegates.
Provides nimbus laf specific implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Provides window laf specific implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
Uses of JXTaskPane in org.jdesktop.swingx.plaf.basic
Fields in org.jdesktop.swingx.plaf.basic declared as JXTaskPaneMethods in org.jdesktop.swingx.plaf.basic with parameters of type JXTaskPaneModifier and TypeMethodDescriptionprotected voidBasicTaskPaneUI.PaneBorder.configureLabel(JXTaskPane group) Configures label for the group using its title, font, icon and orientation.protected ColorBasicTaskPaneUI.PaneBorder.getPaintColor(JXTaskPane group) Gets current paint color.BasicTaskPaneUI.PaneBorder.getPreferredSize(JXTaskPane group) Calculates the preferred border size, its size so all its content fits.protected voidBasicTaskPaneUI.PaneBorder.paintChevronControls(JXTaskPane group, Graphics g, int x, int y, int width, int height) Paints controls for the group.protected voidBasicTaskPaneUI.PaneBorder.paintExpandedControls(JXTaskPane group, Graphics g, int x, int y, int width, int height) Paints expanded controls.protected voidBasicTaskPaneUI.PaneBorder.paintOvalAroundControls(JXTaskPane group, Graphics g, int x, int y, int width, int height) Paints oval 'border' area around the control itself.protected voidBasicTaskPaneUI.PaneBorder.paintRectAroundControls(JXTaskPane group, Graphics g, int x, int y, int width, int height, Color highColor, Color lowColor) Paints oval 'border' area around the control itself.protected voidBasicTaskPaneUI.PaneBorder.paintTitle(JXTaskPane group, Graphics g, Color textColor, int x, int y, int width, int height) Paints current group title.protected voidBasicTaskPaneUI.PaneBorder.paintTitleBackground(JXTaskPane group, Graphics g) Paints background of the title. -
Uses of JXTaskPane in org.jdesktop.swingx.plaf.metal
Methods in org.jdesktop.swingx.plaf.metal with parameters of type JXTaskPaneModifier and TypeMethodDescriptionprotected voidMetalTaskPaneUI.MetalPaneBorder.paintExpandedControls(JXTaskPane group, Graphics g, int x, int y, int width, int height) -
Uses of JXTaskPane in org.jdesktop.swingx.plaf.misc
Methods in org.jdesktop.swingx.plaf.misc with parameters of type JXTaskPaneModifier and TypeMethodDescriptionprotected voidGlossyTaskPaneUI.GlossyPaneBorder.paintExpandedControls(JXTaskPane group, Graphics g, int x, int y, int width, int height) protected voidGlossyTaskPaneUI.GlossyPaneBorder.paintTitleBackground(JXTaskPane group, Graphics g) -
Uses of JXTaskPane in org.jdesktop.swingx.plaf.nimbus
Methods in org.jdesktop.swingx.plaf.nimbus with parameters of type JXTaskPaneModifier and TypeMethodDescriptionprotected voidNimbusTaskPaneUI.NimbusPaneBorder.paintExpandedControls(JXTaskPane group, Graphics g, int x, int y, int width, int height) protected voidNimbusTaskPaneUI.NimbusPaneBorder.paintTitle(JXTaskPane group, Graphics g, Color textColor, int x, int y, int width, int height) protected voidNimbusTaskPaneUI.NimbusPaneBorder.paintTitleBackground(JXTaskPane group, Graphics g) -
Uses of JXTaskPane in org.jdesktop.swingx.plaf.windows
Methods in org.jdesktop.swingx.plaf.windows with parameters of type JXTaskPaneModifier and TypeMethodDescriptionprotected voidWindowsClassicTaskPaneUI.ClassicPaneBorder.paintExpandedControls(JXTaskPane group, Graphics g, int x, int y, int width, int height) protected voidWindowsTaskPaneUI.XPPaneBorder.paintExpandedControls(JXTaskPane group, Graphics g, int x, int y, int width, int height) protected voidWindowsTaskPaneUI.XPPaneBorder.paintTitleBackground(JXTaskPane group, Graphics g)