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 MonitorUtil.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()Deprecated, for removal: This API element is subject to removal in a future version.Returns the monitor with whose context the instance is created.MonitorAwareRectangle.getMonitor()Deprecated, for removal: This API element is subject to removal in a future version.Returns the monitor with whose context the instance is created.Point.WithMonitor.getMonitor()Returns the monitor with whose context the instance is created.Rectangle.WithMonitor.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) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new MonitorAwarePointMonitorAwareRectangle(int x, int y, int width, int height, Monitor monitor) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new MonitorAwareRectangleWithMonitor(int x, int y, Monitor monitor) Constructs a new Point.WithMonitorWithMonitor(int x, int y, int width, int height, Monitor monitor) Constructs a new Rectangle.WithMonitor -
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.