A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

AbstractCodeInterpreter - Class in org.eclipse.actf.validation.doc.scripting
used to evaluate expressions and execute scripts given in the XML document.
AbstractCodeInterpreter(String, IModel) - Constructor for class org.eclipse.actf.validation.doc.scripting.AbstractCodeInterpreter
create a code interpreter for processing scripts and expressions in the specified language.
AbstractCodeProcessor - Class in org.eclipse.actf.validation.doc.codeproc
This abstract class implements the basic functionality of a ICodeProcessor whether it be a compiler or interpreter processor.
AbstractCodeProcessor(String, IModel) - Constructor for class org.eclipse.actf.validation.doc.codeproc.AbstractCodeProcessor
 
AbstractConfiguration - Class in org.eclipse.actf.core.config
serves as a general-purpose implementation of the Configuration interface.
AbstractConfiguration() - Constructor for class org.eclipse.actf.core.config.AbstractConfiguration
create a Configuration.
AbstractErrorLogger - Class in org.eclipse.actf.util.logging
a base from which error loggers can be built.
AbstractErrorLogger() - Constructor for class org.eclipse.actf.util.logging.AbstractErrorLogger
 
AbstractGuiModel - Class in org.eclipse.actf.model
base implementation for IGuiModel.
AbstractGuiModel(String) - Constructor for class org.eclipse.actf.model.AbstractGuiModel
create a IGuiModel implementation
AbstractModel - Class in org.eclipse.actf.model
provides basic services for any model instance.
AbstractModel(String) - Constructor for class org.eclipse.actf.model.AbstractModel
create a new model
AbstractNodeLocator - Class in org.eclipse.actf.model.locate
default base class for element locators.
AbstractNodeLocator(String, String, NodePointerFactory) - Constructor for class org.eclipse.actf.model.locate.AbstractNodeLocator
create a new node locator
AbstractNodeWalker - Class in org.eclipse.actf.model.traverse
base implementation for any node walker.
AbstractNodeWalker() - Constructor for class org.eclipse.actf.model.traverse.AbstractNodeWalker
 
AbstractReporter - Class in org.eclipse.actf.util.logging
base implementation of a Reporter.
AbstractReporter() - Constructor for class org.eclipse.actf.util.logging.AbstractReporter
 
AbstractRule - Class in org.eclipse.actf.validation.rules
base implementation of a validation rule in ACTF.
AbstractRule() - Constructor for class org.eclipse.actf.validation.rules.AbstractRule
 
AbstractRuntimeContext - Class in org.eclipse.actf.core.runtime
 
AbstractRuntimeContext() - Constructor for class org.eclipse.actf.core.runtime.AbstractRuntimeContext
 
AbstractSingletonServer - Class in org.eclipse.actf.validation.javapp.server
basic services for a singleton server in ACTF
AbstractSingletonServer() - Constructor for class org.eclipse.actf.validation.javapp.server.AbstractSingletonServer
 
AbstractTreeNodeWalker - Class in org.eclipse.actf.model.traverse
base implementation for any tree walker
AbstractTreeNodeWalker() - Constructor for class org.eclipse.actf.model.traverse.AbstractTreeNodeWalker
 
AbstractValidationContext - Class in org.eclipse.actf.validation.validators
base implementation for all ValidationContexts instances in ACTF.
AbstractValidationContext() - Constructor for class org.eclipse.actf.validation.validators.AbstractValidationContext
 
AbstractValidationProcess - Class in org.eclipse.actf.validation.core
base implementation of IValidationProcess.
AbstractValidationProcess() - Constructor for class org.eclipse.actf.validation.core.AbstractValidationProcess
 
ACCCORE_PLUGIN_ID - Static variable in class org.eclipse.actf.accservice.core.AccessibilityServicePlugin
 
ACCESSIBILITY - Static variable in class org.eclipse.actf.validation.core.ValidationProcessConstants
 
ACCESSIBILITY_IA2_BUNDLE - Static variable in class org.eclipse.actf.accservice.core.AccessibilityServicePlugin
 
ACCESSIBILITY_IA2_JAR - Static variable in class org.eclipse.actf.accservice.core.AccessibilityServicePlugin
 
ACCESSIBILITY_JAR - Static variable in class org.eclipse.actf.accservice.core.AccessibilityServicePlugin
 
