Class StructureTreeModelFactory

java.lang.Object
com.redhat.devtools.intellij.common.tree.StructureTreeModelFactory

public class StructureTreeModelFactory extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.intellij.ui.tree.StructureTreeModel<com.intellij.ide.util.treeView.AbstractTreeStructure>
    create(com.intellij.ide.util.treeView.AbstractTreeStructure structure, com.intellij.openapi.project.Project project)
    Builds the StructureTreeModel through reflection as StructureTreeModel does not have a stable API.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StructureTreeModelFactory

      public StructureTreeModelFactory()
  • Method Details