Uses of Class
net.sourceforge.jnlp.security.SecurityDialogs.DialogType
-
Packages that use SecurityDialogs.DialogType Package Description net.sourceforge.jnlp.security package generally about showing various security prompts -
-
Uses of SecurityDialogs.DialogType in net.sourceforge.jnlp.security
Fields in net.sourceforge.jnlp.security declared as SecurityDialogs.DialogType Modifier and Type Field Description SecurityDialogs.DialogType
SecurityDialogMessage. dialogType
Methods in net.sourceforge.jnlp.security that return SecurityDialogs.DialogType Modifier and Type Method Description static SecurityDialogs.DialogType
SecurityDialogs.DialogType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SecurityDialogs.DialogType[]
SecurityDialogs.DialogType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-