Uses of Class
org.eclipse.swt.widgets.Layout
-
Packages that use Layout Package Description org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.layout Provides support for layout generation.org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.jface.window Provides a general framework for creating and managing windows.org.eclipse.jface.wizard Provides a framework for wizards.org.eclipse.swt.custom SWT Custom widgets.org.eclipse.swt.layout SWT layout classes.org.eclipse.swt.widgets SWT widget public API classes.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. -
-
Uses of Layout in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs that return Layout Modifier and Type Method Description protected LayoutTrayDialog. getLayout()The tray dialog's default layout is a modified version of the defaultWindowlayout that can accomodate a tray, however it still conforms to the description of theWindowdefault layout. -
Uses of Layout in org.eclipse.jface.layout
Subclasses of Layout in org.eclipse.jface.layout Modifier and Type Class Description classAbstractColumnLayoutThe AbstractColumnLayout is aLayoutused to set the size of a table in a consistent way even during a resize unlike aTableLayoutwhich only sets initial sizes.classTableColumnLayoutclassTreeColumnLayout -
Uses of Layout in org.eclipse.jface.preference
Methods in org.eclipse.jface.preference that return Layout Modifier and Type Method Description protected LayoutPreferenceDialog. getPageLayout()Return the layout for the composite that contains the pages. -
Uses of Layout in org.eclipse.jface.text.source
Subclasses of Layout in org.eclipse.jface.text.source Modifier and Type Class Description protected classSourceViewer.RulerLayoutLayout of a source viewer.Methods in org.eclipse.jface.text.source that return Layout Modifier and Type Method Description protected LayoutSourceViewer. createLayout()Creates the layout used for this viewer. -
Uses of Layout in org.eclipse.jface.viewers
Subclasses of Layout in org.eclipse.jface.viewers Modifier and Type Class Description classTableLayoutA layout for a table. -
Uses of Layout in org.eclipse.jface.window
Methods in org.eclipse.jface.window that return Layout Modifier and Type Method Description protected LayoutApplicationWindow. getLayout()protected LayoutWindow. getLayout()Creates the layout for the shell. -
Uses of Layout in org.eclipse.jface.wizard
Subclasses of Layout in org.eclipse.jface.wizard Modifier and Type Class Description protected classWizardDialog.PageContainerFillLayoutA layout for a container which includes several pages, like a notebook, wizard, or preference dialog.Methods in org.eclipse.jface.wizard with parameters of type Layout Modifier and Type Method Description protected voidProgressMonitorPart. initialize(Layout layout, int progressIndicatorHeight)Creates the progress monitor's UI parts and layouts them according to the given layout.Constructors in org.eclipse.jface.wizard with parameters of type Layout Constructor Description ProgressMonitorPart(Composite parent, Layout layout)Creates aProgressMonitorPartthat does not provide a stop button.ProgressMonitorPart(Composite parent, Layout layout, boolean createStopButton)Creates aProgressMonitorPart.ProgressMonitorPart(Composite parent, Layout layout, int progressIndicatorHeight)Creates aProgressMonitorPartthat does not provide a stop button. -
Uses of Layout in org.eclipse.swt.custom
Subclasses of Layout in org.eclipse.swt.custom Modifier and Type Class Description classStackLayoutThis 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 Layout Modifier and Type Method Description voidCBanner. setLayout(Layout layout)Sets the layout which is associated with the receiver to be the argument which may be null.voidCCombo. setLayout(Layout layout)Sets the layout which is associated with the receiver to be the argument which may be null.voidCTabFolder. setLayout(Layout layout)Sets the layout which is associated with the receiver to be the argument which may be null.voidSashForm. setLayout(Layout layout)Sets the layout which is associated with the receiver to be the argument which may be null.voidScrolledComposite. setLayout(Layout layout)Sets the layout which is associated with the receiver to be the argument which may be null.voidViewForm. 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
Subclasses of Layout in org.eclipse.swt.layout Modifier and Type Class Description classFillLayoutFillLayoutis the simplest layout class.classFormLayoutInstances 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.classGridLayoutInstances of this class lay out the control children of aCompositein a grid.classRowLayoutInstances 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.widgets
Methods in org.eclipse.swt.widgets that return Layout Modifier and Type Method Description LayoutComposite. 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 voidComposite. 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.ui.forms.widgets
Subclasses of Layout in org.eclipse.ui.forms.widgets Modifier and Type Class Description classColumnLayoutThis layout manager arranges children of the composite parent in vertical columns.classTableWrapLayoutThis 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).Methods in org.eclipse.ui.forms.widgets with parameters of type Layout Modifier and Type Method Description voidExpandableComposite. setLayout(Layout layout)Prevents assignment of the layout manager - expandable composite uses its own layout.voidForm. setLayout(Layout layout)Prevents from changing the custom control layout. -
Uses of Layout in org.eclipse.ui.part
Subclasses of Layout in org.eclipse.ui.part Modifier and Type Class Description classPageBook.PageBookLayout[Issue: This class should be declared private.]
-