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
Post a Comment