Package org.jdesktop.swingx.plaf.basic
Class BasicTaskPaneContainerUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.TaskPaneContainerUI
org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
Base implementation of the
JXTaskPaneContainer UI.- Author:
- Frederic Lavigne, Karl Schaefer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classAUIResourceimplementation ofVerticalLayout. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JXTaskPaneContainerThe task pane container managed by this UI delegate. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LayoutManagerConstructs a layout manager to be used by the Look and Feel.static ComponentUIReturns a new instance of BasicTaskPaneContainerUI.protected voidInstalls the default colors, border, and painter of the task pane container.voidprotected voidUninstalls the default colors, border, and painter of the task pane container.voidMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
-
Field Details
-
taskPane
The task pane container managed by this UI delegate.
-
-
Constructor Details
-
BasicTaskPaneContainerUI
public BasicTaskPaneContainerUI()
-
-
Method Details
-
createUI
Returns a new instance of BasicTaskPaneContainerUI. BasicTaskPaneContainerUI delegates are allocated one per JXTaskPaneContainer.- Parameters:
c- JComponent not used- Returns:
- A new TaskPaneContainerUI implementation for the Basic look and feel.
-
installUI
- Overrides:
installUIin classComponentUI
-
installDefaults
protected void installDefaults()Installs the default colors, border, and painter of the task pane container. -
createDefaultLayout
Constructs a layout manager to be used by the Look and Feel.- Returns:
- the layout manager for the current Look and Feel
-
uninstallUI
- Overrides:
uninstallUIin classComponentUI
-
uninstallDefaults
protected void uninstallDefaults()Uninstalls the default colors, border, and painter of the task pane container.
-