public XBayaMenuItem(XBayaEngine engine, XBayaToolBar toolBar) {
this.engine = engine;
this.toolBar=toolBar;
this.graphFiler = new WorkflowFiler(engine);
this.jythonFiler = new JythonFiler(engine);
this.imageFiler = new ImageFiler(engine);
this.bpelFiler = new BPELFiler(engine);
// this.scuflFiler = new ScuflFiler(engine);
// this.odeDeploymentDescription = new ODEDeploymentDescriptor();