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 dataFields in edu.umd.cs.findbugs.gui2 declared as SortablesModifier and TypeFieldDescriptionprivate static final Sortables[]GUISaveState.DEFAULT_COLUMN_HEADERSprivate final SortablesFilterMatcher.filterByDeprecated.final SortablesBugAspects.SortableValue.key(package private) final SortablesSortableStringComparator.mySortable(package private) final SortablesSorterDialog.SortableCheckBox.sortableprivate Sortables[]GUISaveState.sortColumnsFields in edu.umd.cs.findbugs.gui2 with type parameters of type SortablesModifier and TypeFieldDescriptionFilterFromBugPicker.availableSortablesFilterFromBugPicker.mapSorterTableColumnModel.orderSorterTableColumnModel.shownBugSet.sortablesToStringsMethods in edu.umd.cs.findbugs.gui2 that return SortablesModifier and TypeMethodDescriptionMainFrame.getAvailableSortables()MainFrameTree.getAvailableSortables()(package private) SortablesFilterMatcher.getFilterBy()Deprecated.(package private) SortablesStackedFilterMatcher.getFilterBy()Deprecated.static SortablesSortables.getSortableByPrettyName(String name) (package private) Sortables[]MainFrameTree.sortables()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 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) booleanprivate static MatcherFilterFactory.makeMatcher(Sortables s, BugInstance bug) private TableColumnSorterTableColumnModel.makeTableColumn(int x, Sortables c) voidSorterTableColumnModel.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, 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)