Uses of Class
org.eclipse.swt.widgets.Layout
Packages that use Layout
Package
Description
- 
Uses of Layout in org.eclipse.nebula.widgets.richtextMethods in org.eclipse.nebula.widgets.richtext with parameters of type Layout
- 
Uses of Layout in org.eclipse.rap.rwt.widgetsMethods in org.eclipse.rap.rwt.widgets with parameters of type Layout
- 
Uses of Layout in org.eclipse.swt.customSubclasses of Layout in org.eclipse.swt.customModifier and TypeClassDescriptionclassThis Layout stacks all the controls one on top of the other and resizes all controls to have the same size and location.Methods 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.layoutSubclasses of Layout in org.eclipse.swt.layoutModifier and TypeClassDescriptionfinal 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.
- 
Uses of Layout in org.eclipse.swt.widgetsMethods 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