Class MutableModelSynchronizer<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.intellij.ui.tree.StructureTreeModel treeModel  
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableModelSynchronizer​(com.intellij.ui.tree.StructureTreeModel treeModel, com.intellij.ide.util.treeView.AbstractTreeStructure structure, MutableModel<T> mutableModel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.swing.tree.TreePath getTreePath​(T element)  
      protected boolean isRootNode​(T element)  
      void onAdded​(T element)  
      void onModified​(T element)  
      void onRemoved​(T element)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • treeModel

        protected final com.intellij.ui.tree.StructureTreeModel treeModel
    • Constructor Detail

      • MutableModelSynchronizer

        public MutableModelSynchronizer​(com.intellij.ui.tree.StructureTreeModel treeModel,
                                        com.intellij.ide.util.treeView.AbstractTreeStructure structure,
                                        MutableModel<T> mutableModel)