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.GridDataFactory

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

Uses of GridDataFactory in org.eclipse.jface.layout
 

Methods in org.eclipse.jface.layout that return GridDataFactory
  GridDataFactory GridDataFactory. align (int hAlign, int vAlign)
          Sets the alignment of the control within its cell.
  GridDataFactory GridDataFactory. copy ()
          Creates a copy of the receiver.
static  GridDataFactory GridDataFactory. createFrom ( GridData data)
          Creates a new GridDataFactory that creates copies of the given GridData by default.
static  GridDataFactory GridDataFactory. defaultsFor ( Control theControl)
          Returns a GridDataFactory initialized with heuristicly generated defaults for the given control.
  GridDataFactory GridDataFactory. exclude (boolean shouldExclude)
          Instructs the GridLayout to ignore this control when performing layouts.
static  GridDataFactory GridDataFactory. fillDefaults ()
          Creates a GridDataFactory initialized with defaults that will cause the control to fill its cell.
  GridDataFactory GridDataFactory. grab (boolean horizontal, boolean vertical)
          Determines whether extra horizontal or vertical space should be allocated to this control's column when the layout resizes.
  GridDataFactory GridDataFactory. hint (int xHint, int yHint)
          Sets the width and height hints.
  GridDataFactory GridDataFactory. hint ( Point hint)
          Sets the width and height hints.
  GridDataFactory GridDataFactory. indent (int hIndent, int vIndent)
          Sets the indent of the control within the cell.
  GridDataFactory GridDataFactory. indent ( Point indent)
          Sets the indent of the control within the cell.
  GridDataFactory GridDataFactory. minSize (int minX, int minY)
          Sets the minimum size for the control.
  GridDataFactory GridDataFactory. minSize ( Point min)
          Sets the minimum size for the control.
  GridDataFactory GridDataFactory. span (int hSpan, int vSpan)
          Sets the GridData span.
  GridDataFactory GridDataFactory. span ( Point span)
          Sets the GridData span.
static  GridDataFactory GridDataFactory. swtDefaults ()
          Creates a new GridDataFactory initialized with the SWT defaults.
 


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