Uses of Class
org.eclipse.swt.widgets.Layout
Package
Description
Provides support for dialogs.
Provides support for layout generation.
Provides a framework for preferences.
Provides a framework for connecting document regions
with annotations and for displaying those.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a general framework for creating and managing
windows.
Provides a framework for wizards.
SWT Custom widgets.
SWT layout classes.
SWT widget public API classes.
Custom widgets and controls for forms-based parts.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of Layout in org.eclipse.compare.internal
-
Uses of Layout in org.eclipse.e4.ui.workbench.renderers.swt
Modifier and TypeClassDescriptionclass
class
This class manages theLayout
of the applications' TrimBar.class
This arranges its controls into 5 'slots' defined by its composite children Top: spans the entire width and abuts the top of the container Bottom: spans the entire width and abuts the bottom of the container Left: spans the space between 'top' and 'bottom' and abuts the left of the container Right: spans the space between 'top' and 'bottom' and abuts the right of the container Center: fills the area remaining once the other controls have been positioned NOTE: All the child controls must exist. -
Uses of Layout in org.eclipse.jface.dialogs
-
Uses of Layout in org.eclipse.jface.layout
Modifier and TypeClassDescriptionclass
The AbstractColumnLayout is aLayout
used to set the size of a table in a consistent way even during a resize unlike aTableLayout
which only sets initial sizes.class
class
-
Uses of Layout in org.eclipse.jface.preference
Modifier and TypeMethodDescriptionprotected Layout
PreferenceDialog.getPageLayout()
Return the layout for the composite that contains the pages. -
Uses of Layout in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionprotected class
Layout of a source viewer.Modifier and TypeMethodDescriptionprotected Layout
SourceViewer.createLayout()
Creates the layout used for this viewer. -
Uses of Layout in org.eclipse.jface.viewers
-
Uses of Layout in org.eclipse.jface.widgets
Modifier and TypeMethodDescriptionSets the layout which is associated with the receiver to be the argument which may be null.Modifier and TypeMethodDescriptionCompositeFactory.supplyLayout
(Supplier<Layout> layoutSupplier) Sets aSupplier
for the creation of layout associated with the receiver. -
Uses of Layout in org.eclipse.jface.window
-
Uses of Layout in org.eclipse.jface.wizard
Modifier and TypeClassDescriptionprotected class
A layout for a container which includes several pages, like a notebook, wizard, or preference dialog.Modifier and TypeMethodDescriptionprotected void
ProgressMonitorPart.initialize
(Layout layout, int progressIndicatorHeight) Creates the progress monitor's UI parts and layouts them according to the given layout.ModifierConstructorDescriptionProgressMonitorPart
(Composite parent, Layout layout) Creates aProgressMonitorPart
that does not provide a stop button.ProgressMonitorPart
(Composite parent, Layout layout, boolean createStopButton) Creates aProgressMonitorPart
.ProgressMonitorPart
(Composite parent, Layout layout, int progressIndicatorHeight) Creates aProgressMonitorPart
that does not provide a stop button. -
Uses of Layout in org.eclipse.swt.custom
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
BorderLayout
places controls in five regionsfinal 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
Modifier and TypeMethodDescriptionComposite.getLayout()
Returns layout which is associated with the receiver, or null if one has not been set. -
Uses of Layout in org.eclipse.ui.forms.widgets
Modifier and TypeClassDescriptionfinal class
This layout manager arranges children of the composite parent in vertical columns.final class
This implementation of the layout algorithm attempts to position controls in the composite using a two-pass autolayout HTML table algorithm recommended by HTML 4.01 W3C specification (see http://www.w3.org/TR/html4/appendix/notes.html#h-B.5.2.2). -
Uses of Layout in org.eclipse.ui.internal
-
Uses of Layout in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
[Issue: This class should be declared private.]