List of usage examples for org.eclipse.jface.viewers ViewerComparator subclass-usage
From source file org.fornax.cartridges.sculptor.framework.richclient.table.ColumnViewerSorter.java
/** * A sorter class for sorting ViewerColumns * */ public abstract class ColumnViewerSorter extends ViewerComparator { public static final int ASC = 1;
From source file org.fusesource.ide.jvmmonitor.internal.ui.properties.cpu.HotSpotsComparator.java
/** * The hot spots comparator. */ public class HotSpotsComparator extends ViewerComparator { /** The column type. */
From source file org.fusesource.ide.jvmmonitor.internal.ui.properties.mbean.NotificationComparator.java
/** * The notification comparator. */ public class NotificationComparator extends ViewerComparator { /** the sort direction */
From source file org.fusesource.ide.jvmmonitor.internal.ui.properties.memory.HeapComparator.java
/** * The heap comparator. */ public class HeapComparator extends ViewerComparator { /** the sort direction */
From source file org.fusesource.ide.jvmmonitor.internal.ui.properties.thread.ThreadComparator.java
/** * The thread comparator. */ public class ThreadComparator extends ViewerComparator { /** the sort direction */
From source file org.gluster.storage.management.console.utils.TableViewerComparator.java
/** * Comparator for sorting contents of a table viewer */ public class TableViewerComparator extends ViewerComparator { private int column = -1; private static final int ASCENDING = 0;
From source file org.jboss.tools.deltacloud.ui.views.cloudelements.TableViewerColumnComparator.java
/**
* A viewer comparator that compares labels in a column of a table.<br>
* This implementation was extracted out of the former Image- and
* InstanceComparator which were mostly identical.
*
* @see ViewerComparator
From source file org.jboss.tools.jmx.jvmmonitor.internal.ui.properties.cpu.HotSpotsComparator.java
/** * The hot spots comparator. */ public class HotSpotsComparator extends ViewerComparator { /** The column type. */
From source file org.jboss.tools.jmx.jvmmonitor.internal.ui.properties.mbean.NotificationComparator.java
/** * The notification comparator. */ public class NotificationComparator extends ViewerComparator { /** the sort direction */
From source file org.jboss.tools.jmx.jvmmonitor.internal.ui.properties.memory.HeapComparator.java
/** * The heap comparator. */ public class HeapComparator extends ViewerComparator { /** the sort direction */