|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelServiceHolder
This interface is designed to implement together with IEditorPart
.
Implementations are also need to implement IModelService
to access to
model of the content within Editor.
IEditorPart
,
IModelService
Method Summary | |
---|---|
org.eclipse.ui.IEditorPart |
getEditorPart()
Get IEditorPart implemented together with this interface |
IModelService |
getModelService()
Get IModelService to access to model of the content |
void |
setEditorTitle(String title)
Set title to IEditorPart implemented together with this interface |
Method Detail |
---|
IModelService getModelService()
IModelService
to access to model of the content
IModelService
org.eclipse.ui.IEditorPart getEditorPart()
IEditorPart
implemented together with this interface
IEditorPart
void setEditorTitle(String title)
IEditorPart
implemented together with this interface
title
- target title
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |