Package org.fusesource.ide.camel.editor.outline.tree

Examples of org.fusesource.ide.camel.editor.outline.tree.RouteTreeEditPartFactory


   *             if editor is null
   */
  public RiderOutlinePage(RiderDesignEditor editor) {
    super(new TreeViewer());
    this.editor = editor;
    this.editPartFactory = new RouteTreeEditPartFactory(this);
    this.editor.addModelChangeListener(this);
  }
View Full Code Here

TOP

Related Classes of org.fusesource.ide.camel.editor.outline.tree.RouteTreeEditPartFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.