ACCESSIBILITY_MSAA_BUNDLE - Static variable in class org.eclipse.actf.accservice.core.AccessibilityServicePlugin
 
ACCESSIBILITY_MSAA_JAR - Static variable in class org.eclipse.actf.accservice.core.AccessibilityServicePlugin
 
AccessibilityAdaptor - Class in org.eclipse.actf.accservice.adapt
base type for all accessibility adaptors in ACTF.
AccessibilityAdaptor() - Constructor for class org.eclipse.actf.accservice.adapt.AccessibilityAdaptor
 
AccessibilityModelEvent - Class in org.eclipse.actf.accservice.event
 
AccessibilityModelEvent(Object) - Constructor for class org.eclipse.actf.accservice.event.AccessibilityModelEvent
create an event based on a Windows callback.
AccessibilityServiceException - Exception in org.eclipse.actf.accservice
 
AccessibilityServiceException(String) - Constructor for exception org.eclipse.actf.accservice.AccessibilityServiceException
 
AccessibilityServiceException(Throwable) - Constructor for exception org.eclipse.actf.accservice.AccessibilityServiceException
 
AccessibilityServiceException(String, Throwable) - Constructor for exception org.eclipse.actf.accservice.AccessibilityServiceException
 
AccessibilityServiceManager - Class in org.eclipse.actf.accservice
a manager for coordinating IAccessibilityService objects.
AccessibilityServiceManager() - Constructor for class org.eclipse.actf.accservice.AccessibilityServiceManager
 
AccessibilityServicePlugin - Class in org.eclipse.actf.accservice.core
 
AccessibilityServicePlugin() - Constructor for class org.eclipse.actf.accservice.core.AccessibilityServicePlugin
The constructor
AccessibilityValidationContext - Class in org.eclipse.actf.validation.validators
a wrapper class for the IRuleBase properties and selected global properties that are necessary to validate a component.
AccessibilityValidationContext() - Constructor for class org.eclipse.actf.validation.validators.AccessibilityValidationContext
 
AccessibilityValidationContext(IModel, ICodeProcessor, IReporter, INodeLocator, Set, Map) - Constructor for class org.eclipse.actf.validation.validators.AccessibilityValidationContext
 
AccessibilityValidationProcess - Class in org.eclipse.actf.validation.core
a validation process that walks a hierarchy of GUI components and validates each component with the appropriate validator.
AccessibilityValidationProcess(IRuleBase, ExecutionPoint, IValidationContext) - Constructor for class org.eclipse.actf.validation.core.AccessibilityValidationProcess
 
AccessibilityValidationProcess() - Constructor for class org.eclipse.actf.validation.core.AccessibilityValidationProcess
 
ACCESSIBLE_NAME_PROPERTY - Static variable in class org.eclipse.actf.accservice.event.AccessibilityModelEvent
 
ACCESSIBLE_ROLE_PROPERTY - Static variable in class org.eclipse.actf.accservice.event.AccessibilityModelEvent
 
ACCESSIBLE_STATE_PROPERTY - Static variable in class org.eclipse.actf.accservice.event.AccessibilityModelEvent
 
AccessibleConstants - Class in org.eclipse.actf.accservice.core
This class is a set of constants containing a common set of states and roles which should be used when returning a state or role from the classes in this package.
AccessibleConstants() - Constructor for class org.eclipse.actf.accservice.core.AccessibleConstants
 
AccessibleElementTreeWalker - Class in org.eclipse.actf.accservice.core
implementation of TreeWalker for walking a tree of IAccessibleElementAccessibleElementTreeWalker() - Constructor for class org.eclipse.actf.accservice.core.AccessibleElementTreeWalker
 
AccessibleNodeItemFilter - Class in org.eclipse.actf.accservice.core
This filter will exclude items.
AccessibleNodeItemFilter() - Constructor for class org.eclipse.actf.accservice.core.AccessibleNodeItemFilter
 
AccessibleNodeIterator - Class in org.eclipse.actf.accservice.locate
 
AccessibleNodeIterator(NodePointer, NodeTest, boolean, NodePointer, IModel) - Constructor for class org.eclipse.actf.accservice.locate.AccessibleNodeIterator
 
