org.nakedobjects.viewer.lightweight
Interface Layout

All Known Implementing Classes:
FlowLayout, StackLayout

public interface Layout


Method Summary
 void layout(LayoutTarget target)
           
 Size requiredSize(LayoutTarget target)
           
 

Method Detail

layout

public void layout(LayoutTarget target)

requiredSize

public Size requiredSize(LayoutTarget target)