Package org.locationtech.udig.issues.internal.view

Examples of org.locationtech.udig.issues.internal.view.IssuesSorter


   
    /**
     * Resets the sorting strategy to be the default.  It sorts on the column that is clicked on (header is clicked on).
     */
    public void setDefaultViewSorter( ){
        setIssuesViewSorter(new IssuesSorter());
    }
View Full Code Here

TOP

Related Classes of org.locationtech.udig.issues.internal.view.IssuesSorter

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.