Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

Uses of Class
org.eclipse.swt.widgets.Display

Packages that use Display
org.eclipse.rwt.lifecycle   
org.eclipse.swt.custom   
org.eclipse.swt.events   
org.eclipse.swt.widgets   
 

Uses of Display in org.eclipse.rwt.lifecycle
 

Methods in org.eclipse.rwt.lifecycle with parameters of type Display
static void UICallBack. runNonUIThreadWithFakeContext ( Display display, Runnable runnable)
          Sometimes a background thread needs to access values that are stored in the session object that started the thread.
 

Uses of Display in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type Display
static void BusyIndicator. showWhile ( Display display, Runnable runnable)
          Runs the given Runnable while providing busy feedback using this busy indicator.
 

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
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.
  Display Widget. getDisplay ()
          Returns the Display that is associated with the receiver.
 

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.
 


Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire