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 Sortables[]
MainFrame. getAvailableSortables()
Sortables[]
MainFrameTree. getAvailableSortables()
static Sortables
Sortables. getSortableByPrettyName(java.lang.String name)
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 with parameters of type Sortables Modifier and Type Method Description static boolean
FilterFactory. canFilter(Sortables s)
java.lang.String[]
BugSet. getAll(Sortables s)
Gets all the string values out of the bugs in the setboolean
SorterTableColumnModel. isShown(Sortables s)
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, 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.Collection<Sortables> columnHeaders)
-