org.globus.cog.gui.util
Class HorizontalLayout

java.lang.Object
  extended byorg.globus.cog.gui.util.HorizontalLayout
All Implemented Interfaces:
LayoutManager

public class HorizontalLayout
extends Object
implements LayoutManager


Constructor Summary
HorizontalLayout()
           
 
Method Summary
 void addLayoutComponent(String name, Component comp)
           
 int getBorder()
           
 boolean isHomogenous()
           
 void layoutContainer(Container parent)
           
 Dimension minimumLayoutSize(Container parent)
           
 Dimension preferredLayoutSize(Container parent)
           
 void removeLayoutComponent(Component comp)
           
 void setBorder(int border)
           
 void setHomogenous(boolean homogenous)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HorizontalLayout

public HorizontalLayout()
Method Detail

removeLayoutComponent

public void removeLayoutComponent(Component comp)
Specified by:
removeLayoutComponent in interface LayoutManager

layoutContainer

public void layoutContainer(Container parent)
Specified by:
layoutContainer in interface LayoutManager

addLayoutComponent

public void addLayoutComponent(String name,
                               Component comp)
Specified by:
addLayoutComponent in interface LayoutManager

minimumLayoutSize

public Dimension minimumLayoutSize(Container parent)
Specified by:
minimumLayoutSize in interface LayoutManager

preferredLayoutSize

public Dimension preferredLayoutSize(Container parent)
Specified by:
preferredLayoutSize in interface LayoutManager

getBorder

public int getBorder()

setBorder

public void setBorder(int border)

isHomogenous

public boolean isHomogenous()

setHomogenous

public void setHomogenous(boolean homogenous)