Uses of Class
edu.umd.cs.findbugs.gui2.Sortables
-
Packages that use Sortables Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of Sortables in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as Sortables Modifier and Type Field Description private static Sortables[]
GUISaveState. DEFAULT_COLUMN_HEADERS
private Sortables
FilterMatcher. filterBy
Deprecated.Sortables
BugAspects.SortableValue. key
(package private) Sortables
SortableStringComparator. mySortable
(package private) Sortables
SorterDialog.SortableCheckBox. sortable
private Sortables[]
GUISaveState. sortColumns
Fields in edu.umd.cs.findbugs.gui2 with type parameters of type Sortables Modifier and Type Field Description private java.util.List<Sortables>
FilterFromBugPicker. availableSortables
private java.util.HashMap<javax.swing.JCheckBox,Sortables>
FilterFromBugPicker. map
private java.util.ArrayList<Sortables>
SorterTableColumnModel. order
private java.util.Set<Sortables>
SorterTableColumnModel. shown
private java.util.HashMap<Sortables,java.lang.String[]>
BugSet. sortablesToStrings
Methods in edu.umd.cs.findbugs.gui2 that return Sortables Modifier and Type Method Description Sortables[]
MainFrame. getAvailableSortables()
Sortables[]
MainFrameTree. getAvailableSortables()
(package private) Sortables
FilterMatcher. getFilterBy()
Deprecated.(package private) Sortables
StackedFilterMatcher. getFilterBy()
Deprecated.static Sortables
Sortables. getSortableByPrettyName(java.lang.String name)
(package private) Sortables[]
MainFrameTree. sortables()
static Sortables
Sortables. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Sortables[]
Sortables. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.gui2 that return types with arguments of type Sortables Modifier and Type Method Description (package private) java.util.ArrayList<Sortables>
SorterTableColumnModel. getOrder()
(package private) java.util.List<Sortables>
SorterTableColumnModel. getOrderAfterDivider()
(package private) java.util.List<Sortables>
SorterTableColumnModel. getOrderBeforeDivider()
Methods in edu.umd.cs.findbugs.gui2 with parameters of type Sortables Modifier and Type Method Description static boolean
FilterFactory. canFilter(Sortables s)
(package private) java.lang.String[]
BugSet. computeDistinctValues(Sortables key)
java.lang.String[]
BugSet. getAll(Sortables s)
Gets all the string values out of the bugs in the set(package private) java.lang.String[]
BugSet. getDistinctValues(Sortables key)
boolean
SorterTableColumnModel. isShown(Sortables s)
private static Matcher
FilterFactory. makeMatcher(Sortables s, BugInstance bug)
private javax.swing.table.TableColumn
SorterTableColumnModel. makeTableColumn(int x, Sortables c)
void
SorterTableColumnModel. setVisible(Sortables s, boolean on)
Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type Sortables Modifier and Type Method Description static Matcher
FilterFactory. makeMatcher(java.util.Collection<Sortables> sortables, BugInstance bug)
Constructors in edu.umd.cs.findbugs.gui2 with parameters of type Sortables Constructor Description DeadBugFilter(Sortables filterBy, java.lang.String value, FilterMatcher.FilterWhere mode)
FilterMatcher(Sortables filterBy, java.lang.String value)
Deprecated.FilterMatcher(Sortables filterBy, java.lang.String value, FilterMatcher.FilterWhere mode)
Deprecated.SortableCheckBox(Sortables s)
SortableStringComparator(Sortables theSortable)
SortableValue(Sortables key, java.lang.String value)
SorterTableColumnModel(Sortables[] columnHeaders)
Constructor parameters in edu.umd.cs.findbugs.gui2 with type arguments of type Sortables Constructor Description FilterFromBugPicker(BugInstance bug, java.util.List<Sortables> availableSortables)
SorterTableColumnModel(java.util.Collection<Sortables> columnHeaders)
-