Uses of Enum
eu.isas.searchgui.parameters.SearchGUIPathParameters.SearchGUIPathKey
Packages that use SearchGUIPathParameters.SearchGUIPathKey
-
Uses of SearchGUIPathParameters.SearchGUIPathKey in eu.isas.searchgui.parameters
Methods in eu.isas.searchgui.parameters that return SearchGUIPathParameters.SearchGUIPathKeyModifier and TypeMethodDescriptionSearchGUIPathParameters.SearchGUIPathKey.getKeyFromId(String id) Returns the key from its id.Returns the enum constant of this type with the specified name.SearchGUIPathParameters.SearchGUIPathKey.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.isas.searchgui.parameters with parameters of type SearchGUIPathParameters.SearchGUIPathKeyModifier and TypeMethodDescriptionstatic StringSearchGUIPathParameters.getPathParameter(SearchGUIPathParameters.SearchGUIPathKey searchGUIPathKey, File configFolder) Returns the path according to the given key and path.static voidSearchGUIPathParameters.setPathParameter(SearchGUIPathParameters.SearchGUIPathKey searchGUIPathKey, String path) Sets the path according to the given key and path.static voidSearchGUIPathParameters.writePathToFile(com.compomics.util.io.flat.SimpleFileWriter writer, SearchGUIPathParameters.SearchGUIPathKey pathKey, File configFolder) Writes the path of interest using the provided buffered writer.