public class TerminalModelSettings extends Object
Constructor and Description |
---|
TerminalModelSettings(ModuleProjectSettings projectSettings)
Creates the terminal settings from scratch or from existing data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
doStopAtFirstMatch()
Check for stop search of matching screen at first match.
|
boolean |
setBinaryMatchMethod(boolean on)
Sets the use of "binary" hash match method flag.
|
boolean |
setPopupWindowRecognition(boolean on)
Sets the pop-up window recognition flag.
|
boolean |
setStopAtFirstMatch(boolean on)
Check for stop search of matching screen at first match.
|
boolean |
useBinaryMatchMethod()
Checks for use of "binary" hash match method.
|
boolean |
usePopupWindowRecognition()
Checks for use of pop-up window recognition.
|
public static final String NAME
public TerminalModelSettings(ModuleProjectSettings projectSettings) throws PropException
projectSettings
- The project settings.PropException
- For failures.public boolean usePopupWindowRecognition()
public boolean setPopupWindowRecognition(boolean on)
on
- The pop-up window recognition flag.public boolean useBinaryMatchMethod()
public boolean setBinaryMatchMethod(boolean on)
on
- The use-binary-match-method flag.public boolean doStopAtFirstMatch()
public boolean setStopAtFirstMatch(boolean on)
on
- The stop-at-match flag.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.