Uses of Interface
org.eclipse.ui.texteditor.IStatusField
Package
Description
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IStatusField in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionclass
Contribution item for the status line.Modifier and TypeMethodDescriptionprotected IStatusField
AbstractTextEditor.getStatusField
(String category) Returns the current status field for the given status category.Modifier and TypeMethodDescriptionvoid
AbstractTextEditor.setStatusField
(IStatusField field, String category) void
ITextEditorExtension.setStatusField
(IStatusField field, String category) Informs the editor which status field is to be used when posting status information in the given category.