public class BasicTaskPaneContainerUI extends TaskPaneContainerUI
JXTaskPaneContainer UI.| Modifier and Type | Class | Description |
|---|---|---|
protected class |
BasicTaskPaneContainerUI.VerticalLayoutUIResource |
A
UIResource implementation of VerticalLayout. |
| Modifier and Type | Field | Description |
|---|---|---|
protected JXTaskPaneContainer |
taskPane |
The task pane container managed by this UI delegate.
|
| Constructor | Description |
|---|---|
BasicTaskPaneContainerUI() |
| Modifier and Type | Method | 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.ComponentUIprotected void installDefaults()
protected java.awt.LayoutManager createDefaultLayout()
public void uninstallUI(javax.swing.JComponent c)
uninstallUI in class javax.swing.plaf.ComponentUIprotected void uninstallDefaults()