Package org.rssowl.core.persist

Examples of org.rssowl.core.persist.IFolder.sort()


   */
  public void run(IAction action) {
    List<?> list = fSelection.toList();
    if (!list.isEmpty() && list.get(0) instanceof IFolder) {
      IFolder folder = (IFolder) list.get(0);
      folder.sort();
      DynamicDAO.save(folder);
    }
  }

  /*
 
View Full Code Here


      }
    }

    // Sort by name
    if (archive != null) {
      archive.sort();
      DynamicDAO.save(archive);
    }

    return feedsToReload;
  }
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.