Uses of Enum
edu.umd.cs.findbugs.gui2.Sortables
Packages that use Sortables
-
Uses of Sortables in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as SortablesModifier and TypeFieldDescriptionprivate static final Sortables[]
GUISaveState.DEFAULT_COLUMN_HEADERS
private final Sortables
FilterMatcher.filterBy
Deprecated.final Sortables
BugAspects.SortableValue.key
(package private) final Sortables
SortableStringComparator.mySortable
(package private) final Sortables
SorterDialog.SortableCheckBox.sortable
private Sortables[]
GUISaveState.sortColumns
Fields in edu.umd.cs.findbugs.gui2 with type parameters of type SortablesModifier and TypeFieldDescriptionFilterFromBugPicker.availableSortables
FilterFromBugPicker.map
SorterTableColumnModel.order
SorterTableColumnModel.shown
BugSet.sortablesToStrings
Methods in edu.umd.cs.findbugs.gui2 that return SortablesModifier and TypeMethodDescriptionMainFrame.getAvailableSortables()
MainFrameTree.getAvailableSortables()
(package private) Sortables
FilterMatcher.getFilterBy()
Deprecated.(package private) Sortables
StackedFilterMatcher.getFilterBy()
Deprecated.static Sortables
Sortables.getSortableByPrettyName
(String name) (package private) Sortables[]
MainFrameTree.sortables()
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 that return types with arguments of type SortablesModifier and TypeMethodDescriptionSorterTableColumnModel.getOrder()
SorterTableColumnModel.getOrderAfterDivider()
SorterTableColumnModel.getOrderBeforeDivider()
Methods in edu.umd.cs.findbugs.gui2 with parameters of type SortablesModifier and TypeMethodDescriptionstatic boolean
(package private) String[]
BugSet.computeDistinctValues
(Sortables key) String[]
Gets all the string values out of the bugs in the set(package private) String[]
BugSet.getDistinctValues
(Sortables key) boolean
private static Matcher
FilterFactory.makeMatcher
(Sortables s, BugInstance bug) private TableColumn
SorterTableColumnModel.makeTableColumn
(int x, Sortables c) 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, FilterMatcher.FilterWhere mode) FilterMatcher
(Sortables filterBy, String value) Deprecated.FilterMatcher
(Sortables filterBy, String value, FilterMatcher.FilterWhere mode) Deprecated.(package private)
(package private)
SortableStringComparator
(Sortables theSortable) SortableValue
(Sortables key, String value) SorterTableColumnModel
(Sortables[] columnHeaders) Constructor parameters in edu.umd.cs.findbugs.gui2 with type arguments of type SortablesModifierConstructorDescriptionFilterFromBugPicker
(BugInstance bug, List<Sortables> availableSortables) SorterTableColumnModel
(Collection<Sortables> columnHeaders)