|
 |
|
|
Uses of Class org.eclipse.swt.widgets.Layout
Methods in
org.eclipse.jface.dialogs that return
Layout
|
protected
Layout
|
TrayDialog.
getLayout
()
The tray dialog's default layout is a modified version of the default
Window layout that can accomodate a tray, however it still
conforms to the description of the Window default layout. |
Methods in
org.eclipse.jface.wizard with parameters of type
Layout
|
protected void
|
ProgressMonitorPart.
initialize
(
Layout layout,
int progressIndicatorHeight)
Creates the progress monitor's UI parts and layouts them
according to the given layout. |
Methods in
org.eclipse.swt.custom with parameters of type
Layout
|
void
|
ScrolledComposite.
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
|
CTabFolder.
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. |
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. |
Subclasses of
Layout in
org.eclipse.swt.layout
|
class
|
FillLayout
FillLayout is the simplest layout class. |
class
|
FormLayout
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. |
class
|
GridLayout
Instances of this class lay out the control children of a
Composite in a grid. |
class
|
RowLayout
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 . |
Subclasses of
Layout in
org.eclipse.ui.forms.widgets
|
class
|
ColumnLayout
This layout manager arranges children of the composite parent in vertical
columns. |
class
|
TableWrapLayout
This implementation of the layout algorithm attempts to position controls in
the composite using a two-pass autolayout HTML table altorithm recommeded by
HTML 4.01 W3C specification (see
https://www.w3.org/TR/html4/appendix/notes.html#h-B.5.2.2). |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|