|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Display | |
org.eclipse.ercp.swt.mobile | This package contains classes which are suitable for mobile devices. |
org.eclipse.swt.dnd | SWT Drag and Drop support. |
org.eclipse.swt.events | SWT typed listener support. |
org.eclipse.swt.widgets | Optional Expanded eSWT Widgets |
Uses of Display in org.eclipse.ercp.swt.mobile |
Constructors in org.eclipse.ercp.swt.mobile with parameters of type Display | |
MobileShell(Display display)
Constructs a new instance of this class given only the display to create it on. |
|
MobileShell(Display display,
int style)
Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance. |
|
MobileShell(Display display,
int style,
int statusStyle)
Constructs a new instance of this class given the display to create it on, a style value describing its behavior and appearance, and a status style describing the appearance of a status pane. |
Uses of Display in org.eclipse.swt.dnd |
Constructors in org.eclipse.swt.dnd with parameters of type Display | |
Clipboard(Display display)
Constructs a new instance of this class. |
Uses of Display in org.eclipse.swt.events |
Fields in org.eclipse.swt.events declared as Display | |
Display |
TypedEvent.display
the display where the event occurred |
Uses of Display in org.eclipse.swt.widgets |
Fields in org.eclipse.swt.widgets declared as Display | |
Display |
Event.display
the display where the event occurred |
Methods in org.eclipse.swt.widgets that return Display | |
Display |
Widget.getDisplay()
Returns the Display that is associated with
the receiver. |
static Display |
Display.findDisplay(java.lang.Thread thread)
Returns the display which the given thread is the user-interface thread for, or null if the given thread is not a user-interface thread for any display. |
static Display |
Display.getCurrent()
Returns the display which the currently running thread is the user-interface thread for, or null if the currently running thread is not a user-interface thread for any display. |
static Display |
Display.getDefault()
Returns the default display. |
Constructors in org.eclipse.swt.widgets with parameters of type Display | |
Shell(Display display)
Constructs a new instance of this class given only the display to create it on. |
|
Shell(Display display,
int style)
Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance. |
|
Synchronizer(Display display)
Constructs a new instance of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |