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

    Modifier and Type
    Class
    Description
    (package private) class 
    This class provides the layout for CBanner
    (package private) class 
    This class provides the layout for CTabFolder
    (package private) class 
    This class provides the layout for SashForm
    (package private) class 
    This class provides the layout for ScrolledComposite
    class 
    This Layout stacks all the controls one on top of the other and resizes all controls to have the same size and location.
    (package private) class 
    This class provides the layout for ViewForm
    Methods in org.eclipse.swt.custom with parameters of type Layout
    Modifier and Type
    Method
    Description
    void
    CBanner.setLayout(Layout layout)
    Sets the layout which is associated with the receiver to be the argument which may be null.
    void
    CCombo.setLayout(Layout layout)
    Sets the layout which is associated with the receiver to be the argument which may be null.
    void
    CTabFolder.setLayout(Layout layout)
    Sets the layout which is associated with the receiver to be the argument which may be null.
    void
    SashForm.setLayout(Layout layout)
    Sets the layout which is associated with the receiver to be the argument which may be null.
    void
    ScrolledComposite.setLayout(Layout layout)
    Sets the layout which is associated with the receiver to be the argument which may be null.
    void
    ViewForm.setLayout(Layout layout)
    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

    Modifier and Type
    Class
    Description
    class 
    BorderLayout places controls in five regions
    final 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 using FormAttachments 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 a Composite in a grid.
    final class 
    Instances of this class determine the size and position of the children of a Composite by placing them either in horizontal rows or vertical columns within the parent Composite.
    class 
    This 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 Layout
    Modifier and Type
    Field
    Description
    (package private) Layout
    Composite.layout
     
    Methods in org.eclipse.swt.widgets that return Layout
    Modifier and Type
    Method
    Description
    Composite.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
    Modifier and Type
    Method
    Description
    void
    Composite.setLayout(Layout layout)
    Sets the layout which is associated with the receiver to be the argument which may be null.