Class TreeDoubleClickListener


  • public abstract class TreeDoubleClickListener
    extends com.intellij.ui.DoubleClickListener
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.intellij.ui.ClickListener

        com.intellij.ui.ClickListener.SyntheticClickEvent
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean onDoubleClick​(java.awt.event.MouseEvent event)  
      protected abstract void processDoubleClick​(@NotNull javax.swing.tree.TreePath treePath)  
      • Methods inherited from class com.intellij.ui.DoubleClickListener

        onClick
      • Methods inherited from class com.intellij.ui.ClickListener

        installOn, installOn, uninstall
      • Methods inherited from class java.lang.Object

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

      • TreeDoubleClickListener

        public TreeDoubleClickListener​(javax.swing.JTree tree)
    • Method Detail

      • onDoubleClick

        protected boolean onDoubleClick​(java.awt.event.MouseEvent event)
        Specified by:
        onDoubleClick in class com.intellij.ui.DoubleClickListener
      • processDoubleClick

        protected abstract void processDoubleClick​(@NotNull
                                                   @NotNull javax.swing.tree.TreePath treePath)