Uses of Class
org.eclipse.swt.widgets.Monitor
-
Packages that use Monitor Package Description org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.org.eclipse.swt.widgets SWT widget public API classes. -
-
Uses of Monitor in org.eclipse.jface.util
Methods in org.eclipse.jface.util that return Monitor Modifier and Type Method Description static 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 Monitor Modifier and Type Method Description Monitor
Control. getMonitor()
Returns the receiver's monitor.Monitor[]
Display. getMonitors()
Returns an array of monitors attached to the device.Monitor
Display. getPrimaryMonitor()
Returns the primary monitor for that device.
-