|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final ITextEditorExtension3.InsertMode INSERT
public static final ITextEditorExtension3.InsertMode SMART_INSERT
Method Detail |
public ITextEditorExtension3.InsertMode getInsertMode()
public void setInsertMode(ITextEditorExtension3.InsertMode mode)
mode
- the new insert mode
IllegalArgumentException
- if mode
is not a legal insert mode for this editorpublic void showChangeInformation(boolean show)
show
- true
if quick diff information should be shown, false
otherwisepublic boolean isChangeInformationShowing()
true
if quick diff info is displayed, false
otherwise
|
Eclipse Platform Release 3.0 |
||||||||||
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, 2004. All rights reserved.