Uses of Enum Class
org.autogui.base.mapping.GuiPreferencesLoader.PrefsLoaderCommandArg
Packages that use GuiPreferencesLoader.PrefsLoaderCommandArg
-
Uses of GuiPreferencesLoader.PrefsLoaderCommandArg in org.autogui.base.mapping
Fields in org.autogui.base.mapping with type parameters of type GuiPreferencesLoader.PrefsLoaderCommandArgModifier and TypeFieldDescriptionprotected Map
<GuiPreferencesLoader.PrefsLoaderCommandArg, List<String>> GuiPreferencesLoader.argNames
Methods in org.autogui.base.mapping that return GuiPreferencesLoader.PrefsLoaderCommandArgModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GuiPreferencesLoader.PrefsLoaderCommandArg.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.autogui.base.mapping with type arguments of type GuiPreferencesLoader.PrefsLoaderCommandArgModifier and TypeMethodDescriptionGuiPreferencesLoader.withArgNames
(Map<GuiPreferencesLoader.PrefsLoaderCommandArg, List<String>> argNames) sets command line args forGuiPreferencesLoader.parseArgs(List)
.