RSE
Release 1.0

Uses of Class
org.eclipse.rse.ui.SystemSortableSelection

Packages that use SystemSortableSelection
org.eclipse.rse.ui   
 

Uses of SystemSortableSelection in org.eclipse.rse.ui
 

Methods in org.eclipse.rse.ui that return SystemSortableSelection
static SystemSortableSelection[] SystemSortableSelection.makeSortableArray(IStructuredSelection selection)
          Convert structured selection into an array of these objects.
 

Methods in org.eclipse.rse.ui with parameters of type SystemSortableSelection
static void SystemSortableSelection.sortArray(SystemSortableSelection[] sortableArray)
          IF YOU HAVE CALLED SETPOSITION ON EACH ITEM IN THE GIVEN ARRAY, THIS WILL SORT THAT ARRAY BY THE POSITION
static Object[] SystemSortableSelection.getSortedObjects(SystemSortableSelection[] sortedArray, Object[] outputArray)
          IF YOU HAVE CALLED SETPOSITION ON EACH ITEM IN THE GIVEN ARRAY, AND CALLED SORTARRAY, THIS CONVERTS INTO A SORTED ARRAY THAT JUST HAS THE ORIGINAL OBJECTS IN IT FROM THE SELECTION LIST.
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.