Uses of Enum
edu.umd.cs.findbugs.gui2.Sortables
Packages that use Sortables
-
Uses of Sortables in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return SortablesModifier and TypeMethodDescriptionMainFrame.getAvailableSortables()
MainFrameTree.getAvailableSortables()
static Sortables
Sortables.getSortableByPrettyName
(String name) static Sortables
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 SortablesModifier and TypeMethodDescriptionstatic boolean
String[]
Gets all the string values out of the bugs in the setboolean
void
SorterTableColumnModel.setVisible
(Sortables s, boolean on) Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type SortablesModifier and TypeMethodDescriptionstatic Matcher
FilterFactory.makeMatcher
(Collection<Sortables> sortables, BugInstance bug) Constructors in edu.umd.cs.findbugs.gui2 with parameters of type SortablesModifierConstructorDescriptionDeadBugFilter
(Sortables filterBy, String value, edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode) FilterMatcher
(Sortables filterBy, String value) Deprecated.FilterMatcher
(Sortables filterBy, 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