Package | Description |
---|---|
org.eclipse.jface.text.source.projection |
This package provides the UI part for projection documents of which the most important part is the projection viewer.
|
org.eclipse.ltk.ui.refactoring |
Application programming interface to implement a wizard based user interface for refactorings.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
org.eclipse.ui.texteditor.templates |
Application programming interfaces for interaction
with the Eclipse Java User Interface text support.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectionViewer
A projection source viewer is a source viewer which supports multiple visible
regions which can dynamically be changed.
|
Modifier and Type | Method and Description |
---|---|
protected abstract SourceViewer |
TextStatusContextViewer.createSourceViewer(Composite parent)
Hook to create the source viewer used to present the textual context
information.
|
protected SourceViewer |
TextStatusContextViewer.getSourceViewer()
Returns the internal source viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
TextConsoleViewer
Default viewer used to display a
TextConsole . |
Modifier and Type | Method and Description |
---|---|
protected SourceViewer |
TemplatePreferencePage.createViewer(Composite parent)
Creates, configures and returns a source viewer to present the template
pattern on the preference page.
|
protected SourceViewer |
TemplatePreferencePage.getViewer() |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.