Uses of Class
jp.vmi.selenium.selenese.command.ArgumentType
-
Packages that use ArgumentType Package Description jp.vmi.selenium.selenese.command jp.vmi.selenium.selenese.subcommand -
-
Uses of ArgumentType in jp.vmi.selenium.selenese.command
Methods in jp.vmi.selenium.selenese.command that return ArgumentType Modifier and Type Method Description static ArgumentTypeArgumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArgumentType[]ArgumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jp.vmi.selenium.selenese.command with parameters of type ArgumentType Constructor Description AbstractCommand(int index, String name, String[] args, ArgumentType... argTypes)Constructor. -
Uses of ArgumentType in jp.vmi.selenium.selenese.subcommand
Methods in jp.vmi.selenium.selenese.subcommand that return ArgumentType Modifier and Type Method Description ArgumentType[]AbstractSubCommand. getArgumentTypes()ArgumentType[]ISubCommand. getArgumentTypes()Get arguments of this sub-command.ArgumentType[]MouseEventHandler. getArgumentTypes()Constructors in jp.vmi.selenium.selenese.subcommand with parameters of type ArgumentType Constructor Description AbstractSubCommand(ArgumentType... argTypes)Constructor.NoOp(String name, ArgumentType... argTypes)Constructor.
-