How to Hide Eclipse editor while doing back ground processing -


how hide eclipse editor while doing ground processing, means how working pro-grammatically on eclipse editor without showing end-user.

i working on uml diagram. activity diagram gets jumbled on editor when making pro-grammatically, call 'arrange selection' action arrange activity, works properly. need save images of uml diagrams on fly running background processing; editor should not opened user 'arrange selection' code requires editor opened & diagram elements should selected e.g.

org.eclipse.gmf.runtime.diagram.ui.actions.internal.arrangeaction.createarrangeselectionaction(iworkbenchpage workbenchpage) 

how can achieve this.

please tell if possible??

thanks in advance

kishore

you can run background jobs in eclipse ide.

in eclipse help, see platform plug-in developer guide > programmer's guide > runtime overview > concurrency infrastructure explanation , examples on how create eclipse background jobs.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -