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 SortablesSortables.getSortableByPrettyName(String name) static SortablesReturns 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 booleanString[]Gets all the string values out of the bugs in the setbooleanvoidSorterTableColumnModel.setVisible(Sortables s, boolean on) Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type SortablesModifier and TypeMethodDescriptionstatic MatcherFilterFactory.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