Table of Contents

Class JavaWindowRule

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Java.dll
public class JavaWindowRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
Inheritance
JavaWindowRule
Implements
Inherited Members

Constructors

JavaWindowRule()

public JavaWindowRule()

Methods

Execute(GlueRuleExecutionState)

Executes the rule.

public override void Execute(GlueRuleExecutionState state)

Parameters

state GlueRuleExecutionState

The current rule execution state.

Remarks

This has to be implemented by the rule classes.