Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.swt.layout

This package contains the SWT layout classes.

See:
           Description

Class Summary
FillLayout FillLayout is the simplest layout class.
FormAttachment Instances of this class are used to define the edges of a control within a FormLayout.
FormData Instances of this class are used to define the attachments of a control in a FormLayout.
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.
GridData GridData is the layout data object associated with GridLayout.
GridLayout Instances of this class lay out the control children of a Composite in a grid.
RowData Each control controlled by a RowLayout can have its initial width and height specified by setting a RowData object into the control.
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.
 

Package org.eclipse.swt.layout Description

This package contains the SWT layout classes.

Package Specification

This package contains several standard layout classes which provide automated positioning and sizing support for SWT widgets.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire