Package org.eclipse.swt.widgets
Class Monitor
java.lang.Object
org.eclipse.swt.widgets.Monitor
Instances of this class are descriptions of monitors.
- Since:
- 1.2
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns a rectangle describing the receiver's size and location relative to its device.Returns a rectangle which describes the area of the receiver which is capable of displaying data.
- 
Method Details- 
getBoundsReturns a rectangle describing the receiver's size and location relative to its device. Note that on multi-monitor systems the origin can be negative.- Returns:
- the receiver's bounding rectangle
 
- 
getClientAreaReturns a rectangle which describes the area of the receiver which is capable of displaying data.- Returns:
- the client area
 
 
-