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 class
AUIResource
implementation ofVerticalLayout
. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JXTaskPaneContainer
The task pane container managed by this UI delegate. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LayoutManager
Constructs a layout manager to be used by the Look and Feel.static ComponentUI
Returns a new instance of BasicTaskPaneContainerUI.protected void
Installs the default colors, border, and painter of the task pane container.void
protected void
Uninstalls the default colors, border, and painter of the task pane container.void
Methods 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:
installUI
in 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:
uninstallUI
in classComponentUI
-
uninstallDefaults
protected void uninstallDefaults()Uninstalls the default colors, border, and painter of the task pane container.
-