AccessibleNodeLocator - Class in org.eclipse.actf.accservice.locate
general purpose locator for all instances of IAccessibleElement
AccessibleNodeLocator() - Constructor for class org.eclipse.actf.accservice.locate.AccessibleNodeLocator
 
AccessibleNodePointer - Class in org.eclipse.actf.accservice.locate
 
AccessibleNodePointer(IAccessibleElement, Locale) - Constructor for class org.eclipse.actf.accservice.locate.AccessibleNodePointer
 
AccessibleNodePointer(IAccessibleElement, NodePointer, Locale) - Constructor for class org.eclipse.actf.accservice.locate.AccessibleNodePointer
 
AccessibleNodePointerFactory - Class in org.eclipse.actf.accservice.locate
 
AccessibleNodePointerFactory() - Constructor for class org.eclipse.actf.accservice.locate.AccessibleNodePointerFactory
 
ACCNODE_POINTER_FACTORY_ORDER - Static variable in class org.eclipse.actf.accservice.locate.AccessibleNodePointerFactory
 
accRef - Variable in class org.eclipse.actf.accservice.core.win32.msaa.MsaaAccessible
 
ACCSERVICE_EXTENSION_POINT - Static variable in class org.eclipse.actf.accservice.core.AccserviceRegistryChangeListener
 
AccserviceRegistryChangeListener - Class in org.eclipse.actf.accservice.core
 
AccserviceRegistryChangeListener() - Constructor for class org.eclipse.actf.accservice.core.AccserviceRegistryChangeListener
 
ACTF_AOP_ENGINE_PATH_KEY - Static variable in class org.eclipse.actf.validation.javapp.JavaValidationConstants
 
ACTF_AOP_PATH_KEY - Static variable in class org.eclipse.actf.validation.javapp.JavaValidationConstants
 
ACTF_AOP_VERBOSE_KEY - Static variable in class org.eclipse.actf.validation.javapp.JavaValidationConstants
 
ACTF_ASPECTS_JAR - Static variable in class org.eclipse.actf.validation.javapp.JavaValidationPlugin
 
ACTF_CLASSPATH_KEY - Static variable in class org.eclipse.actf.validation.ValidationConstants
 
ACTF_CORE_JAR - Static variable in class org.eclipse.actf.core.ActfCorePlugin
 
ACTF_IA2_LIBRARY_NAME - Static variable in class org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibilityService
name of dynamic module for IA2 access; value is 'actf-ia2'
ACTF_ID - Static variable in interface org.eclipse.actf.core.config.IConfiguration
pool id for main actf pool - value is 'actf'
ACTF_LIB_PATH_KEY - Static variable in class org.eclipse.actf.validation.ValidationConstants
 
ACTF_MSAA_BUNDLE - Static variable in class org.eclipse.actf.accservice.core.win32.msaa.Msaa
 
ACTF_MSAA_LIBRARY_NAME - Static variable in class org.eclipse.actf.accservice.core.win32.msaa.MsaaAccessibilityService
name of dynamic module for MSAA access; value is 'actf-msaa'
ACTF_NAMESPACE_URI - Static variable in interface org.eclipse.actf.validation.doc.rulebase.IValidationDocument
namespace URI for all ACTF documents; value is 'http://www.eclipse.org/projects/actf'
ACTF_RESOURCES_PATHS_KEY - Static variable in interface org.eclipse.actf.util.resources.IResourceLocator
 
ACTFCORE_PLUGIN_ID - Static variable in class org.eclipse.actf.core.ActfCorePlugin
 
ActfCorePlugin - Class in org.eclipse.actf.core
 
