Eclipse Platform
Release 3.0

org.eclipse.swt.widgets
Class Monitor

java.lang.Object
  extended byorg.eclipse.swt.widgets.Monitor

public final class Monitor
extends Object

Instances of this class are descriptions of monitors.

Since:
3.0
See Also:
Display

Method Summary
 boolean equals(Object object)
           
 Rectangle getBounds()
          Returns a rectangle describing the receiver's size and location relative to its device.
 Rectangle getClientArea()
          Returns a rectangle which describes the area of the receiver which is capable of displaying data.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object object)

getBounds

public Rectangle getBounds()
Returns a rectangle describing the receiver's size and location relative to its device.

Returns:
the receiver's bounding rectangle

getClientArea

public Rectangle getClientArea()
Returns a rectangle which describes the area of the receiver which is capable of displaying data.

Returns:
the client area

hashCode

public int hashCode()

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.