- ObjectElement - Interface in org.eclipse.actf.model.dom.odf.draw
-
Interface for <draw:object> element.
- ObjectOleElement - Interface in org.eclipse.actf.model.dom.odf.draw
-
Interface for <draw:object-ole> element.
- ODF_CONTENT_FILENAME - Static variable in class org.eclipse.actf.model.dom.odf.ODFConstants
-
- ODF_MANIFEST_DIR - Static variable in class org.eclipse.actf.model.dom.odf.ODFConstants
-
- ODF_MANIFEST_FILENAME - Static variable in class org.eclipse.actf.model.dom.odf.ODFConstants
-
- ODF_STYLE_FILENAME - Static variable in class org.eclipse.actf.model.dom.odf.ODFConstants
-
- ODFAttr - Interface in org.eclipse.actf.model.dom.odf.base
-
The extended interface of the
Attr
.
- ODFCharacterData - Interface in org.eclipse.actf.model.dom.odf.base
-
- ODFComment - Interface in org.eclipse.actf.model.dom.odf.base
-
The extended interface of the
Comment
.
- ODFConstants - Class in org.eclipse.actf.model.dom.odf
-
ODFConstants defines the constant values used by ODF DOM API
- ODFConstants() - Constructor for class org.eclipse.actf.model.dom.odf.ODFConstants
-
- ODFConstants.ContentType - Enum in org.eclipse.actf.model.dom.odf
-
- ODFConverter - Interface in org.eclipse.actf.model.dom.odf.util.converter
-
ODF converter class should implement this interface
- ODFConverterCreator - Class in org.eclipse.actf.model.dom.odf.util.converter
-
Factory class to create ODF converter class
- ODFConverterCreator() - Constructor for class org.eclipse.actf.model.dom.odf.util.converter.ODFConverterCreator
-
- ODFConverterUtils - Class in org.eclipse.actf.model.dom.odf.util.converter
-
Utility class used by ODF converter classes
- ODFConverterUtils() - Constructor for class org.eclipse.actf.model.dom.odf.util.converter.ODFConverterUtils
-
- ODFDocument - Interface in org.eclipse.actf.model.dom.odf.base
-
- ODFElement - Interface in org.eclipse.actf.model.dom.odf.base
-
The extended interface of the
Element
.
- ODFException - Exception in org.eclipse.actf.model.dom.odf
-
When a ODF parser meets an unexpected and unrecoverable error, ODFException is thrown
- ODFException() - Constructor for exception org.eclipse.actf.model.dom.odf.ODFException
-
- ODFException(String) - Constructor for exception org.eclipse.actf.model.dom.odf.ODFException
-
- ODFException(String, Throwable) - Constructor for exception org.eclipse.actf.model.dom.odf.ODFException
-
- ODFException(Throwable) - Constructor for exception org.eclipse.actf.model.dom.odf.ODFException
-
- ODFFileUtils - Class in org.eclipse.actf.model.dom.odf.util
-
Utility class used by ODF file read and write classes
- ODFFileUtils() - Constructor for class org.eclipse.actf.model.dom.odf.util.ODFFileUtils
-
- ODFNamedNodeMap - Interface in org.eclipse.actf.model.dom.odf.base
-
- ODFNode - Interface in org.eclipse.actf.model.dom.odf.base
-
The extended interface of the
Node
.
- ODFNodeList - Interface in org.eclipse.actf.model.dom.odf.base
-
- ODFParser - Class in org.eclipse.actf.model.dom.odf
-
ODFParser is used when parsing ODF documents.
- ODFParser() - Constructor for class org.eclipse.actf.model.dom.odf.ODFParser
-
- ODFProcessingInstruction - Interface in org.eclipse.actf.model.dom.odf.base
-
- ODFText - Interface in org.eclipse.actf.model.dom.odf.base
-
The extended interface of the
Text
.
- ODFWriter - Class in org.eclipse.actf.model.dom.odf.util
-
Utility class to save ODF document
- ODFWriter() - Constructor for class org.eclipse.actf.model.dom.odf.util.ODFWriter
-
- ODP_SUFFIX - Static variable in class org.eclipse.actf.model.dom.odf.ODFConstants
-
- ODS_SUFFIX - Static variable in class org.eclipse.actf.model.dom.odf.ODFConstants
-
- ODT_SUFFIX - Static variable in class org.eclipse.actf.model.dom.odf.ODFConstants
-
- OFFICE_NAMESPACE_URI - Static variable in class org.eclipse.actf.model.dom.odf.office.OfficeConstants
-
- OfficeConstants - Class in org.eclipse.actf.model.dom.odf.office
-
OfficeConstants defines the constant values used by office namespace of ODF DOM API
- OfficeConstants() - Constructor for class org.eclipse.actf.model.dom.odf.office.OfficeConstants
-
- OK - Static variable in interface org.eclipse.actf.ui.util.IDialogConstants
-
OK
- OK - Static variable in interface org.eclipse.actf.visualization.blind.IBlindVisualizer
-
Visualization success code.
- OLECONTF_EMBEDDINGS - Static variable in interface org.eclipse.actf.util.win32.comclutch.IOleContainer
-
- OLECONTF_LINKS - Static variable in interface org.eclipse.actf.util.win32.comclutch.IOleContainer
-
- OLECONTF_ONLYIFRUNNING - Static variable in interface org.eclipse.actf.util.win32.comclutch.IOleContainer
-
- OLECONTF_ONLYUSER - Static variable in interface org.eclipse.actf.util.win32.comclutch.IOleContainer
-
- OLECONTF_OTHERS - Static variable in interface org.eclipse.actf.util.win32.comclutch.IOleContainer
-
- once() - Static method in class org.eclipse.actf.ui.util.timer.Yield
-
Call readAndDispatch method of the current Display.
- onEdit(IEditable, String) - Method in interface org.eclipse.actf.model.dom.odf.content.IEditListener
-
- onStyle(IStylable, String) - Method in interface org.eclipse.actf.model.dom.odf.content.IStyleListener
-
- OOoEditor - Class in org.eclipse.actf.model.ui.editors.ooo
-
The Editor implementation to open OpenDocument Format (ODF) files by using
OpenOffice.org.
- OOoEditor() - Constructor for class org.eclipse.actf.model.ui.editors.ooo.OOoEditor
-
Creates a new OpenOffice.org Editor.
- OOoEditorInitUtil - Class in org.eclipse.actf.model.ui.editors.ooo.initializer.util
-
Utility class for OpenOffice.org (OOo) Editor.
- OOoEditorInitUtil() - Constructor for class org.eclipse.actf.model.ui.editors.ooo.initializer.util.OOoEditorInitUtil
-
- OpacityElement - Interface in org.eclipse.actf.model.dom.odf.draw
-
Interface for <draw:opacity> element.
- open(String) - Method in interface org.eclipse.actf.model.ui.IModelService
-
Open specified URL
- open(File) - Method in interface org.eclipse.actf.model.ui.IModelService
-
- open(Shell, int, String, String) - Static method in class org.eclipse.actf.ui.util.DialogSave
-
Open dialog to enable users to specify target file name to save.
- openElementViewer() - Method in interface org.eclipse.actf.visualization.engines.blind.html.ui.elementViewer.IElementViewerManager
-
Open element information viewer.
- OPENFILE_INFO - Static variable in interface org.eclipse.actf.ui.util.IDialogConstants
-
Type target URL, then press enter.
- openInExistingEditor(String) - Static method in class org.eclipse.actf.model.ui.util.ModelServiceUtils
-
- openPreferenceDialog() - Static method in class org.eclipse.actf.ui.util.PreferenceUtils
-
Open a workbench preference dialog.
- openPreferenceDialog(String) - Static method in class org.eclipse.actf.ui.util.PreferenceUtils
-
Open a workbench preference dialog and selects particular preference
page.
- OptionElement - Interface in org.eclipse.actf.model.dom.odf.form
-
Interface for <form:option> element.
- or(IProposition...) - Static method in class org.eclipse.actf.util.vocab.Vocabulary
-
- oReplaceImage - Variable in class org.eclipse.actf.visualization.engines.blind.ParamBlind
-
- org.eclipse.actf.ai.tts - package org.eclipse.actf.ai.tts
-
This package contains interfaces and utilities for low level text synthesis.
- org.eclipse.actf.ai.voice - package org.eclipse.actf.ai.voice
-
This package contains interfaces and utilities that enable an application to perform text synthesis
operations.
- org.eclipse.actf.ai.voice.preferences.util - package org.eclipse.actf.ai.voice.preferences.util
-
This package contains utilities for creating voice preference pages.
- org.eclipse.actf.mediator - package org.eclipse.actf.mediator
-
This package contains Mediator that manages components and dataflows in the ACTF by
collaborating with the Eclipse framework.
- org.eclipse.actf.model.dom.dombycom - package org.eclipse.actf.model.dom.dombycom
-
This package contains utilities to access DOM information via the COM wrapper.
- org.eclipse.actf.model.dom.html - package org.eclipse.actf.model.dom.html
-
This package contains HTML Parser and related utilities.
- org.eclipse.actf.model.dom.html.dochandler - package org.eclipse.actf.model.dom.html.dochandler
-
This package contains default implementations of document handler.
- org.eclipse.actf.model.dom.html.errorhandler - package org.eclipse.actf.model.dom.html.errorhandler
-
This package contains implementations of error hander.
- org.eclipse.actf.model.dom.odf - package org.eclipse.actf.model.dom.odf
-
This package contains ODF Parser and related utilities.
- org.eclipse.actf.model.dom.odf.anim - package org.eclipse.actf.model.dom.odf.anim
-
This package contains interfaces and constants of ODF anim namespace.
- org.eclipse.actf.model.dom.odf.base - package org.eclipse.actf.model.dom.odf.base
-
This package contains interfaces of ODF DOM.
- org.eclipse.actf.model.dom.odf.chart - package org.eclipse.actf.model.dom.odf.chart
-
This package contains interfaces and constants of ODF chart namespace.
- org.eclipse.actf.model.dom.odf.content - package org.eclipse.actf.model.dom.odf.content
-
This package contains interfaces of ODF text and graphics contents.
- org.eclipse.actf.model.dom.odf.dr3d - package org.eclipse.actf.model.dom.odf.dr3d
-
This package contains interfaces of ODF dr3d namespace.
- org.eclipse.actf.model.dom.odf.draw - package org.eclipse.actf.model.dom.odf.draw
-
This package contains interfaces of ODF draw namespace.
- org.eclipse.actf.model.dom.odf.form - package org.eclipse.actf.model.dom.odf.form
-
This package contains interfaces of ODF form namespace.
- org.eclipse.actf.model.dom.odf.format - package org.eclipse.actf.model.dom.odf.format
-
This package contains interfaces of ODF format namespace.
- org.eclipse.actf.model.dom.odf.manifest - package org.eclipse.actf.model.dom.odf.manifest
-
This package contains interfaces of ODF manifest namespace.
- org.eclipse.actf.model.dom.odf.number - package org.eclipse.actf.model.dom.odf.number
-
This package contains interfaces of ODF number namespace.
- org.eclipse.actf.model.dom.odf.office - package org.eclipse.actf.model.dom.odf.office
-
This package contains interfaces of ODF office namespace.
- org.eclipse.actf.model.dom.odf.presentation - package org.eclipse.actf.model.dom.odf.presentation
-
This package contains interfaces of ODF presentation namespace.
- org.eclipse.actf.model.dom.odf.range - package org.eclipse.actf.model.dom.odf.range
-
This package contains interfaces that specify ranges of ODF contents.
- org.eclipse.actf.model.dom.odf.style - package org.eclipse.actf.model.dom.odf.style
-
This package contains interfaces of ODF style namespace.
- org.eclipse.actf.model.dom.odf.svg - package org.eclipse.actf.model.dom.odf.svg
-
This package contains interfaces of ODF SVG namespace.
- org.eclipse.actf.model.dom.odf.table - package org.eclipse.actf.model.dom.odf.table
-
This package contains interfaces of ODF table namespace.
- org.eclipse.actf.model.dom.odf.text - package org.eclipse.actf.model.dom.odf.text
-
This package contains interfaces of ODF text namespace.
- org.eclipse.actf.model.dom.odf.util - package org.eclipse.actf.model.dom.odf.util
-
This package contains utilities for read and write ODF documents.
- org.eclipse.actf.model.dom.odf.util.accessibility - package org.eclipse.actf.model.dom.odf.util.accessibility
-
This package contains interfaces for accessibility purposes.
- org.eclipse.actf.model.dom.odf.util.converter - package org.eclipse.actf.model.dom.odf.util.converter
-
This package contains interfaces for converting ODF documents to other file formats.
- org.eclipse.actf.model.dom.odf.xlink - package org.eclipse.actf.model.dom.odf.xlink
-
This package contains interfaces of ODF XLink namespace.
- org.eclipse.actf.model.flash - package org.eclipse.actf.model.flash
-
This package contains interfaces to access Flash player and content from Java.
- org.eclipse.actf.model.flash.as - package org.eclipse.actf.model.flash.as
-
This package contains utilities for ActionScript Objects.
- org.eclipse.actf.model.flash.bridge - package org.eclipse.actf.model.flash.bridge
-
This package contains interface to manage proxy for Flash bridge.
- org.eclipse.actf.model.flash.proxy - package org.eclipse.actf.model.flash.proxy
-
This package contains utilities for Flash Proxy.
- org.eclipse.actf.model.flash.util - package org.eclipse.actf.model.flash.util
-
This package contains utilities for Flash.
- org.eclipse.actf.model.ui - package org.eclipse.actf.model.ui
-
This package includes interfaces and classes to provide access to the model of the content.
- org.eclipse.actf.model.ui.editor - package org.eclipse.actf.model.ui.editor
-
This package includes Dummy Editor Input for Editors of ACTF.
- org.eclipse.actf.model.ui.editor.actions - package org.eclipse.actf.model.ui.editor.actions
-
This package includes actions commonly used for ACTF Editors.
- org.eclipse.actf.model.ui.editor.browser - package org.eclipse.actf.model.ui.editor.browser
-
This package includes interfaces and utilities for ACTF Web Browser Editor.
- org.eclipse.actf.model.ui.editors.ie - package org.eclipse.actf.model.ui.editors.ie
-
This package contains ACTF Browser Editor (Internet Explorer).
- org.eclipse.actf.model.ui.editors.ooo - package org.eclipse.actf.model.ui.editors.ooo
-
This package contains ACTF ODF Editor (OpenOffice.org).
- org.eclipse.actf.model.ui.editors.ooo.initializer.kicker - package org.eclipse.actf.model.ui.editors.ooo.initializer.kicker
-
This package contains dummy interface to start OOoEditorInitializer Plug-in before the OOoEditor
Plug-in (by using LazyStart)
- org.eclipse.actf.model.ui.editors.ooo.initializer.util - package org.eclipse.actf.model.ui.editors.ooo.initializer.util
-
This package contains utilities for ACTF ODF Editor (OpenOffice.org).
- org.eclipse.actf.model.ui.util - package org.eclipse.actf.model.ui.util
-
This package includes utilities for ACTF model components.
- org.eclipse.actf.util.httpproxy - package org.eclipse.actf.util.httpproxy
-
This package includes interfaces and configurations of ACTF HTTP proxy.
- org.eclipse.actf.util.httpproxy.core - package org.eclipse.actf.util.httpproxy.core
-
This package includes core interfaces of ACTF HTTP proxy.
- org.eclipse.actf.util.httpproxy.proxy - package org.eclipse.actf.util.httpproxy.proxy
-
This package includes interfaces to manage sessions of ACTF HTTP proxy.
- org.eclipse.actf.util.httpproxy.util - package org.eclipse.actf.util.httpproxy.util
-
This package includes utilities for ACTF HTTP proxy.
- org.eclipse.actf.util.vocab - package org.eclipse.actf.util.vocab
-
This package contains interfaces and utilities to provide common vocabularies to various objects such as DOM by using propositional logic.
- org.eclipse.actf.util.win32 - package org.eclipse.actf.util.win32
-
This package contains Win32 utilities.
- org.eclipse.actf.util.win32.comclutch - package org.eclipse.actf.util.win32.comclutch
-
This package includes utilities to provides a way to access Windows COM component with Java-like memory management.
- org.eclipse.actf.util.win32.keyhook - package org.eclipse.actf.util.win32.keyhook
-
This package includes interfaces to hook keys in Windows.
- org.eclipse.actf.util.win32.msaa - package org.eclipse.actf.util.win32.msaa
-
This package includes classes to access Microsoft Active Accessibility (MSAA) Interface.
- org.eclipse.actf.visualization - package org.eclipse.actf.visualization
-
This package includes constants for ACTF visualization.
- org.eclipse.actf.visualization.blind - package org.eclipse.actf.visualization.blind
-
This package contains interface and base implementation of blind usability visualizer.
- org.eclipse.actf.visualization.engines.blind - package org.eclipse.actf.visualization.engines.blind
-
This package contains utilities for blind usability visualization.
- org.eclipse.actf.visualization.engines.blind.eval - package org.eclipse.actf.visualization.engines.blind.eval
-
This package contains classes for blind usability evaluation.
- org.eclipse.actf.visualization.engines.blind.html - package org.eclipse.actf.visualization.engines.blind.html
-
This package contains blind visualization engine for HTML content.
- org.eclipse.actf.visualization.engines.blind.html.ui.actions - package org.eclipse.actf.visualization.engines.blind.html.ui.actions
-
This package contains action to open ID/CSS viewer.
- org.eclipse.actf.visualization.engines.blind.html.ui.elementViewer - package org.eclipse.actf.visualization.engines.blind.html.ui.elementViewer
-
This package includes interfaces and factory class for HTML Element viewer.
- org.eclipse.actf.visualization.engines.blind.html.util - package org.eclipse.actf.visualization.engines.blind.html.util
-
This package includes utilities for blind usability visualization of HTML content.
- org.eclipse.actf.visualization.engines.blind.ui.actions - package org.eclipse.actf.visualization.engines.blind.ui.actions
-
This package contains action to configure blind usability visualization.
- org.eclipse.actf.visualization.engines.lowvision - package org.eclipse.actf.visualization.engines.lowvision
-
This package contains utilities for low vision simulation and
accessibility evaluation of images.
- org.eclipse.actf.visualization.engines.lowvision.image - package org.eclipse.actf.visualization.engines.lowvision.image
-
This package contains interface and utilities to store image data used in low vision simulation engine.
- org.eclipse.actf.visualization.engines.voicebrowser - package org.eclipse.actf.visualization.engines.voicebrowser
-
This package contains interfaces and utilities for voice browser engines.
- org.eclipse.actf.visualization.eval - package org.eclipse.actf.visualization.eval
-
This package includes interfaces and base implementations for accessibility evaluation.
- org.eclipse.actf.visualization.eval.guideline - package org.eclipse.actf.visualization.eval.guideline
-
This package includes utilities to manage guideline information for evaluation.
- org.eclipse.actf.visualization.eval.html - package org.eclipse.actf.visualization.eval.html
-
This package includes utilities to evaluate HTML content.
- org.eclipse.actf.visualization.eval.html.statistics - package org.eclipse.actf.visualization.eval.html.statistics
-
This package contains utilities to gather statistics information about target HTML content.
- org.eclipse.actf.visualization.eval.problem - package org.eclipse.actf.visualization.eval.problem
-
This package contains interfaces and utilities to hold accessibility issues.
- org.eclipse.actf.visualization.gui - package org.eclipse.actf.visualization.gui
-
This package contains interface that includes GUI Visualization View IDs.
- org.eclipse.actf.visualization.presentation - package org.eclipse.actf.visualization.presentation
-
This package contains interface for specifying mode of presentation visualization.
- org.eclipse.actf.visualization.ui - package org.eclipse.actf.visualization.ui
-
This package includes interfaces and base implementations for ACTF Visualization views.
- org.eclipse.actf.visualization.ui.report.table - package org.eclipse.actf.visualization.ui.report.table
-
This package contains interfaces and utilities for ACTF detailed report table.
- org.eclipse.actf.visualization.util - package org.eclipse.actf.visualization.util
-
This package contains utilities for visualization.
- org.eclipse.actf.visualization.util.html2view - package org.eclipse.actf.visualization.util.html2view
-
This package includes utilities to enable mapping between line number and HTML elements.
- ORG_MAX - Static variable in interface org.eclipse.actf.visualization.eval.html.statistics.IPageStatisticsTag
-
- ORG_MEAN - Static variable in interface org.eclipse.actf.visualization.eval.html.statistics.IPageStatisticsTag
-
- ORG_MIN - Static variable in interface org.eclipse.actf.visualization.eval.html.statistics.IPageStatisticsTag
-
- ORIGINAL_CASE - Static variable in interface org.eclipse.actf.model.dom.html.IParser
-
Constant for tag case (original).
- OUTPUT_ATTR_ODF_CONTENT_ID - Static variable in interface org.eclipse.actf.model.dom.odf.util.converter.ODFConverter
-
- OUTPUT_ATTR_ODF_TAGNAME - Static variable in interface org.eclipse.actf.model.dom.odf.util.converter.ODFConverter
-
- overlay(Image, Image) - Static method in class org.eclipse.actf.visualization.util.ImageOverlayUtil
-
Overlay image onto base image.
- overlay(Image, int[][], int) - Static method in class org.eclipse.actf.visualization.util.ImageOverlayUtil
-
Overlay pixels onto base image.
- overlay(Image, int, int[], int) - Static method in class org.eclipse.actf.visualization.util.ImageOverlayUtil
-
Overlay pixels onto base image.
- OverlayLabel - Class in org.eclipse.actf.util.win32
-
OverlayLabel is used to show some information on the application windows.
- OverlayWindow - Class in org.eclipse.actf.util.win32
-
OverlayWindow is transparent window.
- oVisualizArrival - Variable in class org.eclipse.actf.visualization.engines.blind.ParamBlind
-