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_HEADERSprivate SortablesFilterMatcher. filterByDeprecated.SortablesBugAspects.SortableValue. key(package private) SortablesSortableStringComparator. mySortable(package private) SortablesSorterDialog.SortableCheckBox. sortableprivate Sortables[]GUISaveState. sortColumnsFields in edu.umd.cs.findbugs.gui2 with type parameters of type Sortables Modifier and Type Field Description private java.util.List<Sortables>FilterFromBugPicker. availableSortablesprivate java.util.HashMap<javax.swing.JCheckBox,Sortables>FilterFromBugPicker. mapprivate java.util.ArrayList<Sortables>SorterTableColumnModel. orderprivate java.util.Set<Sortables>SorterTableColumnModel. shownprivate java.util.HashMap<Sortables,java.lang.String[]>BugSet. sortablesToStringsMethods in edu.umd.cs.findbugs.gui2 that return Sortables Modifier and Type Method Description Sortables[]MainFrame. getAvailableSortables()Sortables[]MainFrameTree. getAvailableSortables()(package private) SortablesFilterMatcher. getFilterBy()Deprecated.(package private) SortablesStackedFilterMatcher. getFilterBy()Deprecated.static SortablesSortables. getSortableByPrettyName(java.lang.String name)(package private) Sortables[]MainFrameTree. sortables()static SortablesSortables. 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 booleanFilterFactory. 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)booleanSorterTableColumnModel. isShown(Sortables s)private static MatcherFilterFactory. makeMatcher(Sortables s, BugInstance bug)private javax.swing.table.TableColumnSorterTableColumnModel. makeTableColumn(int x, Sortables c)voidSorterTableColumnModel. 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 MatcherFilterFactory. 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)
-