ActfCorePlugin() - Constructor for class org.eclipse.actf.core.ActfCorePlugin
The constructor.
adapt(Object, Class) - Method in class org.eclipse.actf.accservice.adapt.win32.ia2.IA2AccessibilityAdaptor
adapts the object to the given type.
adapt(Object, Class) - Method in class org.eclipse.actf.accservice.adapt.win32.msaa.MsaaAccessibilityAdaptor
adapts the object to the given type.
adapt(Object, Class) - Method in class org.eclipse.actf.accservice.javapp.adapt.SwingAccessibilityAdaptor
adapts the object to the given type.
adapt(Object, Class) - Method in class org.eclipse.actf.accservice.javapp.adapt.SwtAccessibilityAdaptor
adapts the object to the given type.
adapt(Object, Class) - Method in interface org.eclipse.actf.core.adapt.IAdaptor
adapts the object to the given type.
addAccessibilityEventListener(IModelEventListener, Object[]) - Method in class org.eclipse.actf.accservice.core.win32.msaa.MsaaAccessibilityEventService
add the listener to be notified when events of the given type are fired from the underlying system
addAccessibilityEventListener(IModelEventListener, Object[]) - Method in interface org.eclipse.actf.accservice.IAccessibilityEventService
add a listener to be notified of accessibility events
addAccessibilityEventListener(IModelEventListener, Object[]) - Method in class org.eclipse.actf.accservice.javapp.JavaAccessibilityEventService
add the listener to be notified when events of the given type are fired from the underlying system
addAssociatedControls(Object[]) - Method in class org.eclipse.actf.model.javapp.traverse.SwtTreeNodeWalker
 
addAttributeName(String) - Static method in class org.eclipse.actf.validation.reports.ValidationReportRecord
 
addAttributeNames(String[]) - Static method in class org.eclipse.actf.validation.reports.ValidationReportRecord
set the field names for all records.
addClassMember(String, String, String, String) - Method in class org.eclipse.actf.validation.javapp.aspects.AspectGenerator
 
addConfigurationData(Object) - Method in class org.eclipse.actf.core.config.AbstractConfiguration
default implementation for this method attempts to treat the data object as a map and simply adds it to the existing configuration map.
addConfigurationData(Object) - Method in class org.eclipse.actf.core.config.EclipseConfiguration
treats data object as an IConfigurationElement (or IExtension??)
addConfigurationData(Object, Map) - Method in class org.eclipse.actf.core.config.EclipseConfiguration
 
addConfigurationData(Object) - Method in class org.eclipse.actf.core.config.HybridConfiguraton
 
addConfigurationData(Object) - Method in interface org.eclipse.actf.core.config.IConfiguration
add data to this configuration object
addConfigurationData(Object) - Method in class org.eclipse.actf.core.config.XmlConfiguration
treats data object as an InputStream.
addConfigurationData(Object, Map) - Method in class org.eclipse.actf.core.config.XmlConfiguration
 
addCreationContext(CreationContext) - Method in class org.eclipse.actf.validation.reports.ValidationReport
add the creation context to this report
addCreationContexts(CreationContext[]) - Method in class org.eclipse.actf.validation.reports.ValidationReport
add the creation contexts to this report
addCreationContexts(Map) - Method in class org.eclipse.actf.validation.reports.ValidationReport
 
addCriteria(IRule) - Method in class org.eclipse.actf.validation.rules.ComponentCriteria
 
addedElements - Variable in class org.eclipse.actf.validation.events.ReportModifyEvent
 
addExecutionPointDescriptor(ExecutionPointDescriptor) - Method in class org.eclipse.actf.validation.doc.rulebase.ValidationDocumentRuleBase
 
addExecutionPointDescriptor(ExecutionPointDescriptor) - Method in interface org.eclipse.actf.validation.rulebase.IRuleBase
add an execution point descriptor to this rulebase
addImport(String) - Method in class org.eclipse.actf.validation.javapp.aspects.AspectGenerator
 
addImports(Vector) - Method in class org.eclipse.actf.validation.javapp.aspects.AspectGenerator
 
addJvmArgument(String, String) - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
add an argument to be passed to the JVM.
addLaunchListener(ILaunchListener) - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
add a LaunchListener to be notified when the start or completion of a launch takes place or when a launch has somehow measurably progressed.
addMessage(String, String) - Method in class org.eclipse.actf.validation.javapp.events.LaunchEvent
used by launcher to place a message into this event object
addModelChangeListener(IModelChangeListener) - Method in class org.eclipse.actf.model.AbstractModel
adds a listener to receive notifications when this model's structure or properties of its nodes are changed
addModelChangeListener(IModelChangeListener) - Method in interface org.eclipse.actf.model.IModel
adds a listener to receive notifications when this model's structure or properties of its nodes are changed
addNodeFilter(INodeFilter) - Method in class org.eclipse.actf.model.traverse.AbstractNodeWalker
adds a filter to the list of filters through which nodes will be passed when successor nodes are retreaved via the getFilteredSuccessorNodes method.
addNodeFilter(INodeFilter) - Method in interface org.eclipse.actf.model.traverse.INodeWalker
adds a filter to the list of filters through which nodes will be passed when successor nodes are retreaved via the getFilteredSuccessorNodes method.
addNodePointerFactory(NodePointerFactory) - Method in class org.eclipse.actf.model.locate.AbstractNodeLocator
 
