public class BasicTaskPaneContainerUI extends TaskPaneContainerUI
JXTaskPaneContainer
UI.Modifier and Type | Class and Description |
---|---|
protected class |
BasicTaskPaneContainerUI.VerticalLayoutUIResource
A
UIResource implementation of VerticalLayout . |
Modifier and Type | Field and Description |
---|---|
protected JXTaskPaneContainer |
taskPane
The task pane container managed by this UI delegate.
|
Constructor and Description |
---|
BasicTaskPaneContainerUI() |
Modifier and Type | Method and Description |
---|---|
protected java.awt.LayoutManager |
createDefaultLayout()
Constructs a layout manager to be used by the Look and Feel.
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Returns a new instance of BasicTaskPaneContainerUI.
|
protected void |
installDefaults()
Installs the default colors, border, and painter of the task pane
container.
|
void |
installUI(javax.swing.JComponent c) |
protected void |
uninstallDefaults()
Uninstalls the default colors, border, and painter of the task pane
container.
|
void |
uninstallUI(javax.swing.JComponent c) |
protected JXTaskPaneContainer taskPane
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI
in class javax.swing.plaf.ComponentUI
protected void installDefaults()
protected java.awt.LayoutManager createDefaultLayout()
public void uninstallUI(javax.swing.JComponent c)
uninstallUI
in class javax.swing.plaf.ComponentUI
protected void uninstallDefaults()