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 Rich Ajax Platform
Release 1.2

Uses of Class
org.eclipse.swt.widgets.Layout

Packages that use Layout
org.eclipse.swt.custom   
org.eclipse.swt.layout   
org.eclipse.swt.widgets   
 

Uses of Layout in org.eclipse.swt.custom
 

Subclasses of Layout in org.eclipse.swt.custom
 class StackLayout
          This 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
 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
 

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.
 

Uses of Layout in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Layout
  Layout 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
 void Composite. setLayout ( Layout layout)
          Sets the layout which is associated with the receiver to be the argument which may be null.
 


Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


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