Package introspector.controller
Class UnselectNodeController
java.lang.Object
introspector.controller.UnselectNodeController
This controller implements a mechanism to unselect a node in a tree view.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidunselectNode(JTree tree) Unselects the selected node in a tree view.
-
Constructor Details
-
UnselectNodeController
public UnselectNodeController()
-
-
Method Details
-
unselectNode
Unselects the selected node in a tree view.- Parameters:
tree- the JTree to be unselected
-