Examples of StructureViewModelBase


Examples of com.intellij.ide.structureView.StructureViewModelBase

        PsiElement root = PsiTreeUtil.getChildOfType(psiFile, GherkinFeature.class);
        if (root == null) {
          root = psiFile;
        }
        return
          new StructureViewModelBase(psiFile, editor, new GherkinStructureViewElement(root))
               .withSuitableClasses(GherkinFile.class, GherkinFeature.class, GherkinStepsHolder.class, GherkinStep.class);
      }
    };
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.