Package | Description |
---|---|
edu.umd.cs.findbugs.gui2 |
Modifier and Type | Method and Description |
---|---|
Sortables[] |
MainFrameTree.getAvailableSortables() |
Sortables[] |
MainFrame.getAvailableSortables() |
static Sortables |
Sortables.getSortableByPrettyName(java.lang.String name) |
static Sortables |
Sortables.valueOf(java.lang.String name)
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FilterFactory.canFilter(Sortables s) |
java.lang.String[] |
BugSet.getAll(Sortables s)
Gets all the string values out of the bugs in the set
|
boolean |
SorterTableColumnModel.isShown(Sortables s) |
void |
SorterTableColumnModel.setVisible(Sortables s,
boolean on) |
Modifier and Type | Method and Description |
---|---|
static Matcher |
FilterFactory.makeMatcher(java.util.Collection<Sortables> sortables,
BugInstance bug) |
Constructor and Description |
---|
DeadBugFilter(Sortables filterBy,
java.lang.String value,
edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode) |
FilterMatcher(Sortables filterBy,
java.lang.String value)
Deprecated.
|
FilterMatcher(Sortables filterBy,
java.lang.String value,
edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode)
Deprecated.
|
SorterTableColumnModel(Sortables[] columnHeaders) |
Constructor and Description |
---|
SorterTableColumnModel(java.util.Collection<Sortables> columnHeaders) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.