Uses of Class
org.eclipse.swt.widgets.Monitor
Packages that use Monitor
Package
Description
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
SWT graphics classes.
SWT widget public API classes.
-
Uses of Monitor in org.eclipse.jface.util
Methods in org.eclipse.jface.util that return MonitorModifier and TypeMethodDescriptionstatic Monitor
Util.getClosestMonitor
(Display toSearch, Point toFind) Returns the monitor whose client area contains the given point. -
Uses of Monitor in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return MonitorModifier and TypeMethodDescriptionMonitorAwarePoint.getMonitor()
Returns the monitor with whose context the instance is created.MonitorAwareRectangle.getMonitor()
Returns the monitor with whose context the instance is created.Constructors in org.eclipse.swt.graphics with parameters of type MonitorModifierConstructorDescriptionMonitorAwarePoint
(int x, int y, Monitor monitor) Constructs a new MonitorAwarePointMonitorAwareRectangle
(int x, int y, int width, int height, Monitor monitor) Constructs a new MonitorAwareRectangle -
Uses of Monitor in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return MonitorModifier and TypeMethodDescriptionControl.getMonitor()
Returns the receiver's monitor.Monitor[]
Display.getMonitors()
Returns an array of monitors attached to the device.Display.getPrimaryMonitor()
Returns the primary monitor for that device.