Uses of Interface
org.eclipse.ui.texteditor.IStatusField
-
Packages that use IStatusField Package Description org.eclipse.ui.texteditor 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 IStatusField Modifier and Type Class Description classStatusLineContributionItemContribution item for the status line.Methods in org.eclipse.ui.texteditor that return IStatusField Modifier and Type Method Description protected IStatusFieldAbstractTextEditor. getStatusField(String category)Returns the current status field for the given status category.Methods in org.eclipse.ui.texteditor with parameters of type IStatusField Modifier and Type Method Description voidAbstractTextEditor. 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.
-