Uses of Enum
edu.umd.cs.findbugs.gui2.Sortables
Packages that use Sortables
-
Uses of Sortables in edu.umd.cs.findbugs.gui2
Subclasses with type arguments of type Sortables in edu.umd.cs.findbugs.gui2Modifier and TypeClassDescriptionenumA useful enum for dealing with all the types of filterable and sortable data in BugInstances This is the preferred way for getting the information out of a BugInstance and formatting it for display It also has the comparators for the different types of dataMethods 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