Examples of GemFormSorter


Examples of org.openquark.cal.services.GemFormSorter

     * Starting from the currently selected node, we sort the currently selected node's
     * children according to its form (Data Constructor, Supercombinator, Class Method, ...)
     * @param treeNode the node below which all entities will be sorted.
     */
    public void sortByForm(BrowserTreeNode treeNode) {
        sortByX(treeNode, new GemFormSorter());
    }
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.