protected static class AutoItRs.Window extends AutoItRs.DefaultRecognizableAutoIt
AutoItRs.Recognizable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
rs_gen_active
the field name is composed of
Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS and Constants.AutoItConstants.RS_KEY_ACTIVE ,
the mapping rsKey is Constants.AutoItConstants.RS_KEY_ACTIVE |
protected java.lang.Boolean |
rs_gen_last
the field name is composed of
Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS and Constants.AutoItConstants.RS_KEY_LAST ,
the mapping rsKey is Constants.AutoItConstants.RS_KEY_LAST |
protected java.lang.String |
rs_gen_regexpclass
the field name is composed of
Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS and Constants.AutoItConstants.RS_KEY_REGEXPCLASS ,
the mapping rsKey is Constants.AutoItConstants.RS_KEY_REGEXPCLASS |
protected java.lang.String |
rs_gen_regexptitle
the field name is composed of
Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS and Constants.AutoItConstants.RS_KEY_REGEXPTITLE ,
the mapping rsKey is Constants.AutoItConstants.RS_KEY_REGEXPTITLE |
rs_gen_class, rs_gen_h, rs_gen_instance, rs_gen_text, rs_gen_title, rs_gen_w, rs_gen_x, rs_gen_y
engineRS, fieldNameToRsKeyMap, rawRS
DEFAULT_MATCH_ALL_FIELD_MODIFIERS, DEFAULT_VALUE, enabled, FAILED_RETRIEVE_VALUE, fieldNameToPersistKeyMap, ignoredFiledModifiers, matchAllFieldModifiers, MODIFIER_CONSTANT, MODIFIER_NONE, parent, persistKeyToFieldValueMap, tabulation, threshold, thresholdEnabled, UNKNOWN_VALUE
CONTAINER_ELEMENT
DATA_BIGGER_THAN_THRESHOLD
Constructor and Description |
---|
Window(java.lang.String rs) |
Window(java.lang.String rs,
int titleMatchMode) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendEngineRS(java.lang.StringBuilder rs,
java.lang.String rsKey,
java.lang.Object value)
Append "rsKey:value;" to rs.
|
int |
getTitleMatchMode() |
void |
normalize(AutoItXPlus it)
If the window title is not complete, call this method to complete.
|
void |
setTitleMatchMode(int titleMatchMode) |
beforeParse, getEngineRS, getNonRecognizableFields, getRecognizableFieldToRsKeyMap, getText, parsing, rsKeyToProperty, setField, setText, toString
afterParse, getPersitableFields, getRawRS, getTopMostClassname, parseRawRS, setEngineRS, setRawRS
equals, getContents, getContents, getField, getFlatKey, getParent, getTabulation, getTagName, getThreshold, ignoreFieldForPersist, isEnabled, isIgnoredContentCache, isThresholdEnabled, setEnabled, setIgnoredContentCache, setParent, setTabulation, setThreshold, setThresholdEnabled
protected java.lang.String rs_gen_regexptitle
Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS
and Constants.AutoItConstants.RS_KEY_REGEXPTITLE
,
the mapping rsKey is Constants.AutoItConstants.RS_KEY_REGEXPTITLE
protected java.lang.String rs_gen_regexpclass
Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS
and Constants.AutoItConstants.RS_KEY_REGEXPCLASS
,
the mapping rsKey is Constants.AutoItConstants.RS_KEY_REGEXPCLASS
protected java.lang.Boolean rs_gen_last
Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS
and Constants.AutoItConstants.RS_KEY_LAST
,
the mapping rsKey is Constants.AutoItConstants.RS_KEY_LAST
protected java.lang.Boolean rs_gen_active
Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS
and Constants.AutoItConstants.RS_KEY_ACTIVE
,
the mapping rsKey is Constants.AutoItConstants.RS_KEY_ACTIVE
public Window(java.lang.String rs)
public Window(java.lang.String rs, int titleMatchMode)
public int getTitleMatchMode()
public void setTitleMatchMode(int titleMatchMode)
public void normalize(AutoItXPlus it)
it
- The AutoIt instance.protected void appendEngineRS(java.lang.StringBuilder rs, java.lang.String rsKey, java.lang.Object value)
AutoItRs.DefaultRecognizableAutoIt
appendEngineRS
in class AutoItRs.DefaultRecognizableAutoIt
rs
- StringBuilderrsKey
- Stringvalue
- ObjectCopyright © SAS Institute. All Rights Reserved.