Class RosterGroupsPanel.TreeWillExpandListener

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void treeWillCollapse​(javax.swing.event.TreeExpansionEvent e)  
      void treeWillExpand​(javax.swing.event.TreeExpansionEvent e)  
      • Methods inherited from class java.lang.Object

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

      • treeWillExpand

        public void treeWillExpand​(javax.swing.event.TreeExpansionEvent e)
                            throws javax.swing.tree.ExpandVetoException
        Specified by:
        treeWillExpand in interface javax.swing.event.TreeWillExpandListener
        Throws:
        javax.swing.tree.ExpandVetoException
      • treeWillCollapse

        public void treeWillCollapse​(javax.swing.event.TreeExpansionEvent e)
                              throws javax.swing.tree.ExpandVetoException
        Specified by:
        treeWillCollapse in interface javax.swing.event.TreeWillExpandListener
        Throws:
        javax.swing.tree.ExpandVetoException