Class UnselectNodeController

java.lang.Object
introspector.controller.UnselectNodeController

public class UnselectNodeController extends Object
This controller implements a mechanism to unselect a node in a tree view.
  • Constructor Details

    • UnselectNodeController

      public UnselectNodeController()
  • Method Details

    • unselectNode

      public void unselectNode(JTree tree)
      Unselects the selected node in a tree view.
      Parameters:
      tree - the JTree to be unselected