Uses of Interface
org.eclipse.jface.action.IStatusLineManager
Packages that use IStatusLineManager
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
- 
Uses of IStatusLineManager in org.eclipse.jface.actionClasses in org.eclipse.jface.action that implement IStatusLineManagerModifier and TypeClassDescriptionclassA status line manager is a contribution manager which realizes itself and its items in a status line control.classASubStatusLineManageris used to define a set of contribution items within a parent manager.Methods in org.eclipse.jface.action that return IStatusLineManagerModifier and TypeMethodDescriptionprotected final IStatusLineManagerSubStatusLineManager.getParentStatusLineManager()Constructors in org.eclipse.jface.action with parameters of type IStatusLineManagerModifierConstructorDescriptionConstructs a new manager.
- 
Uses of IStatusLineManager in org.eclipse.uiMethods in org.eclipse.ui that return IStatusLineManagerModifier and TypeMethodDescriptionIActionBars.getStatusLineManager()Returns the status line manager.SubActionBars.getStatusLineManager()Returns the status line manager.
- 
Uses of IStatusLineManager in org.eclipse.ui.applicationMethods in org.eclipse.ui.application that return IStatusLineManagerModifier and TypeMethodDescriptionIActionBarConfigurer.getStatusLineManager()Returns the status line manager of a workbench window.Methods in org.eclipse.ui.application with parameters of type IStatusLineManagerModifier and TypeMethodDescriptionprotected voidActionBarAdvisor.fillStatusLine(IStatusLineManager statusLine) Fills the status line with the main status line contributions for the window.
- 
Uses of IStatusLineManager in org.eclipse.ui.internalMethods in org.eclipse.ui.internal that return IStatusLineManagerModifier and TypeMethodDescriptionWWinActionBars.getStatusLineManager()Returns the status line manager.
- 
Uses of IStatusLineManager in org.eclipse.ui.partMethods in org.eclipse.ui.part with parameters of type IStatusLineManagerModifier and TypeMethodDescriptionvoidEditorActionBarContributor.contributeToStatusLine(IStatusLineManager statusLineManager) Contributes to the given status line.voidPage.makeContributions(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager) This method exists for backward compatibility.
- 
Uses of IStatusLineManager in org.eclipse.ui.texteditorMethods in org.eclipse.ui.texteditor that return IStatusLineManagerModifier and TypeMethodDescriptionprotected IStatusLineManagerAbstractTextEditor.getStatusLineManager()Returns the status line manager of this editor.Methods in org.eclipse.ui.texteditor with parameters of type IStatusLineManagerModifier and TypeMethodDescriptionvoidBasicTextEditorActionContributor.contributeToStatusLine(IStatusLineManager statusLineManager) Constructors in org.eclipse.ui.texteditor with parameters of type IStatusLineManagerModifierConstructorDescriptionMarkRegionTarget(ITextViewer viewer, IStatusLineManager manager) Creates a MarkRegionTaret.
- 
Uses of IStatusLineManager in org.eclipse.ui.views.propertiesMethods in org.eclipse.ui.views.properties with parameters of type IStatusLineManagerModifier and TypeMethodDescriptionvoidPropertySheetPage.makeContributions(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)