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 _

D

DEBUG_OPTION_ID - Static variable in class org.eclipse.actf.core.ActfCorePlugin
 
decrementThreadCount() - Static method in class org.eclipse.actf.validation.core.ValidationThread
 
DEFAULT_ACTF_RESOURCES_DIR - Static variable in interface org.eclipse.actf.util.resources.IResourceLocator
 
DEFAULT_LEVEL - Static variable in interface org.eclipse.actf.util.logging.IReporter
 
DEFAULT_RULEBASE_MAP_FILE - Static variable in class org.eclipse.actf.validation.ValidationConstants
 
DEFAULT_TIMEOUT - Static variable in class org.eclipse.actf.validation.javapp.aspects.InterJvmValidationAspect
 
DefaultAdaptorFactory - Class in org.eclipse.actf.core.adapt
default implementation for creating adaptors in ACTF.
DefaultAdaptorFactory() - Constructor for class org.eclipse.actf.core.adapt.DefaultAdaptorFactory
create a default adaptor factory
DefaultArgumentResolver - Class in org.eclipse.actf.util.command
This default implementation resolves arguments to primitive values, instances of wrappers of primitive types, String instances, and Class instances.
DefaultArgumentResolver() - Constructor for class org.eclipse.actf.util.command.DefaultArgumentResolver
create a default implementation for resolving arguments to switches on the command line.
DefaultCodeProcessorFactory - Class in org.eclipse.actf.validation.doc.codeproc
default implementation of a factory
DefaultCodeProcessorFactory() - Constructor for class org.eclipse.actf.validation.doc.codeproc.DefaultCodeProcessorFactory
create a new DefaultCodeProcessorFactory and use the .properties file packaged with ACTF to find processor
DefaultCodeProcessorFactory(String) - Constructor for class org.eclipse.actf.validation.doc.codeproc.DefaultCodeProcessorFactory
create a new DefaultCodeProcessorFactory and use the .properties file with the given name to find processor
DefaultCodeProcessorFactory(InputStream) - Constructor for class org.eclipse.actf.validation.doc.codeproc.DefaultCodeProcessorFactory
create a new DefaultCodeProcessorFactory and use the specified stream to find processor
defaultIdPropName - Variable in class org.eclipse.actf.model.locate.AbstractNodeLocator
 
DefaultModelFactory - Class in org.eclipse.actf.model
retrieves the desired IModel based upon the raven:model attribute value of the <rulebase> element.
DefaultModelFactory() - Constructor for class org.eclipse.actf.model.DefaultModelFactory
 
defaultOutputLevel - Variable in class org.eclipse.actf.util.logging.AbstractReporter
 
DefaultResourceLocator - Class in org.eclipse.actf.util.resources
a default implementation of the IResourceLocator interface for ACTF.
DefaultResourceLocator() - Constructor for class org.eclipse.actf.util.resources.DefaultResourceLocator
 
DefaultValidationContextFactory - Class in org.eclipse.actf.validation.validators
The IValidationContext factory.
DefaultValidationContextFactory() - Constructor for class org.eclipse.actf.validation.validators.DefaultValidationContextFactory
 
DefaultValidationProcessMappingFactory - Class in org.eclipse.actf.validation.core
default factory for mapping validators to validation processes.
DefaultValidationProcessMappingFactory() - Constructor for class org.eclipse.actf.validation.core.DefaultValidationProcessMappingFactory
 
deleteFiles(File, String) - Static method in class org.eclipse.actf.util.FileUtils
delete files or directories matching a specified pattern
deleteText(int, int) - Method in interface org.eclipse.actf.accservice.core.IAccessibleEditableTextElement
Deletes the text between two indices
deleteText(int, int) - Method in class org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleEditableText
 
deleteText(int, int) - Method in class org.eclipse.actf.accservice.javapp.JavaAccessibleEditableText
 
describe(Object) - Method in class org.eclipse.actf.accservice.locate.AccessibleNodeLocator
identifies the specified IAccessibleElement with its accessibleName properties.
describe(Object) - Method in class org.eclipse.actf.model.javapp.locate.SwtComponentLocator
identify or distinguish the SWT Widget in an SWT component hierarchy.
describe(Object) - Method in class org.eclipse.actf.model.locate.AbstractNodeLocator
identify or distinguish the given element in the hierarchy.
describe(Object) - Method in interface org.eclipse.actf.model.locate.INodeLocator
describe the specified element.
DESCRIPTION - Static variable in class org.eclipse.actf.validation.rules.RuleConstants
 
descriptionAsString(Properties) - Static method in class org.eclipse.actf.model.locate.AbstractNodeLocator
utility method for converting the set of properties returned by describe to a string.
DETAIL - Static variable in interface org.eclipse.actf.util.logging.IReporter
 
