Package | Description |
---|---|
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.ui |
This package includes interfaces and classes to provide access to the model of the content.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IModelServiceHolder |
MediatorEvent.getModelServiceHolder()
Returns the ModelServiceHolder that is related to this event.
|
Modifier and Type | Method and Description |
---|---|
IModelServiceHolder |
IModelService.getModelServiceHolder()
Get
IModelServiceHolder who owns this implementation |
Modifier and Type | Class and Description |
---|---|
class |
WebBrowserEditor
The Editor implementation to open Web content by using Internet Explorer.
|
Modifier and Type | Class and Description |
---|---|
class |
OOoEditor
The Editor implementation to open OpenDocument Format (ODF) files by using
OpenOffice.org.
|
Modifier and Type | Method and Description |
---|---|
static IModelServiceHolder |
ModelServiceUtils.getActiveModelServiceHolder()
Get
IModelServiceHolder from the current active
IEditorPart |