Uses of Interface
org.eclipse.ui.texteditor.IStatusField
Packages that use IStatusField
Package
Description
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IStatusField in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IStatusFieldModifier and TypeClassDescriptionclassContribution item for the status line.Methods in org.eclipse.ui.texteditor that return IStatusFieldModifier and TypeMethodDescriptionprotected IStatusFieldAbstractTextEditor.getStatusField(String category) Returns the current status field for the given status category.Methods in org.eclipse.ui.texteditor with parameters of type IStatusFieldModifier and TypeMethodDescriptionvoidAbstractTextEditor.setStatusField(IStatusField field, String category) voidITextEditorExtension.setStatusField(IStatusField field, String category) Informs the editor which status field is to be used when posting status information in the given category.