Package | Description |
---|---|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Field and Description |
---|---|
static ITextEditorExtension3.InsertMode |
ITextEditorExtension3.INSERT
Represents the non-smart insert mode.
|
static ITextEditorExtension3.InsertMode |
ITextEditorExtension3.SMART_INSERT
Represents the smart insert mode.
|
Modifier and Type | Method and Description |
---|---|
ITextEditorExtension3.InsertMode |
AbstractTextEditor.getInsertMode() |
ITextEditorExtension3.InsertMode |
ITextEditorExtension3.getInsertMode()
Returns the current input mode of this editor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTextEditor.configureInsertMode(ITextEditorExtension3.InsertMode mode,
boolean legal)
Configures the given insert mode as legal or illegal.
|
void |
AbstractTextEditor.setInsertMode(ITextEditorExtension3.InsertMode newMode) |
void |
ITextEditorExtension3.setInsertMode(ITextEditorExtension3.InsertMode mode)
Sets the insert mode of this editor.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.