Uses of Class
org.eclipse.swt.widgets.Monitor
Packages that use Monitor
Package
Description
SWT graphics classes.
SWT widget public API classes.
-
Uses of Monitor in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as MonitorModifier and TypeFieldDescriptionprivate final MonitorPoint.WithMonitor.monitorprivate final MonitorRectangle.WithMonitor.monitorMethods in org.eclipse.swt.graphics that return MonitorModifier and TypeMethodDescriptionPoint.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 MonitorModifierConstructorDescriptionprivateWithMonitor(float x, float y, Monitor monitor) WithMonitor(int x, int y, Monitor monitor) Constructs a new Point.WithMonitorprivateWithMonitor(float x, float y, float width, float height, Monitor monitor) WithMonitor(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.