addPath(String) - Method in class org.eclipse.actf.validation.core.ExternalClassLoader
 
addPaths(String[]) - Method in class org.eclipse.actf.validation.core.ExternalClassLoader
 
addRecord(ValidationReportRecord) - Method in class org.eclipse.actf.validation.reports.ValidationReport
add a record to this report
addRecords(ValidationReportRecord[]) - Method in class org.eclipse.actf.validation.reports.ValidationReport
add the specified records to this report
addReport(ValidationReport) - Method in class org.eclipse.actf.validation.reports.ValidationReportGroup
add a report to this group
addReportGroupModifyListener(IReportGroupModifyListener) - Method in class org.eclipse.actf.validation.reports.ValidationReportGroup
add a listener to be notified when reports are added to this group
addReportListener(IReportListener) - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
add a ReportListener to be notified of report-related events
addReportListener(IReportListener) - Method in class org.eclipse.actf.validation.javapp.server.ResourceServer
add a ReportListener to be notified when a report has started or completed
addReportModifyListener(IReportModifyListener) - Method in class org.eclipse.actf.validation.reports.ValidationReport
add a listener to be notified when items are added to this report.
addReportRecord(ValidationReportRecord) - Method in class org.eclipse.actf.validation.reports.ValidationReporter
addReportRecords(List) - Method in class org.eclipse.actf.util.logging.PrintWriterReporter
addReportRecords(List) - Method in class org.eclipse.actf.validation.reports.ValidationReporter
addReports(ValidationReport[]) - Method in class org.eclipse.actf.validation.reports.ValidationReportGroup
add the specified reports to this group
addRule(IRule) - Method in class org.eclipse.actf.validation.doc.rulebase.ValidationDocumentRuleSet
 
addRule(IRule) - Method in interface org.eclipse.actf.validation.rules.IRuleSet
add a rule to this ruleset
addRuleBase(IRuleBase) - Method in class org.eclipse.actf.validation.rulebase.RuleBaseManager
 
addRuleBase(IRuleBaseDescriptor) - Method in class org.eclipse.actf.validation.rulebase.RuleBaseManager
 
addRulePart(IRule) - Method in class org.eclipse.actf.validation.rules.AbstractRule
adds a rule to the list of rule parts or nested rules that are executed when this rule is evaluated.
addRulePart(IRule) - Method in interface org.eclipse.actf.validation.rules.IRule
adds a rule to the list of rule parts or nested rules that are executed when this rule is evaluated.
addRuleSet(IRuleSet) - Method in class org.eclipse.actf.validation.doc.rulebase.ValidationDocumentRuleBase
 
addRuleSet(IRuleSet) - Method in interface org.eclipse.actf.validation.rulebase.IRuleBase
add a ruleset to this rulebase
addScript(String, InputStream) - Method in class org.eclipse.actf.validation.doc.codeproc.AbstractCodeProcessor
add the code in the given stream to be executed later by this processor
addScript(String) - Method in interface org.eclipse.actf.validation.doc.codeproc.ICodeProcessor
add the specified code as a script for this processor.
addScript(String, String) - Method in interface org.eclipse.actf.validation.doc.codeproc.ICodeProcessor
add the script code with the specified script name to this processor for later execution
addScript(String, InputStream) - Method in interface org.eclipse.actf.validation.doc.codeproc.ICodeProcessor
add the code in the given stream to be executed later by this processor
addScript(String) - Method in class org.eclipse.actf.validation.doc.scripting.AbstractCodeInterpreter
execute the script code specified.
addScript(String, String) - Method in class org.eclipse.actf.validation.doc.scripting.AbstractCodeInterpreter
add the script code with the specified script name to this interpreter for later execution
addScripts(Map) - Method in class org.eclipse.actf.validation.doc.codeproc.AbstractCodeProcessor
add the given scripts to this compiler for later compilation.
addScripts(Map) - Method in interface org.eclipse.actf.validation.doc.codeproc.ICodeProcessor
add the given scripts to this processor for later execution or compilation.
addSelection(int, int) - Method in class org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleText
Adds a text selection.
addSwitch(CLSwitch) - Method in class org.eclipse.actf.util.command.CLArgumentProcessor
add a switch to the set of switches processed by this processor
addSystemProperties(Map) - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
add all of the system properties contained in the map
addSystemProperty(String, String) - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
add a system property to be added to the arguments to the JVM launched by this process.
addTopLevelWindowListener(TopLevelWindowEventListener) - Method in class org.eclipse.actf.accservice.core.win32.msaa.MsaaWindowService
add a listener to be notified of creation and destruction of top-level native windows
addTopLevelWindowListener(TopLevelWindowEventListener) - Method in interface org.eclipse.actf.accservice.IWindowService
add a listener to be notified of the creation or destruction of top-level windows
addTopLevelWindowListener(TopLevelWindowEventListener) - Method in class org.eclipse.actf.accservice.javapp.JavaWindowService
add a listener to be notified of creation and destruction of top-level native windows
addUniqueRecords(ValidationReportRecord[]) - Method in class org.eclipse.actf.validation.reports.ValidationReport
 
