|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
There are a couple of ways the entire contents of the editor can be replaced.
Some language models may want to be notified of this so they can maintain an
accurate model. This can be accomplished by implementing ISystemTextEditorContentsReplacedListener
and calling com.ibm.etools.systems.editor.SystemTextEditor#addEditorContentsReplacedListener(IEditorContentRseplacedListener)
.
Then when the editor's contents are replaced the #editorContentsReplaced()
method will be called.
Method Summary | |
---|---|
void |
editorContentsReplaced(LpexTextEditor editor)
There are a couple of ways the entire contents of the editor can be replaced. |
Method Detail |
public void editorContentsReplaced(LpexTextEditor editor)
IEditorContentReplacedListener
and calling com.ibm.etools.systems.editor.SystemTextEditor#addEditorContentReplacedListener(IEditorContentReplacedListener)
.
Then when the editor's contents are replaced the #editorContentsReplaced()
method will be called.
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |