Uses of Interface
com.compomics.software.settings.PathKey
Package | Description |
---|---|
com.compomics.software.settings |
Settings for compomics-utilities tools.
|
com.compomics.software.settings.gui |
GUI settings for compomics-utilities tools.
|
-
Uses of PathKey in com.compomics.software.settings
Classes in com.compomics.software.settings that implement PathKey Modifier and Type Class Description static class
UtilitiesPathParameters.UtilitiesPathKey
Enum of the paths which can be set in utilities.Methods in com.compomics.software.settings that return types with arguments of type PathKey Modifier and Type Method Description static ArrayList<PathKey>
UtilitiesPathParameters. getErrorKeys()
Returns a list containing the keys of the paths where the tool is not able to write. -
Uses of PathKey in com.compomics.software.settings.gui
Methods in com.compomics.software.settings.gui that return types with arguments of type PathKey Modifier and Type Method Description HashMap<PathKey,String>
PathParametersDialog. getKeyToPathMap()
Returns the path settings in a map: key | path.Constructor parameters in com.compomics.software.settings.gui with type arguments of type PathKey Constructor Description PathParametersDialog(Frame parent, String toolName, HashMap<PathKey,String> keyToPathMap)
Creates a new PathSettingsDialog.