Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to Hide Eclipse editor while doing back ground processing(How to Hide Eclipse editor while doing back ground processing)
icon13.gif  How to Hide Eclipse editor while doing back ground processing [message #664859] Tue, 12 April 2011 10:23
Kishore Kushwaha is currently offline Kishore KushwahaFriend
Messages: 36
Registered: July 2009
Location: Lucknow, India
Member

Hi All,

How to Hide Eclipse editor while doing back ground processing Confused , means How to do some working pro-grammatically on Eclipse editor without showing it to end-user.

I am working on UML diagram. Activity Diagram gets jumbled on editor when making pro-grammatically, Then I call 'Arrange Selection' action to arrange Activity, it works properly. Now I need to save the images of all UML diagrams on the fly but running as a background processing; editor should not be opened to the user but 'Arrange Selection' code requires editor to be opened & diagram elements should be selected e.g.

org.eclipse.gmf.runtime.diagram.ui.actions.internal.ArrangeAction.createArrangeSelectionAction(IWorkbenchPage workbenchPage)


How can I achieve this.
Please tell if this is possible??

Thanks in advance

Kishore


Regards,
Kishore

[Updated on: Wed, 13 April 2011 04:51]

Report message to a moderator

Previous Topic:Howto implement hierarchy in preferences window
Next Topic:RCP + Webstart
Goto Forum:
  


Current Time: Sat Apr 20 01:24:32 GMT 2024

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

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

Back to the top