Uses of Interface
jp.vmi.selenium.selenese.command.StartLoop
-
Packages that use StartLoop Package Description jp.vmi.selenium.selenese.command -
-
Uses of StartLoop in jp.vmi.selenium.selenese.command
Fields in jp.vmi.selenium.selenese.command declared as StartLoop Modifier and Type Field Description static StartLoopStartLoop. NO_START_LOOPDeprecated.Use NO_START_LOOP instaed of null.Methods in jp.vmi.selenium.selenese.command that return StartLoop Modifier and Type Method Description StartLoopAbstractCommand. getStartLoop()StartLoopICommand. getStartLoop()Deprecated.useICommand.getBlockStart()instaed.StartLoopStartMarker. getStartLoop()Deprecated.Methods in jp.vmi.selenium.selenese.command with parameters of type StartLoop Modifier and Type Method Description voidAbstractCommand. setStartLoop(StartLoop startLoop)voidEndLoop. setStartLoop(StartLoop startLoop)Deprecated.useBlockEndinstead.voidICommand. setStartLoop(StartLoop startLoop)Deprecated.useICommand.setBlockStart(BlockStart)instaed.voidStartMarker. setStartLoop(StartLoop startLoop)Deprecated.
-