Uses of Class
edu.umd.cs.findbugs.gui2.MainFrame
-
Packages that use MainFrame Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of MainFrame in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return MainFrame Modifier and Type Method Description static MainFrame
MainFrame. getInstance()
Methods in edu.umd.cs.findbugs.gui2 with parameters of type MainFrame Modifier and Type Method Description FindBugsLayoutManager
FindBugsLayoutManagerFactory. getInstance(MainFrame frame)
boolean
Sortables. isAvailable(MainFrame frame)
static SortedBugCollection
BugLoader. loadBugs(MainFrame mainFrame, Project project, java.io.File source)
static SortedBugCollection
BugLoader. loadBugs(MainFrame mainFrame, Project project, java.net.URL url)
static Project
BugLoader. loadProject(MainFrame mainFrame, java.io.File f)
Constructors in edu.umd.cs.findbugs.gui2 with parameters of type MainFrame Constructor Description BugTreeModel(MainFrame mainFrame, javax.swing.JTree tree, SorterTableColumnModel st, BugSet data)
MainFrameComponentFactory(MainFrame mainFrame)
MainFrameLoadSaveHelper(MainFrame mainFrame)
MainFrameMenu(MainFrame mainFrame)
MainFrameTree(MainFrame mainFrame)
SplitLayout(MainFrame frame)
ViewFilter(MainFrame mf)
-