Uses of Enum
edu.umd.cs.findbugs.gui2.SaveType
Packages that use SaveType
-
Uses of SaveType in edu.umd.cs.findbugs.gui2
Subclasses with type arguments of type SaveType in edu.umd.cs.findbugs.gui2Fields in edu.umd.cs.findbugs.gui2 declared as SaveTypeMethods in edu.umd.cs.findbugs.gui2 that return SaveTypeModifier and TypeMethodDescription(package private) SaveTypeMainFrameLoadSaveHelper.convertFilterToType(FileFilter f) static SaveType(package private) SaveTypeFindBugsAnalysisFileFilter.getSaveType()(package private) SaveTypeFindBugsFBAFileFilter.getSaveType()(package private) SaveTypeFindBugsFBPFileFilter.getSaveType()(package private) abstract SaveTypeFindBugsFileFilter.getSaveType()(package private) SaveTypeFindBugsHtmlFileFilter.getSaveType()MainFrame.getSaveType()static SaveTypeReturns 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 SaveTypeModifier and TypeMethodDescription(package private) FileMainFrameLoadSaveHelper.convertFile(File f, SaveType fileType) (package private) JMenuItemMainFrame.createRecentItem(File f, SaveType localSaveType) (package private) JMenuItemMainFrameMenu.createRecentItem(File f, SaveType localSaveType) booleanMainFrame.openAnalysis(File f, SaveType saveType) Opens the analysis.(package private) voidMainFrameLoadSaveHelper.prepareForFileLoad(File f, SaveType saveType) voidMainFrame.setSaveType(SaveType saveType)