Package | Description |
---|---|
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.browser |
This package includes interfaces and utilities for ACTF Web Browser Editor.
|
org.eclipse.actf.model.ui.editors.ie |
This package contains ACTF Browser Editor (Internet Explorer).
|
org.eclipse.actf.model.ui.editors.ooo |
This package contains ACTF ODF Editor (OpenOffice.org).
|
org.eclipse.actf.model.ui.util |
This package includes utilities for ACTF model components.
|
org.eclipse.actf.visualization.blind |
This package contains interface and base implementation of blind usability visualizer.
|
org.eclipse.actf.visualization.gui |
This package contains interface that includes GUI Visualization View IDs.
|
org.eclipse.actf.visualization.ui |
This package includes interfaces and base implementations for ACTF Visualization views.
|
Modifier and Type | Method and Description |
---|---|
IModelService |
IModelServiceHolder.getModelService()
Get
IModelService to access to model of the content |
Constructor and Description |
---|
ModelServiceImageCreator(IModelService modelService)
Constructor of the class
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWebBrowserACTF
Interface to provide access to model of the Web content as
Document . |
Modifier and Type | Method and Description |
---|---|
IModelService |
WebBrowserEditor.getModelService() |
Modifier and Type | Method and Description |
---|---|
IModelService |
OOoEditor.getModelService() |
Modifier and Type | Method and Description |
---|---|
static IModelService |
ModelServiceUtils.getActiveModelService()
Get
IModelService from the current active IEditorPart |
Modifier and Type | Method and Description |
---|---|
boolean |
BlindVisualizerBase.setModelService(IModelService targetModel) |
boolean |
IBlindVisualizer.setModelService(IModelService modelService)
Set target
IModelService for visualization |
Modifier and Type | Method and Description |
---|---|
IModelService |
TargetWindowDataProvider.getActiveModelService()
Get current active Data source
|
IModelService[] |
TargetWindowDataProvider.getModelService()
Get all ModelService
|
Modifier and Type | Method and Description |
---|---|
void |
VisualizationCanvas.setCurrentModelService(IModelService currentModelService)
Set current active model service
|
void |
VisualizationCanvas.showImage(org.eclipse.swt.graphics.ImageData imageData,
IModelService targetModelService)
Show
ImageData to Canvas and set specified IModelService
as a view sync target |