Package info.textgrid.lab.noteeditor.factories

Examples of info.textgrid.lab.noteeditor.factories.TreePartFactory


      super(viewer);
    }

    protected void configureOutlineViewer() {
      getViewer().setEditDomain(getEditDomain());
      getViewer().setEditPartFactory(new TreePartFactory());
      ContextMenuProvider provider = new MusicContextMenuProvider(
          getViewer(), getActionRegistry());
      getViewer().setContextMenu(provider);
      getSite().registerContextMenu(
          "info.textgrid.lab.noteeditor.outline.contextmenu", //$NON-NLS-1$
View Full Code Here

TOP

Related Classes of info.textgrid.lab.noteeditor.factories.TreePartFactory

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.