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, Serializable, UIResource
Enclosing class:
BasicTaskPaneContainerUI

protected class BasicTaskPaneContainerUI.VerticalLayoutUIResource
extends VerticalLayout
implements UIResource

A UIResource implementation of VerticalLayout.

Author:
Karl George Schaefer
See Also:
Serialized Form

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

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
Method Detail

addLayoutComponent

public void addLayoutComponent(String name,
                               Component comp)

This implementation does nothing.

Specified by:
addLayoutComponent in interface LayoutManager

removeLayoutComponent

public void removeLayoutComponent(Component comp)

This implementation does nothing.

Specified by:
removeLayoutComponent in interface LayoutManager

minimumLayoutSize

public Dimension minimumLayoutSize(Container parent)

This implementation defers to LayoutManager.preferredLayoutSize(Container).

Specified by:
minimumLayoutSize in interface LayoutManager


Copyright © 2012. All Rights Reserved.