Uses of Class
org.eclipse.swt.widgets.Layout
Packages that use Layout
Package
Description
-
Uses of Layout in org.eclipse.nebula.widgets.richtext
Methods in org.eclipse.nebula.widgets.richtext with parameters of type Layout -
Uses of Layout in org.eclipse.rap.rwt.widgets
Methods in org.eclipse.rap.rwt.widgets with parameters of type Layout -
Uses of Layout in org.eclipse.swt.custom
Subclasses of Layout in org.eclipse.swt.customModifier and TypeClassDescriptionclass
This 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 TypeMethodDescriptionvoid
Sets the layout which is associated with the receiver to be the argument which may be null.void
Sets the layout which is associated with the receiver to be the argument which may be null.void
Sets the layout which is associated with the receiver to be the argument which may be null.void
Sets the layout which is associated with the receiver to be the argument which may be null.void
Sets the layout which is associated with the receiver to be the argument which may be null.void
Sets 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 TypeClassDescriptionfinal class
FillLayout
is the simplest layout class.final class
Instances of this class control the position and size of the children of a composite control by usingFormAttachments
to optionally configure the left, top, right and bottom edges of each child.final class
Instances of this class lay out the control children of aComposite
in a grid.final class
Instances of this class determine the size and position of the children of aComposite
by placing them either in horizontal rows or vertical columns within the parentComposite
. -
Uses of Layout in org.eclipse.swt.widgets
Methods 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