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.graphics.Rectangle

Packages that use Rectangle
org.eclipse.rwt.lifecycle   
org.eclipse.swt.custom   
org.eclipse.swt.events   
org.eclipse.swt.graphics   
org.eclipse.swt.widgets   
 

Uses of Rectangle in org.eclipse.rwt.lifecycle
 

Methods in org.eclipse.rwt.lifecycle that return Rectangle
  Rectangle AbstractWidgetLCA. adjustCoordinates ( Widget widget, Rectangle bounds)
          Translates the bounds of a widget that is enclosed in the widget handled by this LCA.
 

Methods in org.eclipse.rwt.lifecycle with parameters of type Rectangle
  Rectangle AbstractWidgetLCA. adjustCoordinates ( Widget widget, Rectangle bounds)
          Translates the bounds of a widget that is enclosed in the widget handled by this LCA.
 

Uses of Rectangle in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return Rectangle
  Rectangle CBanner. getClientArea ()
           
  Rectangle CTabFolder. computeTrim (int x, int y, int width, int height)
           
  Rectangle CTabFolder. getClientArea ()
           
  Rectangle CTabItem. getBounds ()
          Returns a rectangle describing the receiver's size and location relative to its parent.
  Rectangle ScrolledComposite. getClientArea ()
           
  Rectangle ViewForm. computeTrim (int x, int y, int width, int height)
           
  Rectangle ViewForm. getClientArea ()
           
 

Uses of Rectangle in org.eclipse.swt.events
 

Constructors in org.eclipse.swt.events with parameters of type Rectangle
SelectionEvent ( Widget widget, Widget item, int id, Rectangle bounds, String text, boolean doit, int detail)
          Constructs a new instance of this class.
 

Uses of Rectangle in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return Rectangle
  Rectangle Device. getClientArea ()
          Returns a rectangle which describes the area of the receiver which is capable of displaying data.
  Rectangle Device. getBounds ()
          Returns a rectangle describing the receiver's size and location.
  Rectangle Image. getBounds ()
          Returns the bounds of the receiver.
  Rectangle Rectangle. intersection ( Rectangle rect)
          Returns a new rectangle which represents the intersection of the receiver and the given rectangle.
  Rectangle Rectangle. union ( Rectangle rect)
          Returns a new rectangle which represents the union of the receiver and the given rectangle.
 

Methods in org.eclipse.swt.graphics with parameters of type Rectangle
 void Rectangle. add ( Rectangle rect)
          Destructively replaces the x, y, width and height values in the receiver with ones which represent the union of the rectangles specified by the receiver and the given rectangle.
 void Rectangle. intersect ( Rectangle rect)
          Destructively replaces the x, y, width and height values in the receiver with ones which represent the intersection of the rectangles specified by the receiver and the given rectangle.
  Rectangle Rectangle. intersection ( Rectangle rect)
          Returns a new rectangle which represents the intersection of the receiver and the given rectangle.
 boolean Rectangle. intersects ( Rectangle rect)
          Returns true if the given rectangle intersects with the receiver and false otherwise.
  Rectangle Rectangle. union ( Rectangle rect)
          Returns a new rectangle which represents the union of the receiver and the given rectangle.
 

Uses of Rectangle in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Rectangle
  Rectangle Control. getBounds ()
          Returns a rectangle describing the receiver's size and location relative to its parent (or its display if its parent is null), unless the receiver is a shell.
  Rectangle CoolItem. getBounds ()
          Returns a rectangle describing the receiver's size and location relative to its parent.
  Rectangle Display. getBounds ()
          Returns a rectangle describing the receiver's size and location.
  Rectangle Display. map ( Control from, Control to, Rectangle rectangle)
          Maps a point from one coordinate system to another.
  Rectangle Display. map ( Control from, Control to, int x, int y, int width, int height)
          Maps a point from one coordinate system to another.
  Rectangle Event. getBounds ()
          Gets the bounds.
  Rectangle Group. getClientArea ()
           
  Rectangle Group. computeTrim (int x, int y, int width, int height)
           
  Rectangle Monitor. getBounds ()
          Returns a rectangle describing the receiver's size and location relative to its device.
  Rectangle Monitor. getClientArea ()
          Returns a rectangle which describes the area of the receiver which is capable of displaying data.
  Rectangle Scrollable. getClientArea ()
          Returns a rectangle which describes the area of the receiver which is capable of displaying data (that is, not covered by the "trimmings").
  Rectangle Scrollable. computeTrim (int x, int y, int width, int height)
          Given a desired client area for the receiver (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.
  Rectangle Shell. getClientArea ()
           
  Rectangle Shell. computeTrim (int x, int y, int width, int height)
           
  Rectangle Spinner. computeTrim (int x, int y, int width, int height)
           
  Rectangle TabFolder. getClientArea ()
           
  Rectangle TableItem. getBounds ()
          Returns a rectangle describing the receiver's size and location relative to its parent.
  Rectangle TableItem. getBounds (int index)
          Returns a rectangle describing the receiver's size and location relative to its parent at a column in the table.
  Rectangle TableItem. getImageBounds (int index)
          Returns a rectangle describing the size and location relative to its parent of an image at a column in the table.
  Rectangle TableItem. getTextBounds (int index)
          Returns a rectangle describing the size and location relative to its parent of the text at a column in the table.
  Rectangle Text. computeTrim (int x, int y, int width, int height)
           
  Rectangle ToolItem. getBounds ()
          Returns a rectangle describing the receiver's size and location relative to its parent.
  Rectangle TreeItem. getBounds ()
          Returns a rectangle describing the receiver's size and location relative to its parent.
  Rectangle TreeItem. getBounds (int columnIndex)
          Returns a rectangle describing the receiver's size and location relative to its parent at a column in the tree.
  Rectangle TreeItem. getImageBounds (int columnIndex)
          Returns a rectangle describing the size and location relative to its parent of an image at a column in the tree.
 

Methods in org.eclipse.swt.widgets with parameters of type Rectangle
 void Control. setBounds ( Rectangle bounds)
          Sets the receiver's size and location to the rectangular area specified by the argument.
 void DateTime. setBounds ( Rectangle bounds)
           
  Rectangle Display. map ( Control from, Control to, Rectangle rectangle)
          Maps a point from one coordinate system to another.
 void Event. setBounds ( Rectangle rect)
          Sets the bounds.
 void ToolBar. setBounds ( Rectangle bounds)
           
 


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