Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How do I execute a Command from the performFinish() method of a Wizard
How do I execute a Command from the performFinish() method of a Wizard [message #257893] Mon, 09 June 2008 14:01
Eclipse UserFriend
Originally posted by: breadlord.gmail.com

I'm running a wizard in my eclipse RCP app, and, wanting it to conform
to the current specification, I want to run a Command when it finishes,
instead of jamming all of the completion code in the Wizard itself.
Since a Wizard doesn't appear to inherit from WorkbenchPart, the
standard examples of "get a HandlerService using the getPart() method"
isn't going to work.

So how do I run my Command, bearing in mind that what's calling it isn't
going to be a WorkbenchPart?

Tom
Previous Topic:custom build.xml lost after exporting plugin
Next Topic:Can't override invalid -vm argument for eclipse startup on OS X
Goto Forum:
  


Current Time: Wed Sep 18 18:01:13 GMT 2024

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

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

Back to the top