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
Methods in edu.umd.cs.findbugs.gui2 that return Sortables Modifier and Type Method Description static SortablesSortables. getSortableByPrettyName(java.lang.String name)Sortables[]MainFrame. 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 with parameters of type Sortables Modifier and Type Method Description java.lang.String[]BugSet. getAll(Sortables s)Gets all the string values out of the bugs in the setMethod 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, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)FilterMatcher(Sortables filterBy, java.lang.String value)Deprecated.FilterMatcher(Sortables filterBy, java.lang.String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)Deprecated.SorterTableColumnModel(Sortables[] columnHeaders)Constructor parameters in edu.umd.cs.findbugs.gui2 with type arguments of type Sortables Constructor Description SorterTableColumnModel(java.util.ArrayList<Sortables> columnHeaders)
-