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 Platform
Release 3.5

Uses of Class
org.eclipse.jface.layout.RowLayoutFactory

Packages that use RowLayoutFactory
org.eclipse.jface.layout Provides support for layout generation. 
 

Uses of RowLayoutFactory in org.eclipse.jface.layout
 

Methods in org.eclipse.jface.layout that return RowLayoutFactory
  RowLayoutFactory RowLayoutFactory. copy ()
          Creates a copy of the receiver.
static  RowLayoutFactory RowLayoutFactory. createFrom ( RowLayout layout)
          Creates a factory that creates copies of the given layout.
  RowLayoutFactory RowLayoutFactory. extendedMargins (int left, int right, int top, int bottom)
          Sets the margins for layouts created with this factory.
  RowLayoutFactory RowLayoutFactory. fill (boolean fill)
          Fill specifies whether the controls in a row should be all the same height for horizontal layouts, or the same width for vertical layouts.
static  RowLayoutFactory RowLayoutFactory. fillDefaults ()
          Creates a RowLayoutFactory that creates RowLayouts with no margins, fill behavior, and default dialog spacing.
  RowLayoutFactory RowLayoutFactory. justify (boolean justify)
          Justify specifies whether the controls in a row should be fully justified, with any extra space placed between the controls.
  RowLayoutFactory RowLayoutFactory. margins (int width, int height)
          Sets the margins for layouts created with this factory.
  RowLayoutFactory RowLayoutFactory. margins ( Point margins)
          Sets the margins for layouts created with this factory.
  RowLayoutFactory RowLayoutFactory. pack (boolean pack)
          Pack specifies whether all controls in the layout take their preferred size.
  RowLayoutFactory RowLayoutFactory. spacing (int spacing)
          Sets the spacing for layouts created with this factory.
static  RowLayoutFactory RowLayoutFactory. swtDefaults ()
          Creates a RowLayoutFactory that creates RowLayouts with the default SWT values.
  RowLayoutFactory RowLayoutFactory. type (int type)
          type specifies whether the layout places controls in rows or columns.
  RowLayoutFactory RowLayoutFactory. wrap (boolean wrap)
          Wrap specifies whether a control will be wrapped to the next row if there is insufficient space on the current row.
 


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