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