Uses of Class
org.eclipse.swt.widgets.Layout
Packages that use Layout
Package
Description
SWT Custom widgets.
SWT layout classes.
SWT widget public API classes.
-
Uses of Layout in org.eclipse.swt.custom
Subclasses of Layout in org.eclipse.swt.customModifier and TypeClassDescription(package private) classThis class provides the layout for CBanner(package private) classThis class provides the layout for CTabFolder(package private) classThis class provides the layout for SashForm(package private) classThis class provides the layout for ScrolledCompositeclassThis Layout stacks all the controls one on top of the other and resizes all controls to have the same size and location.(package private) classThis class provides the layout for ViewFormMethods in org.eclipse.swt.custom with parameters of type LayoutModifier and TypeMethodDescriptionvoidSets the layout which is associated with the receiver to be the argument which may be null.voidSets the layout which is associated with the receiver to be the argument which may be null.voidSets the layout which is associated with the receiver to be the argument which may be null.voidSets the layout which is associated with the receiver to be the argument which may be null.voidSets the layout which is associated with the receiver to be the argument which may be null.voidSets the layout which is associated with the receiver to be the argument which may be null. -
Uses of Layout in org.eclipse.swt.layout
Subclasses of Layout in org.eclipse.swt.layoutModifier and TypeClassDescriptionclassBorderLayoutplaces controls in five regionsfinal classFillLayoutis the simplest layout class.final classInstances of this class control the position and size of the children of a composite control by usingFormAttachmentsto optionally configure the left, top, right and bottom edges of each child.final classInstances of this class lay out the control children of aCompositein a grid.final classInstances 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.classThis layout controls the position and size of the children of a tab folder. -
Uses of Layout in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as LayoutMethods in org.eclipse.swt.widgets that return LayoutModifier and TypeMethodDescriptionComposite.getLayout()Returns layout which is associated with the receiver, or null if one has not been set.Methods in org.eclipse.swt.widgets with parameters of type Layout