|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStatusLineManager | |
---|---|
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.application | Application-level APIs for configuring and controling the Eclipse Platform User Interface. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.presentations | |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
org.eclipse.ui.views.properties | 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 |
---|
Classes in org.eclipse.jface.action that implement IStatusLineManager | |
class |
StatusLineManager
A status line manager is a contribution manager which realizes itself and its items in a status line control. |
class |
SubStatusLineManager
A SubStatusLineManager is used to define a set of contribution
items within a parent manager. |
Methods in org.eclipse.jface.action that return IStatusLineManager | |
protected IStatusLineManager |
SubStatusLineManager.getParentStatusLineManager()
Returns the parent status line manager that this sub-manager contributes to. |
Constructors in org.eclipse.jface.action with parameters of type IStatusLineManager | |
SubStatusLineManager(IStatusLineManager mgr)
Constructs a new manager. |
Uses of IStatusLineManager in org.eclipse.ui |
---|
Methods in org.eclipse.ui that return IStatusLineManager | |
IStatusLineManager |
SubActionBars.getStatusLineManager()
Returns the status line manager. |
IStatusLineManager |
IActionBars.getStatusLineManager()
Returns the status line manager. |
Uses of IStatusLineManager in org.eclipse.ui.application |
---|
Methods in org.eclipse.ui.application that return IStatusLineManager | |
IStatusLineManager |
IActionBarConfigurer.getStatusLineManager()
Returns the status line manager of a workbench window. |
Methods in org.eclipse.ui.application with parameters of type IStatusLineManager | |
protected 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.part |
---|
Methods in org.eclipse.ui.part with parameters of type IStatusLineManager | |
void |
Page.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager)
|
void |
EditorActionBarContributor.contributeToStatusLine(IStatusLineManager statusLineManager)
Contributes to the given status line. |
Uses of IStatusLineManager in org.eclipse.ui.presentations |
---|
Methods in org.eclipse.ui.presentations that return IStatusLineManager | |
IStatusLineManager |
AbstractPresentationFactory.createStatusLineManager()
Creates the status line manager for the window. |
Methods in org.eclipse.ui.presentations with parameters of type IStatusLineManager | |
Control |
AbstractPresentationFactory.createStatusLineControl(IStatusLineManager statusLine,
Composite parent)
Creates the control for the window's status line. |
Uses of IStatusLineManager in org.eclipse.ui.texteditor |
---|
Methods in org.eclipse.ui.texteditor with parameters of type IStatusLineManager | |
void |
BasicTextEditorActionContributor.contributeToStatusLine(IStatusLineManager statusLineManager)
|
Constructors in org.eclipse.ui.texteditor with parameters of type IStatusLineManager | |
MarkRegionTarget(ITextViewer viewer,
IStatusLineManager manager)
Creates a MarkRegionTaret. |
Uses of IStatusLineManager in org.eclipse.ui.views.properties |
---|
Methods in org.eclipse.ui.views.properties with parameters of type IStatusLineManager | |
void |
PropertySheetPage.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager)
|
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.