Package org.jdesktop.swingx.plaf.basic
Class BasicTaskPaneContainerUI.VerticalLayoutUIResource
java.lang.Object
org.jdesktop.swingx.VerticalLayout
org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI.VerticalLayoutUIResource
- All Implemented Interfaces:
LayoutManager
,Serializable
,UIResource
- Enclosing class:
- BasicTaskPaneContainerUI
protected class BasicTaskPaneContainerUI.VerticalLayoutUIResource
extends VerticalLayout
implements UIResource
A
UIResource
implementation of VerticalLayout
.- Author:
- Karl George Schaefer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe default layout.VerticalLayoutUIResource
(int gap) Defines a layout with the specified gap. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component comp) minimumLayoutSize
(Container parent) void
Methods inherited from class org.jdesktop.swingx.VerticalLayout
getGap, layoutContainer, preferredLayoutSize, setGap
-
Constructor Details
-
VerticalLayoutUIResource
public VerticalLayoutUIResource()The default layout. -
VerticalLayoutUIResource
public VerticalLayoutUIResource(int gap) Defines a layout with the specified gap.- Parameters:
gap
- the gap between components
-
-
Method Details
-
addLayoutComponent
This implementation does nothing.
- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
This implementation does nothing.
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
minimumLayoutSize
This implementation defers to
LayoutManager.preferredLayoutSize(Container)
.- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-