The Artima Developer Community
Sponsored Link

Agile Buzz Forum
How to access the default Eclipse SWT Shell

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Benjamin Booth

Posts: 238
Nickname: benthere
Registered: Feb, 2005

Benjamin Booth is software architect, programmer, web developer and entreprenuer.
How to access the default Eclipse SWT Shell Posted: Feb 12, 2005 11:14 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Benjamin Booth.
Original Post: How to access the default Eclipse SWT Shell
Feed Title: Table or Booth
Feed URL: http://benjaminbooth.typepad.com/tableorbooth/index.rdf
Feed Description: Software choices and a little on the aftermath.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Benjamin Booth
Latest Posts From Table or Booth

Advertisement
Eclipse dialogs (MessageDialog, MessageDialogWithToggle, ...) require the SWT org.eclipse.swt.widgets.Shell class to show themselves.  Occasionally I forget how to get the default Shell.  Maybe Google will start returning this tip.  Here's how to do it:PlatformUI.getWorkbench().                getActiveWorkbenchWindow().getShell();...

Read: How to access the default Eclipse SWT Shell

Topic: Evolution continues Previous Topic   Next Topic Topic: Who's reading the site

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use