Uses of Interface
org.eclipse.actf.model.ui.IModelServiceHolder

Packages that use IModelServiceHolder
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. 
 

Uses of IModelServiceHolder in org.eclipse.actf.mediator
 

Methods in org.eclipse.actf.mediator that return IModelServiceHolder
 IModelServiceHolder MediatorEvent.getModelServiceHolder()
          Returns the ModelServiceHolder that is related to this event.
 

Uses of IModelServiceHolder in org.eclipse.actf.model.ui
 

Methods in org.eclipse.actf.model.ui that return IModelServiceHolder
 IModelServiceHolder IModelService.getModelServiceHolder()
          Get IModelServiceHolder who owns this implementation
 

Uses of IModelServiceHolder in org.eclipse.actf.model.ui.editors.ie
 

Classes in org.eclipse.actf.model.ui.editors.ie that implement IModelServiceHolder
 class WebBrowserEditor
          The Editor implementation to open Web content by using Internet Explorer.
 

Uses of IModelServiceHolder in org.eclipse.actf.model.ui.editors.ooo
 

Classes in org.eclipse.actf.model.ui.editors.ooo that implement IModelServiceHolder
 class OOoEditor
          The Editor implementation to open OpenDocument Format (ODF) files by using OpenOffice.org.
 

Uses of IModelServiceHolder in org.eclipse.actf.model.ui.util
 

Methods in org.eclipse.actf.model.ui.util that return IModelServiceHolder
static IModelServiceHolder ModelServiceUtils.getActiveModelServiceHolder()
          Get IModelServiceHolder from the current active IEditorPart