Package jimm.datavision.gui

Examples of jimm.datavision.gui.GroupWinListItem.sortsAscending()


    while (fromIter.hasNext()) {
  GroupWinListItem fromItem = (GroupWinListItem)fromIter.next();
  GroupWinListItem toItem = (GroupWinListItem)toIter.next();
  if (fromItem.getGroup() != toItem.getGroup())
      return DRASTIC_CHANGE;
  if (fromItem.sortsAscending() != toItem.sortsAscending())
      change = ONLY_SORTING_CHANGE;
    }
    return change;    // Either NO_CHANGE or ONLY_SORTING_CHANGE
}
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.