Uses of Package
org.eclipse.swt.layout
-
Packages that use org.eclipse.swt.layout Package Description org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.layout Provides support for layout generation.org.eclipse.jface.wizard Provides a framework for wizards.org.eclipse.swt.layout SWT layout classes. -
Classes in org.eclipse.swt.layout used by org.eclipse.jface.dialogs Class Description GridData GridDatais the layout data object associated withGridLayout. -
Classes in org.eclipse.swt.layout used by org.eclipse.jface.layout Class Description GridData GridDatais the layout data object associated withGridLayout.GridLayout Instances of this class lay out the control children of aCompositein a grid.RowData Each control controlled by aRowLayoutcan have its initial width and height specified by setting aRowDataobject into the control.RowLayout Instances of this class determine the size and position of the children of aCompositeby placing them either in horizontal rows or vertical columns within the parentComposite. -
Classes in org.eclipse.swt.layout used by org.eclipse.jface.wizard Class Description GridLayout Instances of this class lay out the control children of aCompositein a grid. -
Classes in org.eclipse.swt.layout used by org.eclipse.swt.layout Class Description FormAttachment Instances of this class are used to define the edges of a control within aFormLayout.