Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.ui.texteditor.IStatusField

Packages that use IStatusField
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
 class StatusLineContributionItem
          Contribution item for the status line.
 

Methods in org.eclipse.ui.texteditor that return IStatusField
protected  IStatusField AbstractTextEditor.getStatusField(String category)
          Returns the current status field for the given status category.
 

Methods in org.eclipse.ui.texteditor with parameters of type IStatusField
 void 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.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.