Uses of Interface
edu.umd.cs.findbugs.IGuiCallback
-
Packages that use IGuiCallback Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs
), the object model classes for bug instances (BugInstance
,BugAnnotation
), and other miscellany.edu.umd.cs.findbugs.gui2 edu.umd.cs.findbugs.workflow -
-
Uses of IGuiCallback in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement IGuiCallback Modifier and Type Class Description class
CommandLineUiCallback
Implementation of the UI callback for command line sessions.Fields in edu.umd.cs.findbugs declared as IGuiCallback Modifier and Type Field Description private IGuiCallback
Project. guiCallback
Methods in edu.umd.cs.findbugs that return IGuiCallback Modifier and Type Method Description IGuiCallback
Project. getGuiCallback()
Methods in edu.umd.cs.findbugs with parameters of type IGuiCallback Modifier and Type Method Description void
Project. setGuiCallback(IGuiCallback guiCallback)
-
Uses of IGuiCallback in edu.umd.cs.findbugs.gui2
Classes in edu.umd.cs.findbugs.gui2 that implement IGuiCallback Modifier and Type Class Description class
AbstractSwingGuiCallback
private class
MainFrame.MyGuiCallback
Methods in edu.umd.cs.findbugs.gui2 that return IGuiCallback Modifier and Type Method Description IGuiCallback
MainFrame. getGuiCallback()
-
Uses of IGuiCallback in edu.umd.cs.findbugs.workflow
Methods in edu.umd.cs.findbugs.workflow with parameters of type IGuiCallback Modifier and Type Method Description (package private) static SortedBugCollection
MergeSummarizeAndView. createPreconfiguredBugCollection(java.util.List<java.lang.String> workingDirList, java.util.List<java.lang.String> srcDirList, IGuiCallback guiCallback)
-