Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Communication between command handlers in the same plugin
Communication between command handlers in the same plugin [message #668066] Tue, 03 May 2011 15:12
uldariel  is currently offline uldariel Friend
Messages: 1
Registered: April 2011
Junior Member
Hi:

I am trying to develop a Eclipse Plugin which provides support fort partial types. The menu consists in just 2 commands; one command creates a FileDialog to make the user give the partial types .jars and the other starts the compilation of those partial types.

I don´t know how I can access the routes given by the user with the first command handler from the second command handler and I don´t know how can I exactly look for this information. I just can find information about communication between two different plugins

I am trying to mess up with AbstractSourceProvider class but I think that´s not exactly what I need and I find it a bit hard for what I need.

Thanks in advance to all suggestions

[Updated on: Tue, 03 May 2011 15:12]

Report message to a moderator

Previous Topic:Automating Javadoc generation
Next Topic:Eclipse crashes
Goto Forum:
  


Current Time: Tue Mar 19 05:52:39 GMT 2024

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

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

Back to the top