Package edu.umd.cs.findbugs.gui

Interface Summary
Grouper.Callback<ElementType>  
 

Class Summary
AboutDialog The Help:About dialog.
AnalysisErrorDialog A dialog to report errors that occured during analysis.
AnalysisRun Representation of a run of the FindBugs analysis on a Project.
AnnotatedString Class to handle Strings annotated with embedded mnemonics Note: Since the human interface guidelines for Mac OS X say never to use mnemonics, this class behaves as if no mnemonics are set when run on Mac OS X.
BugInstanceGroup A BugInstanceGroup represents a node in the bug tree which groups related bug instances.
ConfigureDetectorsDialog Configure Detectors by enabling/disabling them.
ConsoleLogger  
DefaultSortedTableModel This Table Model is a currently a noop (passthru) table model.
FindBugsFrame The main GUI frame for FindBugs.
FindBugsFrame.ArchiveAndDirectoryFilter File filter for choosing archives and directories.
FindBugsFrame.AuxClasspathEntryFileFilter Swing FileFilter for choosing an auxiliary classpath entry.
FindBugsFrame.BugCellRenderer Custom cell renderer for the bug tree.
FindBugsFrame.BugInstanceByClassComparator Two-level comparison of bug instances by class name and BugInstance natural ordering.
FindBugsFrame.BugInstanceByPackageComparator Two-level comparison of bug instances by package and BugInstance natural ordering.
FindBugsFrame.BugInstanceByTypeComparator Two-level comparison of bug instances by bug type and BugInstance natural ordering.
FindBugsFrame.BugInstanceClassComparator Compare BugInstance class names.
FindBugsFrame.BugInstancePackageComparator Compare BugInstance package names.
FindBugsFrame.BugInstanceTypeComparator Compare BugInstance bug types.
FindBugsFrame.ProjectFileFilter Swing FileFilter class for file selection dialogs for FindBugs project files.
FindBugsFrame.XMLFileFilter Swing FileFilter for choosing XML saved bug files.
Grouper<ElementType> Given a sorted Collection and a Comparator, produces groups of objects that compare as equal.
Hello This is just a test of creating a class in NetBeans.
L10N  
RunAnalysisDialog A modal dialog to run the actual FindBugs analysis on a project.