org.nakedobjects.viewer.lightweight.util
Class StackLayout

java.lang.Object
  extended byorg.nakedobjects.viewer.lightweight.util.StackLayout
All Implemented Interfaces:
Layout

public class StackLayout
extends java.lang.Object
implements Layout


Constructor Summary
StackLayout()
           
StackLayout(boolean useMaxWidth)
           
 
Method Summary
 void layout(LayoutTarget target)
           
 Size requiredSize(LayoutTarget target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackLayout

public StackLayout()

StackLayout

public StackLayout(boolean useMaxWidth)
Method Detail

layout

public void layout(LayoutTarget target)
Specified by:
layout in interface Layout

requiredSize

public Size requiredSize(LayoutTarget target)
Specified by:
requiredSize in interface Layout