|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.VerticalLayout
org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI.VerticalLayoutUIResource
protected class BasicTaskPaneContainerUI.VerticalLayoutUIResource
A UIResource implementation of VerticalLayout.
| Constructor Summary | |
|---|---|
BasicTaskPaneContainerUI.VerticalLayoutUIResource()
The default layout. |
|
BasicTaskPaneContainerUI.VerticalLayoutUIResource(int gap)
Defines a layout with the specified gap. |
|
| Method Summary | |
|---|---|
void |
addLayoutComponent(String name,
Component comp)
|
Dimension |
minimumLayoutSize(Container parent)
|
void |
removeLayoutComponent(Component comp)
|
| Methods inherited from class org.jdesktop.swingx.VerticalLayout |
|---|
getGap, layoutContainer, preferredLayoutSize, setGap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicTaskPaneContainerUI.VerticalLayoutUIResource()
public BasicTaskPaneContainerUI.VerticalLayoutUIResource(int gap)
gap - the gap between components| Method Detail |
|---|
public void addLayoutComponent(String name,
Component comp)
This implementation does nothing.
addLayoutComponent in interface LayoutManagerpublic void removeLayoutComponent(Component comp)
This implementation does nothing.
removeLayoutComponent in interface LayoutManagerpublic Dimension minimumLayoutSize(Container parent)
This implementation defers to LayoutManager.preferredLayoutSize(Container).
minimumLayoutSize in interface LayoutManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||