Package nz.govt.natlib.meta.ui.tree

Examples of nz.govt.natlib.meta.ui.tree.RootNode.clear()


  protected void removeAllNodes() {
    LogManager.getInstance().logMessage(LogMessage.WORTHLESS_CHATTER,
        "Removing ALL files");
    RootNode root = (RootNode) fileList.getRoot();
    root.clear();
    resetStatus();
  }

  protected void removeSelected() {
    TreePath[] selected = fileTree.getSelectionPaths();
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.