Package com.iizix.term.prop
Class TerminalModelSettings
java.lang.Object
com.iizix.term.prop.TerminalModelSettings
The Terminal Model Settings property container.
- Field SummaryFields
- Constructor SummaryConstructorsConstructorDescription- TerminalModelSettings- (ModuleProjectSettings projectSettings) Creates the terminal settings from scratch or from existing data.
- Method SummaryModifier and TypeMethodDescription- booleanCheck 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.- booleanChecks for use of "binary" hash match method.- booleanChecks for use of pop-up window recognition.
- Field Details- NAMEThe name.- See Also:
 
 
- Constructor Details- TerminalModelSettingsCreates the terminal settings from scratch or from existing data.- Parameters:
- projectSettings- The project settings.
- Throws:
- PropException- For failures.
 
 
- Method Details- usePopupWindowRecognitionpublic boolean usePopupWindowRecognition()Checks for use of pop-up window recognition.- Returns:
- true to use pop-up windows.
 
- setPopupWindowRecognitionpublic boolean setPopupWindowRecognition- (boolean on) Sets the pop-up window recognition flag.- Parameters:
- on- The pop-up window recognition flag.
- Returns:
- true when this property container has been changed, false otherwise (or for error).
 
- useBinaryMatchMethodpublic boolean useBinaryMatchMethod()Checks for use of "binary" hash match method.- Returns:
- true to hash string ID's for fast recognition.
 
- setBinaryMatchMethodpublic boolean setBinaryMatchMethod- (boolean on) Sets the use of "binary" hash match method flag.- Parameters:
- on- The use-binary-match-method flag.
- Returns:
- true when this property container has been changed, false otherwise (or for error).
 
- doStopAtFirstMatchpublic boolean doStopAtFirstMatch()Check for stop search of matching screen at first match.- Returns:
- true to stop search when first screen matches.
 
- setStopAtFirstMatchpublic boolean setStopAtFirstMatch- (boolean on) Check for stop search of matching screen at first match.- Parameters:
- on- The stop-at-match flag.
- Returns:
- true when this property container has been changed, false otherwise (or for error).