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
 
debugPrintln(Object) - Static method in class org.eclipse.actf.util.logging.DebugPrintUtil
Print target Object to console in debug mode.
debugPrintStackTrace(Exception) - Static method in class org.eclipse.actf.util.logging.DebugPrintUtil
Print stack trace of target Exception in debug mode.
DebugPrintUtil - Class in org.eclipse.actf.util.logging
Utility class to print logs into console in debug or development mode.
DebugPrintUtil() - Constructor for class org.eclipse.actf.util.logging.DebugPrintUtil
 
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_CODEPROCESSOR_FACTORY - Static variable in interface org.eclipse.actf.validation.valdoc.codeproc.ICodeProcessor
 
DEFAULT_CONTEXT_FLAG - Static variable in class org.eclipse.actf.accservice.core.win32.msaa.MsaaAccessibilityEventService
default flag if none specified: WINEVENT_OUTOFCONTEXT | WINEVENT_SKIPOWNPROCESS
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
 
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.valdoc.codeproc
default implementation of a factory
DefaultCodeProcessorFactory() - Constructor for class org.eclipse.actf.validation.valdoc.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.valdoc.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.valdoc.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) - Static method in class org.eclipse.actf.util.FileUtils
delete files or directories under the specified root directory
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.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.
detach() - Method in class org.eclipse.actf.util.dom.NodeIteratorImpl
 
DETAIL - Static variable in interface org.eclipse.actf.util.logging.IReporter
 
detect() - Method in class org.eclipse.actf.util.JapaneseEncodingDetector
Return detected Japanese encoding of the target input stream.
devOrDebugPrintln(Object) - Static method in class org.eclipse.actf.util.logging.DebugPrintUtil
Print target Object to console in debug or development mode.
devOrDebugPrintStackTrace(Exception) - Static method in class org.eclipse.actf.util.logging.DebugPrintUtil
Print stack trace of target Exception in debug or development mode.
devPrintln(Object) - Static method in class org.eclipse.actf.util.logging.DebugPrintUtil
Print target Object to console in development mode.
devPrintStackTrace(Exception) - Static method in class org.eclipse.actf.util.logging.DebugPrintUtil
Print stack trace of target Exception in development mode.
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
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.valdoc.rulebase.IValidationDocument
attribute for document name; value = 'name'
DOCUMENT_VERSION - Static variable in interface org.eclipse.actf.validation.valdoc.rulebase.IValidationDocument
attribute for document version; value = 'version'
DocumentRuleBaseBuilder - Class in org.eclipse.actf.validation.valdoc.rulebase
implementation responsible for processing validation documents in ACTF.
DocumentRuleBaseBuilder() - Constructor for class org.eclipse.actf.validation.valdoc.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
 
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
 
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
 
DomBrowserGuiModel - Class in org.eclipse.actf.model.mozdom
implementation for an embedded browser widget.
DomBrowserGuiModel(String) - Constructor for class org.eclipse.actf.model.mozdom.DomBrowserGuiModel
 
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
 
DomPrintUtil - Class in org.eclipse.actf.util.dom
Utility class to print out DOM
DomPrintUtil(Document) - Constructor for class org.eclipse.actf.util.dom.DomPrintUtil
Constructor of DOM print utility.
DomPrintUtil.AttributeFilter - Interface in org.eclipse.actf.util.dom
AttributeFilter defines the behavior of a filter that is used for converting attributes of each Element into String.
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
 
drawRectangle(Rectangle) - 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
 
DWMEM_FILESIZE - Static 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 _