org.topbraidcomposer.ui.layout
Class VerticalLayout

java.lang.Object
  extended by org.eclipse.swt.widgets.Layout
      extended by org.topbraidcomposer.ui.layout.WidgetLayout
          extended by org.topbraidcomposer.ui.layout.VerticalLayout

public class VerticalLayout
extends WidgetLayout


Field Summary
 
Fields inherited from class org.topbraidcomposer.ui.layout.WidgetLayout
bottomMargin, horizontalSpacing, leftMargin, numColumns, rightMargin, topMargin, verticalSpacing
 
Constructor Summary
VerticalLayout()
           
 
Method Summary
 
Methods inherited from class org.topbraidcomposer.ui.layout.WidgetLayout
computeSize, flushCache, layout, setMargin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerticalLayout

public VerticalLayout()