dirCount - Variable in class org.eclipse.actf.util.jar.ZipImploder
 
dispose() - Method in class org.eclipse.actf.accservice.core.win32.msaa.MsaaAccessible
dispose the native resources
DISTINCT_JVM_KEY - Static variable in class org.eclipse.actf.validation.javapp.launch.ValidationLauncher
system property to indicate distinct JVM (i.e. running apart from Eclipse environment
doAccessibleAction(int) - Method in class org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleAction
Performs the specified Action on the object.
DOCUMENT - Static variable in class org.eclipse.actf.validation.rulebase.DocumentRuleBaseDescriptor
indicates the document type of rulebase; value is 'document'
DOCUMENT_NAME - Static variable in interface org.eclipse.actf.validation.doc.rulebase.IValidationDocument
attribute for document name; value = 'name'
DOCUMENT_VERSION - Static variable in interface org.eclipse.actf.validation.doc.rulebase.IValidationDocument
attribute for document version; value = 'version'
DocumentRuleBaseBuilder - Class in org.eclipse.actf.validation.doc.rulebase
implementation responsible for processing validation documents in ACTF.
DocumentRuleBaseBuilder() - Constructor for class org.eclipse.actf.validation.doc.rulebase.DocumentRuleBaseBuilder
 
DocumentRuleBaseDescriptor - Class in org.eclipse.actf.validation.rulebase
implementation for a document rulebase.
DocumentRuleBaseDescriptor() - Constructor for class org.eclipse.actf.validation.rulebase.DocumentRuleBaseDescriptor
 
doDefaultAction() - Method in class org.eclipse.actf.accservice.core.win32.ia2.IA2Accessible
 
doDefaultAction() - Method in class org.eclipse.actf.accservice.core.win32.msaa.MsaaAccessible
 
doit - Variable in class org.eclipse.actf.validation.javapp.events.LaunchEvent
perform the underlying action only if true
DOM_MODEL - Static variable in class org.eclipse.actf.model.dom.DomModel
 
DOM_MODEL_PLUGIN_ID - Static variable in class org.eclipse.actf.model.dom.DomModelPlugin
 
DOM_MODEL_PLUGIN_JAR - Static variable in class org.eclipse.actf.model.dom.DomModelPlugin
 
DomAccessibilityValidator - Class in org.eclipse.actf.validation.validators
implementation of a validator for W3C DOM models
DomAccessibilityValidator(IRuleSet) - Constructor for class org.eclipse.actf.validation.validators.DomAccessibilityValidator
 
DomModel - Class in org.eclipse.actf.model.dom
serves as a model of a hierarchy of nodes that represent the basic elements of an XML document.
DomModel() - Constructor for class org.eclipse.actf.model.dom.DomModel
new DomModel instance; default is org.eclipse.actf.core.config.Configuration.DOM_MODEL
DomModel(String) - Constructor for class org.eclipse.actf.model.dom.DomModel
 
DomModelPlugin - Class in org.eclipse.actf.model.dom
 
DomModelPlugin() - Constructor for class org.eclipse.actf.model.dom.DomModelPlugin
The constructor
DomNodeIterator - Class in org.eclipse.actf.validation.rules
 
DomNodeIterator(Object) - Constructor for class org.eclipse.actf.validation.rules.DomNodeIterator
 
DomNodeLocator - Class in org.eclipse.actf.model.dom.locate
a locator for elements of a W3C DOM-compliant hierarchy
DomNodeLocator() - Constructor for class org.eclipse.actf.model.dom.locate.DomNodeLocator
create an element locator for W3C DOM elements
DomNodeLocator(String, String, NodePointerFactory) - Constructor for class org.eclipse.actf.model.dom.locate.DomNodeLocator
 
DomTreeNodeWalker - Class in org.eclipse.actf.model.dom.traverse
used to walk the nodes of a DomModel.
DomTreeNodeWalker() - Constructor for class org.eclipse.actf.model.dom.traverse.DomTreeNodeWalker
 
doRunValidation(Object) - Method in class org.eclipse.actf.validation.javapp.aspects.InterJvmValidationAspect
 
doShutdown() - Method in class org.eclipse.actf.validation.javapp.aspects.InterJvmValidationAspect
 
drawRectangle() - Method in class org.eclipse.actf.accservice.core.win32.msaa.MsaaAccessible
 
dumpThreadState() - Static method in class org.eclipse.actf.util.thread.ThreadUtils
 
dumpThreadState(String) - Static method in class org.eclipse.actf.util.thread.ThreadUtils
 
dwMemFileSize - Variable in class org.eclipse.actf.accservice.core.win32.msaa.MsaaAccessibilityEventService
 

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 _