Package entagged.tageditor.tools.renaming.data

Examples of entagged.tageditor.tools.renaming.data.DirectoryPruneStructure$DeepLevelSorter


   * the renaming.
   *
   * @see java.lang.Runnable#run()
   */
  public void run() {
    this.pruneStruct = new DirectoryPruneStructure();
    // Tell the pruning, that the parents of the selection are not to be
    // deleted.
    File[] selection = renameConfig.getSelection();
    for (int i = 0; i < selection.length; i++) {
      if (selection[i].getParent() != null)
View Full Code Here

TOP

Related Classes of entagged.tageditor.tools.renaming.data.DirectoryPruneStructure$DeepLevelSorter

Copyright © 2018 www.massapicom. 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.