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

Packages that use Point
org.eclipse.rwt.graphics   
org.eclipse.swt.custom   
org.eclipse.swt.graphics   
org.eclipse.swt.layout   
org.eclipse.swt.widgets   
 

Uses of Point in org.eclipse.rwt.graphics
 

Methods in org.eclipse.rwt.graphics that return Point
static  Point Graphics. textExtent ( Font font, String string, int wrapWidth)
          Returns the extent of the given string.
static  Point Graphics. stringExtent ( Font font, String string)
          Returns the extent of the given string.
 

Uses of Point in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return Point
  Point CBanner. getRightMinimumSize ()
          Returns the minimum size of the control that appears on the right of the banner.
  Point CCombo. getSelection ()
          Returns a Point whose x coordinate is the start of the selection in the receiver's text field, and whose y coordinate is the end of the selection.
  Point CCombo. computeSize (int wHint, int hHint, boolean changed)
           
  Point CLabel. computeSize (int wHint, int hHint, boolean changed)
           
  Point ScrolledComposite. getOrigin ()
          Return the point in the content that currently appears in the top left corner of the scrolled composite.
protected   Point StackLayout. computeSize ( Composite composite, int wHint, int hHint, boolean flushCache)
           
 

Methods in org.eclipse.swt.custom with parameters of type Point
 void CBanner. setRightMinimumSize ( Point size)
          Set the minimum height of the control that appears on the right side of the banner.
 void CCombo. setSelection ( Point selection)
          Sets the selection in the receiver's text field to the range specified by the argument whose x coordinate is the start of the selection and whose y coordinate is the end of the selection.
  CTabItem CTabFolder. getItem ( Point pt)
          Gets the item at a point in the widget.
 void ScrolledComposite. setOrigin ( Point origin)
          Scrolls the content so that the specified point in the content is in the top left corner.
 void ScrolledComposite. setMinSize ( Point size)
          Specify the minimum width and height at which the ScrolledComposite will begin scrolling the content with the horizontal scroll bar.
 

Uses of Point in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics with parameters of type Point
 boolean Rectangle. contains ( Point pt)
          Returns true if the given point is inside the area specified by the receiver, and false otherwise.
 

Uses of Point in org.eclipse.swt.layout
 

Methods in org.eclipse.swt.layout that return Point
protected   Point FillLayout. computeSize ( Composite composite, int wHint, int hHint, boolean flushCache)
           
protected   Point FormLayout. computeSize ( Composite composite, int wHint, int hHint, boolean flushCache)
           
protected   Point GridLayout. computeSize ( Composite composite, int wHint, int hHint, boolean flushCache)
           
protected   Point RowLayout. computeSize ( Composite composite, int wHint, int hHint, boolean flushCache)
           
 

Constructors in org.eclipse.swt.layout with parameters of type Point
RowData ( Point point)
          Constructs a new instance of RowData according to the parameter.
 

Uses of Point in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Point
  Point Button. computeSize (int wHint, int hHint, boolean changed)
           
  Point Combo. computeSize (int wHint, int hHint, boolean changed)
           
  Point Composite. computeSize (int wHint, int hHint, boolean changed)
           
  Point Control. getLocation ()
          Returns a point describing the receiver's location relative to its parent (or its display if its parent is null), unless the receiver is a shell.
  Point Control. getSize ()
          Returns a point describing the receiver's size.
  Point Control. computeSize (int wHint, int hHint)
          Returns the preferred size of the receiver.
  Point Control. computeSize (int wHint, int hHint, boolean changed)
          Returns the preferred size of the receiver.
  Point Control. toControl (int x, int y)
          Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
  Point Control. toControl ( Point point)
          Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
  Point Control. toDisplay (int x, int y)
          Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
  Point Control. toDisplay ( Point point)
          Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
  Point CoolBar. computeSize (int wHint, int hHint, boolean changed)
           
  Point[] CoolBar. getItemSizes ()
          Returns an array of points whose x and y coordinates describe the widths and heights (respectively) of the items in the receiver in the order in which they are currently being displayed.
  Point CoolItem. computeSize (int wHint, int hHint)
          Returns the preferred size of the receiver.
  Point CoolItem. getMinimumSize ()
          Returns the minimum size that the cool item can be resized to using the cool item's gripper.
  Point CoolItem. getPreferredSize ()
          Returns a point describing the receiver's ideal size.
  Point CoolItem. getSize ()
          Returns a point describing the receiver's size.
  Point DateTime. computeSize (int wHint, int hHint, boolean changed)
           
  Point Display. map ( Control from, Control to, Point point)
          Maps a point from one coordinate system to another.
  Point Display. map ( Control from, Control to, int x, int y)
          Maps a point from one coordinate system to another.
  Point ExpandBar. computeSize (int wHint, int hHint, boolean changed)
           
  Point Group. computeSize (int wHint, int hHint, boolean changed)
           
  Point Label. computeSize (int wHint, int hHint, boolean changed)
           
