Uses of Class
edu.umd.cs.findbugs.gui2.SaveType
-
Packages that use SaveType Package Description edu.umd.cs.findbugs.gui2 -
-
Uses of SaveType in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as SaveType Modifier and Type Field Description private SaveType
MainFrame. saveType
Methods in edu.umd.cs.findbugs.gui2 that return SaveType Modifier and Type Method Description (package private) SaveType
MainFrameLoadSaveHelper. convertFilterToType(javax.swing.filechooser.FileFilter f)
static SaveType
SaveType. forFile(java.io.File f)
(package private) SaveType
FindBugsAnalysisFileFilter. getSaveType()
(package private) SaveType
FindBugsFBAFileFilter. getSaveType()
(package private) SaveType
FindBugsFBPFileFilter. getSaveType()
(package private) abstract SaveType
FindBugsFileFilter. getSaveType()
(package private) SaveType
FindBugsHtmlFileFilter. getSaveType()
SaveType
MainFrame. getSaveType()
static SaveType
SaveType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaveType[]
SaveType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.gui2 with parameters of type SaveType Modifier and Type Method Description (package private) java.io.File
MainFrameLoadSaveHelper. convertFile(java.io.File f, SaveType fileType)
(package private) javax.swing.JMenuItem
MainFrame. createRecentItem(java.io.File f, SaveType localSaveType)
(package private) javax.swing.JMenuItem
MainFrameMenu. createRecentItem(java.io.File f, SaveType localSaveType)
boolean
MainFrame. openAnalysis(java.io.File f, SaveType saveType)
Opens the analysis.(package private) void
MainFrameLoadSaveHelper. prepareForFileLoad(java.io.File f, SaveType saveType)
void
MainFrame. setSaveType(SaveType saveType)
-