Package com.ca.directory.jxplorer.tree

Examples of com.ca.directory.jxplorer.tree.SmartTree.collapse()


            // Get the Explore tab tree...
      SmartTree tree = jx.getTree();

            // Get the DN from the HashMap store (get the true row number from the sorter)...
      Object temp = map.get(String.valueOf(sorter.getTrueIndex(selectedRow)));
      tree.collapse();
      tree.readAndExpandDN(new DN(temp.toString()));

            // Flip to the Explore tab...
      jx.getTreeTabPane().setSelectedComponent(jx.getExplorePanel());
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.