Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Using eclipse launch framework and customising Run button action.
Using eclipse launch framework and customising Run button action. [message #329900] Thu, 10 July 2008 05:09 Go to next message
trushna is currently offline trushnaFriend
Messages: 24
Registered: July 2009
Junior Member
I am using eclipse launch framework for my GUI.
I need to customise Run button.
i.e. when i press Run button, i want my code to get executed.
Does anyone know how to achieve this?
Re: Using eclipse launch framework and customising Run button action. [message #329910 is a reply to message #329900] Thu, 10 July 2008 13:34 Go to previous messageGo to next message
Rahul Kamdar is currently offline Rahul KamdarFriend
Messages: 63
Registered: July 2009
Member
Refer to
http://www.eclipse.org/articles/Article-Launch-Framework/lau nch.html

In your class which implements ILaunchConfigurationDelegate specify your
code which will get executed in the "launch" method (this is the code which
is executed when the Run/Debug button is hit)

Rahul

"Trushna" <trushna.kholgade@amdocs.com> wrote in message
news:2f6bcab082e9eb9fc2201e25de31744c$1@www.eclipse.org...
>I am using eclipse launch framework for my GUI.
> I need to customise Run button.
> i.e. when i press Run button, i want my code to get executed.
> Does anyone know how to achieve this?
>
Re: Using eclipse launch framework and customising Run button action. [message #329911 is a reply to message #329910] Thu, 10 July 2008 13:41 Go to previous message
trushna is currently offline trushnaFriend
Messages: 24
Registered: July 2009
Junior Member
thx a lot.
Previous Topic:Dynamic submenu
Next Topic:Eclipse 3.4 crashes
Goto Forum:
  


Current Time: Sat Oct 19 16:03:12 GMT 2024

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

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

Back to the top