addURL(URL) - Method in class org.eclipse.actf.validation.core.ExternalClassLoader
 
Agent - Class in org.eclipse.actf.validation.javapp.agent
agent for instrumenting .class files in JDK 1.5.x mode of launcher.
Agent() - Constructor for class org.eclipse.actf.validation.javapp.agent.Agent
 
ALIAS_ID - Static variable in class org.eclipse.actf.core.config.EclipseConfiguration
 
AliasElement - Class in org.eclipse.actf.validation.doc.rulebase
represents a <raven:alias> element in a document.
AliasElement(String, String, String) - Constructor for class org.eclipse.actf.validation.doc.rulebase.AliasElement
 
ALIASES - Static variable in interface org.eclipse.actf.validation.rulebase.IDocumentRuleBaseMetadata
 
ALIASES_ID - Static variable in interface org.eclipse.actf.core.config.IConfiguration
 
ALIASES_ID - Static variable in interface org.eclipse.actf.validation.rulebase.IDocumentRuleBase
model pool id for aliases - value is 'aliases'
ALL - Static variable in class org.eclipse.actf.util.Utils
Highest trace level: all information regarding process of GUI construction and execution and validation; includes: warnings and errors from interpreter engine and validator (if present and active) information regarding GUI construction (e.g. steps of algorithm, nodes being built) level 2 information + execution of code blocks and notices about instantiations of objects all level 3 information + constructors and methods being considered and arguments to chosen constructors and methods
allJvmArguments() - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
returns all the JVM arguments held by this launcher.
allSystemProperties() - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
get the registered system properties, each as a string prepared for the command line.
AND - Static variable in class org.eclipse.actf.validation.rules.RuleConstants
 
AndRule - Class in org.eclipse.actf.validation.rules
embodies the actf:and rule
AndRule() - Constructor for class org.eclipse.actf.validation.rules.AndRule
 
aopPath - Variable in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
 
append(String) - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher.Path
 
append(ValidationLauncher.Path) - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher.Path
 
appendToClasspath(String) - Method in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
append the given path to the formed classpath for the launcher.
appendToUsage(String) - Method in class org.eclipse.actf.util.command.CLArgumentProcessor
append the given string to the usage.
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.AbstractRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.AndRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.EqRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.FocusRule
 
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.InstanceofRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in interface org.eclipse.actf.validation.rules.IRule
apply this rule to the given target using the given context.
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.MaxRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.MinRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.NeqRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.OrRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.RangeRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.ReflexiveCriterion
 
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.ReflexiveRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.RegexpRule
insures that either the target is not null or that, if the target is null, null targets can be ignored
apply(IValidationContext, Object) - Method in class org.eclipse.actf.validation.rules.ScriptRule
 
arguments - Variable in class org.eclipse.actf.validation.core.MethodExecutionPoint
 
arguments - Variable in class org.eclipse.actf.validation.core.MethodExecutionPointTarget
 
arrayAsString(String[]) - Static method in class org.eclipse.actf.util.Utils
 
ArrayIterator - Class in org.eclipse.actf.validation.rules
 
