|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextEditorExtension3
Extension interface for ITextEditor
. Adds
the following functions:
Nested Class Summary | |
---|---|
static class |
ITextEditorExtension3.InsertMode
Constitutes entities to enumerate the editor insert modes. |
Field Summary | |
---|---|
static ITextEditorExtension3.InsertMode |
INSERT
Represents the non-smart insert mode. |
static ITextEditorExtension3.InsertMode |
SMART_INSERT
Represents the smart insert mode. |
Method Summary | |
---|---|
ITextEditorExtension3.InsertMode |
getInsertMode()
Returns the current input mode of this editor. |
boolean |
isChangeInformationShowing()
Returns the quick diff display state. |
void |
setInsertMode(ITextEditorExtension3.InsertMode mode)
Sets the insert mode of this editor. |
void |
showChangeInformation(boolean show)
Sets the display of quick diff information. |
Field Detail |
---|
static final ITextEditorExtension3.InsertMode INSERT
static final ITextEditorExtension3.InsertMode SMART_INSERT
Method Detail |
---|
ITextEditorExtension3.InsertMode getInsertMode()
void setInsertMode(ITextEditorExtension3.InsertMode mode)
mode
- the new insert mode
java.lang.IllegalArgumentException
- if mode
is not a legal insert mode for this editorvoid showChangeInformation(boolean show)
show
- true
if quick diff information should be shown, false
otherwiseboolean isChangeInformationShowing()
true
if quick diff info is displayed, false
otherwise
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.