Uses of Interface
org.eclipse.jface.action.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.action
Modifier and TypeClassDescriptionclass
A status line manager is a contribution manager which realizes itself and its items in a status line control.class
ASubStatusLineManager
is used to define a set of contribution items within a parent manager.Modifier and TypeMethodDescriptionprotected final IStatusLineManager
SubStatusLineManager.getParentStatusLineManager()
ModifierConstructorDescriptionConstructs a new manager. -
Uses of IStatusLineManager in org.eclipse.ui
Modifier and TypeMethodDescriptionIActionBars.getStatusLineManager()
Returns the status line manager.SubActionBars.getStatusLineManager()
Returns the status line manager. -
Uses of IStatusLineManager in org.eclipse.ui.application
Modifier and TypeMethodDescriptionIActionBarConfigurer.getStatusLineManager()
Returns the status line manager of a workbench window.Modifier and TypeMethodDescriptionprotected void
ActionBarAdvisor.fillStatusLine
(IStatusLineManager statusLine) Fills the status line with the main status line contributions for the window. -
Uses of IStatusLineManager in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionWWinActionBars.getStatusLineManager()
Returns the status line manager. -
Uses of IStatusLineManager in org.eclipse.ui.part
Modifier and TypeMethodDescriptionvoid
EditorActionBarContributor.contributeToStatusLine
(IStatusLineManager statusLineManager) Contributes to the given status line.void
Page.makeContributions
(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager) This method exists for backward compatibility. -
Uses of IStatusLineManager in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionprotected IStatusLineManager
AbstractTextEditor.getStatusLineManager()
Returns the status line manager of this editor.Modifier and TypeMethodDescriptionvoid
BasicTextEditorActionContributor.contributeToStatusLine
(IStatusLineManager statusLineManager) ModifierConstructorDescriptionMarkRegionTarget
(ITextViewer viewer, IStatusLineManager manager) Creates a MarkRegionTaret. -
Uses of IStatusLineManager in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionvoid
PropertySheetPage.makeContributions
(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)