org.jdesktop.swingx.plaf.basic
Class BasicTaskPaneContainerUI.VerticalLayoutUIResource

java.lang.Object
  extended by org.jdesktop.swingx.VerticalLayout
      extended by org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI.VerticalLayoutUIResource
All Implemented Interfaces:
LayoutManager, UIResource
Enclosing class:
BasicTaskPaneContainerUI

protected class BasicTaskPaneContainerUI.VerticalLayoutUIResource
extends VerticalLayout
implements UIResource

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
 
Methods inherited from class org.jdesktop.swingx.VerticalLayout
addLayoutComponent, getGap, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setGap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTaskPaneContainerUI.VerticalLayoutUIResource

public BasicTaskPaneContainerUI.VerticalLayoutUIResource()
The default layout.


BasicTaskPaneContainerUI.VerticalLayoutUIResource

public BasicTaskPaneContainerUI.VerticalLayoutUIResource(int gap)
Defines a layout with the specified gap.

Parameters:
gap - the gap between components