protected abstract   Point Layout. computeSize ( Composite composite, int wHint, int hHint, boolean flushCache)
          Computes and returns the size of the specified composite's client area according to this layout.
  Point Link. computeSize (int wHint, int hHint, boolean changed)
           
  Point List. computeSize (int wHint, int hHint, boolean changed)
           
  Point ProgressBar. computeSize (int wHint, int hHint, boolean changed)
           
  Point Sash. computeSize (int wHint, int hHint, boolean changed)
           
  Point Scale. computeSize (int wHint, int hHint, boolean changed)
           
  Point ScrollBar. getSize ()
          Returns a point describing the receiver's size.
  Point Slider. computeSize (int wHint, int hHint, boolean changed)
           
  Point Spinner. computeSize (int wHint, int hHint, boolean changed)
           
  Point TabFolder. computeSize (int wHint, int hHint, boolean changed)
           
  Point Table. computeSize (int wHint, int hHint, boolean changed)
           
  Point Text. getSelection ()
          Returns a Point whose x coordinate is the character position representing the start of the selected text, and whose y coordinate is the character position representing the end of the selection.
  Point Text. computeSize (int wHint, int hHint, boolean changed)
           
  Point ToolBar. computeSize (int wHint, int hHint, boolean changed)
           
  Point Tree. computeSize (int wHint, int hHint, boolean changed)
           
 

Methods in org.eclipse.swt.widgets with parameters of type Point
 void Control. setLocation ( Point location)
          Sets the receiver's location to the point specified by the arguments which are relative to the receiver's parent (or its display if its parent is null), unless the receiver is a shell.
 void Control. setSize ( Point size)
          Sets the receiver's size to the point specified by the argument.
  Point Control. toControl ( Point point)
          Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
  Point Control. toDisplay ( Point point)
          Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
 void CoolBar. setItemLayout (int[] itemOrder, int[] wrapIndices, Point[] sizes)
          Sets the receiver's item order, wrap indices, and item sizes all at once.
 void CoolItem. setMinimumSize ( Point size)
          Sets the minimum size that the cool item can be resized to using the cool item's gripper, to the point specified by the argument.
 void CoolItem. setPreferredSize ( Point size)
          Sets the receiver's ideal size to the point specified by the argument.
 void CoolItem. setSize ( Point size)
          Sets the receiver's size to the point specified by the argument.
  Point Display. map ( Control from, Control to, Point point)
          Maps a point from one coordinate system to another.
 void Menu. setLocation ( Point location)
          Sets the location of the receiver, which must be a popup, to the point specified by the argument which is relative to the display.
  TableItem Table. getItem ( Point point)
          Returns the item at the given point in the receiver or null if no such item exists.
 void Text. setSelection ( Point selection)
          Sets the selection to the range specified by the given point, where the x coordinate represents the start index and the y coordinate represents the end index.
  TreeItem Tree. getItem ( Point point)
          Returns the item at the given point in the receiver or null if no such item exists.
 


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