Uses of Interface
jp.vmi.selenium.selenese.command.BlockStart
-
Packages that use BlockStart Package Description jp.vmi.selenium.selenese.command -
-
Uses of BlockStart in jp.vmi.selenium.selenese.command
Subinterfaces of BlockStart in jp.vmi.selenium.selenese.command Modifier and Type Interface Description interfaceStartLoopDeprecated.Classes in jp.vmi.selenium.selenese.command that implement BlockStart Modifier and Type Class Description classBlockStartImplDefault implementation for BlockStart.classDoCommand "do".classElseCommand "else".classElseIfCommand "if".classForEachCommand "forEach".classIfCommand "if".classStartLoopImplDeprecated.classStoreForCommand "storeFor".classTimesCommand "times".classWhileCommand "while".Fields in jp.vmi.selenium.selenese.command declared as BlockStart Modifier and Type Field Description static BlockStartBlockStart. NO_BLOCK_STARTUse NO_START_LOOP instaed of null.Methods in jp.vmi.selenium.selenese.command that return BlockStart Modifier and Type Method Description BlockStartAbstractCommand. getBlockStart()BlockStartICommand. getBlockStart()Get beginning-of-block command.BlockStartStartMarker. getBlockStart()Methods in jp.vmi.selenium.selenese.command with parameters of type BlockStart Modifier and Type Method Description voidAbstractCommand. setBlockStart(BlockStart blockStart)voidBlockEnd. setBlockStart(BlockStart blockStart)Set beginning-of-block command.voidICommand. setBlockStart(BlockStart blockStart)Set beginning-of-block command.voidStartMarker. setBlockStart(BlockStart blockStart)
-