Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Different Display objects(Different ways of getting Display object.)
Different Display objects [message #989664] Fri, 07 December 2012 08:55
Rahul Yadav is currently offline Rahul YadavFriend
Messages: 65
Registered: July 2009
Member
Hi Guys,

What is the difference between follwoing 3 ways of getting Display object.

1. Display display = PlatformUI.createDisplay();

2. Display display = Display.getDefault();

3. IWorkbench workbench = PlatformUI.getWorkbench();
Display workbenchDisplay = workbench.getDisplay();


Thanks & Regards,
Rahul
Previous Topic:Eclipse Jobs and Threads
Next Topic:Executing BG process in UI thead.
Goto Forum:
  


Current Time: Wed Apr 24 18:45:20 GMT 2024

Powered by FUDForum. Page generated in 0.10846 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top