Uses of Class
org.jrd.backend.data.Config.AdditionalAgentAction
-
Packages that use Config.AdditionalAgentAction Package Description org.jrd.backend.data org.jrd.frontend.frame.settings -
-
Uses of Config.AdditionalAgentAction in org.jrd.backend.data
Methods in org.jrd.backend.data that return Config.AdditionalAgentAction Modifier and Type Method Description static Config.AdditionalAgentActionConfig.AdditionalAgentAction. fromString(java.lang.String s)Config.AdditionalAgentActionConfig. getAdditionalAgentAction()static Config.AdditionalAgentActionConfig.AdditionalAgentAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Config.AdditionalAgentAction[]Config.AdditionalAgentAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jrd.backend.data with parameters of type Config.AdditionalAgentAction Modifier and Type Method Description voidConfig. setAdditionalAgentAction(Config.AdditionalAgentAction aaa) -
Uses of Config.AdditionalAgentAction in org.jrd.frontend.frame.settings
Methods in org.jrd.frontend.frame.settings that return Config.AdditionalAgentAction Modifier and Type Method Description Config.AdditionalAgentActionMiscellaneousSettingsPanel. getAdditionalAgentAction()Methods in org.jrd.frontend.frame.settings with parameters of type Config.AdditionalAgentAction Modifier and Type Method Description private voidMiscellaneousSettingsPanel. initMainPanel(Config.DepndenceNumbers initialConfigNumbers, Config.AdditionalAgentAction additionalAgentAction)Constructors in org.jrd.frontend.frame.settings with parameters of type Config.AdditionalAgentAction Constructor Description MiscellaneousSettingsPanel(boolean initialUseJavapSignatures, Config.DepndenceNumbers initialConfigNumbers, java.lang.String cp, java.lang.String sp, boolean detectAutocompletion, Config.AdditionalAgentAction additionalAgentAction, javax.swing.JFrame parent)
-