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 LayoutManager |
createDefaultLayout() |
Constructs a layout manager to be used by the Look and Feel.
|
static ComponentUI |
createUI(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(JComponent c) |
|
protected void |
uninstallDefaults() |
Uninstalls the default colors, border, and painter of the task pane
container.
|
void |
uninstallUI(JComponent c) |
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
protected JXTaskPaneContainer taskPane
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI
in class ComponentUI
protected void installDefaults()
protected LayoutManager createDefaultLayout()
public void uninstallUI(JComponent c)
uninstallUI
in class ComponentUI
protected void uninstallDefaults()
Copyright © 2018. All rights reserved.