List of usage examples for org.eclipse.jface.viewers ViewerComparator subclass-usage
From source file org.eclipse.m2m.atl.profiler.ui.profilingdatatable.TotalInstructionComparator.java
/**
* A comparator for instructions.
*
* @author <a href="mailto:arnaud.giuliani@c-s.fr">Arnaud Giuliani</a>
* @author <a href="mailto:thierry.fortin@obeo.fr">Thierry Fortin</a>
*/
From source file org.eclipse.m2m.internal.qvt.oml.editor.ui.quickoutline.OutlineSorter.java
public class OutlineSorter extends ViewerComparator { private final LexicalSortingAction myLexicalSortingAction; public OutlineSorter(QvtOutlineInformationControl qvtOutlineInformationControl) { myLexicalSortingAction = qvtOutlineInformationControl.getLexicalSortingAction(); }
From source file org.eclipse.mylyn.internal.commons.repositories.ui.wizards.NewWizardCollectionComparator.java
/** * A Viewer element sorter that sorts Elements by their name attribute. Note that capitalization differences are not * considered by this sorter, so a < B < c. NOTE one exception to the above: an element with the system's reserved name * for base Wizards will always be sorted such that it will ultimately be placed at the beginning of the sorted result. */ @SuppressWarnings("restriction")
From source file org.eclipse.mylyn.internal.commons.ui.team.wizards.NewWizardCollectionComparator.java
/** * A Viewer element sorter that sorts Elements by their name attribute. Note that capitalization differences are not * considered by this sorter, so a < B < c. NOTE one exception to the above: an element with the system's reserved name * for base Wizards will always be sorted such that it will ultimately be placed at the beginning of the sorted result. */ class NewWizardCollectionComparator extends ViewerComparator {
From source file org.eclipse.mylyn.reviews.r4e.ui.internal.sorters.DateComparator.java
/**
* This class extends the default viewer comparator to compare two elements based on their creation date
*
* @author Sebastien Dubois
* @version $Revision: 1.0 $
*/
From source file org.eclipse.mylyn.reviews.r4e.ui.internal.sorters.LinePositionComparator.java
/**
* This class extends the default viewer comparator to compare the TextPosition elements and sort them incrementally by
* their occurence in a Text file
*
* @author Sebastien Dubois
* @version $Revision: 1.0 $
From source file org.eclipse.mylyn.reviews.r4e.ui.internal.sorters.NavigatorElementComparator.java
/**
* This class extends the default viewer comparator to compare two string and removing the first "> " sequence of
* charaters before the comparison
*
* @author Sebastien Dubois
* @version $Revision: 1.0 $
From source file org.eclipse.mylyn.reviews.r4e.ui.internal.sorters.TreeTableComparator.java
/** * @author Sebastien Dubois * @version $Revision: 1.0 $ */ public class TreeTableComparator extends ViewerComparator {
From source file org.eclipse.nebula.widgets.xviewer.util.internal.StringNameComparator.java
/** * @author Donald G. Dunne */ public class StringNameComparator extends ViewerComparator { public StringNameComparator() {
From source file org.eclipse.pde.internal.ui.views.dependencies.DependenciesViewComparator.java
public class DependenciesViewComparator extends ViewerComparator { private static DependenciesViewComparator fComparator = null; private DependenciesViewComparator() { super();