ArrayIterator(Object) - Constructor for class org.eclipse.actf.validation.rules.ArrayIterator
 
asManager - Variable in class org.eclipse.actf.accservice.core.AccserviceRegistryChangeListener
 
asPath() - Method in class org.eclipse.actf.accservice.locate.AccessibleNodePointer
 
asPath() - Method in class org.eclipse.actf.model.locate.BaseNodePointer
 
AspectGenerationProcess - Class in org.eclipse.actf.validation.javapp
 
AspectGenerationProcess(IRuleBase, ExecutionPoint, IValidationContext) - Constructor for class org.eclipse.actf.validation.javapp.AspectGenerationProcess
 
AspectGenerationProcess() - Constructor for class org.eclipse.actf.validation.javapp.AspectGenerationProcess
 
AspectGenerator - Class in org.eclipse.actf.validation.javapp.aspects
 
AspectGenerator() - Constructor for class org.eclipse.actf.validation.javapp.aspects.AspectGenerator
 
ASPECTJ_AGENT - Static variable in class org.eclipse.actf.validation.javapp.launch.AspectJValidationLauncher
 
ASPECTJ_AOP_PATH_KEY - Static variable in class org.eclipse.actf.validation.javapp.launch.AspectJValidationLauncher
 
ASPECTJ_AOP_VERBOSE_KEY - Static variable in class org.eclipse.actf.validation.javapp.launch.AspectJValidationLauncher
 
ASPECTJ_CLASSPATH_KEY - Static variable in class org.eclipse.actf.validation.javapp.launch.AspectJValidationLauncher
 
ASPECTJ_RUNTIME_BUNDLE - Static variable in class org.eclipse.actf.validation.javapp.JavaValidationPlugin
 
ASPECTJ_RUNTIME_JAR - Static variable in class org.eclipse.actf.validation.javapp.JavaValidationPlugin
 
ASPECTJ_WEAVER_BUNDLE - Static variable in class org.eclipse.actf.validation.javapp.JavaValidationPlugin
 
ASPECTJ_WEAVER_JAR - Static variable in class org.eclipse.actf.validation.javapp.JavaValidationPlugin
 
AspectJTransformer - Class in org.eclipse.actf.validation.javapp.agent
 
AspectJTransformer() - Constructor for class org.eclipse.actf.validation.javapp.agent.AspectJTransformer
 
AspectJValidationLauncher - Class in org.eclipse.actf.validation.javapp.launch
 
AspectJValidationLauncher(String) - Constructor for class org.eclipse.actf.validation.javapp.launch.AspectJValidationLauncher
 
AspectJValidationLauncher(String, String) - Constructor for class org.eclipse.actf.validation.javapp.launch.AspectJValidationLauncher
 
AspectJValidationLauncher(String, String, String) - Constructor for class org.eclipse.actf.validation.javapp.launch.AspectJValidationLauncher
 
asyncInvokeOnUIThread(Runnable) - Method in class org.eclipse.actf.accservice.core.win32.msaa.MsaaGuiModel
will be invoked on the current thread
asyncInvokeOnUIThread(Runnable) - Method in interface org.eclipse.actf.model.IGuiModel
asyncronously executes the given Runnable from within the UI thread.
asyncInvokeOnUIThread(Runnable) - Method in class org.eclipse.actf.model.javapp.AwtGuiModel
asyncronously executes the given Runnable from within the UI thread.
asyncInvokeOnUIThread(Runnable) - Method in class org.eclipse.actf.model.javapp.SwingGuiModel
asyncronously executes the given Runnable from within the UI thread. That is, the Runnable is placed in a queue and control is returned immediately to the calling thread.
asyncInvokeOnUIThread(Runnable) - Method in class org.eclipse.actf.model.javapp.SwtGuiModel
asyncronously executes the given Runnable from within the UI thread.
AWT_MODEL - Static variable in class org.eclipse.actf.model.javapp.AwtGuiModel
 
AwtGuiModel - Class in org.eclipse.actf.model.javapp
This class embodies essential characteristics of the Java AWT model.
AwtGuiModel() - Constructor for class org.eclipse.actf.model.javapp.AwtGuiModel
create a new AwtGuiModel
AwtGuiModel(String) - Constructor for class org.eclipse.actf.model.javapp.AwtGuiModel
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z _