JavaDataDrivenAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the adapter for Java applications to manage access between the application, user interface, and automated entities within UII.
public ref class JavaDataDrivenAdapter : Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::DataDrivenAdapterBase
public class JavaDataDrivenAdapter : Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterBase
type JavaDataDrivenAdapter = class
inherit DataDrivenAdapterBase
Public Class JavaDataDrivenAdapter
Inherits DataDrivenAdapterBase
- Inheritance
Constructors
JavaDataDrivenAdapter(XmlDocument, Object) |
Creates an instance of the JavaDataDrivenAdapter class. |
Properties
KnownControls |
Gets or sets the tables that maintain the association between control names and accessible element identifiers. |
Methods
Dispose() |
Clears up any resources being used. (Inherited from DataDrivenAdapterBase) |
Dispose(Boolean) |
Cleans up any resources being used. |
ExecuteControlAction(String, Boolean, String) |
Executes the designated action of the named control. (Inherited from DataDrivenAdapterBase) |
FindAccObj(String, Int32, Boolean) |
Finds the accessibility object using the control name. |
FindControl(String) |
Reports whether the named control is available for use. (Inherited from DataDrivenAdapterBase) |
FindWindowFromControlName(String, Boolean) |
Finds the handle of a control. |
GetAvailableApplicationEvents() |
Gets the list of application events propagated. Intended for design-time use. Custom implementation not required for run-time operation. (Inherited from DataDrivenAdapterBase) |
GetAvailableControlEvents() |
Gets the list of control events propagated |
GetControlConfig(String) |
Gets the subordinate nodes from a top-level XML node of a data-driven adapter control binding. (Inherited from DataDrivenAdapterBase) |
GetControlNames() |
Gets the control names. (Inherited from DataDrivenAdapterBase) |
GetControlValue(String, String) |
Gets the current value of the control. (Inherited from DataDrivenAdapterBase) |
GetFirstDescendentUnderControlConfig(String, String) |
Retrieves the first descendent node from a top-level XML node of a data-driven adapter control binding. (Inherited from DataDrivenAdapterBase) |
OperationHandler(OperationType, String, String, String) |
Calls to the JavaDataDrivenAdapter API to manipulate the UI are dispatched to this handler. |
OperationHandler(OperationType, String, String) |
Calls to the |
RaiseEvent(Object, String, String, String) |
Raises events where necessary. There is no synchronization context marshalling. Events go out on the thread that raised them. It is the listeners responsibility to perform an application-specific thread marshalling as required. (Inherited from DataDrivenAdapterBase) |
RegisterEventListener(String, String, EventHandler<ControlChangedEventArgs>, String) |
Facilitates explicit JavaDDA event listener registration. |
RegisterEventListener(String, String, EventHandler<ControlChangedEventArgs>) |
Facilitates explicit data-driven adapter event listener registration. (Inherited from DataDrivenAdapterBase) |
RegisterEventListenerBase(String, String, EventHandler<ControlChangedEventArgs>) |
Adds the specified |
SetControlValue(String, String, String) |
Assigns a new value to the named control. (Inherited from DataDrivenAdapterBase) |
UnregisterEventListener(String, String, EventHandler<ControlChangedEventArgs>) |
Facilitates explicit JavaDDA event listener unregistration. |
UnregisterEventListenerBase(String, String, EventHandler<ControlChangedEventArgs>) |
Removes the specified |