public interface ITextEditorExtension2
ITextEditor
. Adds
the following functions:
Modifier and Type | Method and Description |
---|---|
boolean |
isEditorInputModifiable()
Returns whether the editor's input can be persistently be modified.
|
boolean |
validateEditorInputState()
Validates the state of the given editor input.
|
boolean isEditorInputModifiable()
ITextEditorExtension.isEditorInputReadOnly
as read-only elements may be modifiable and
writable elements may not be modifiable. If the given element is not connected to this document
provider, the result is undefined. Document providers are allowed to use a cache to answer this
question, i.e. there can be a difference between the "real" state of the element and the return
value.true
if the editor input is modifiableboolean validateEditorInputState()
true
if the input was validated, false
otherwise
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.