Package | Description |
---|---|
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 |
Classes for contributing presentations to eclipse.
|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected IStatusLineManager |
SubStatusLineManager.getParentStatusLineManager() |
Constructor and Description |
---|
SubStatusLineManager(IStatusLineManager mgr)
Constructs a new manager.
|
Modifier and Type | Method and Description |
---|---|
IStatusLineManager |
IActionBars.getStatusLineManager()
Returns the status line manager.
|
IStatusLineManager |
SubActionBars.getStatusLineManager()
Returns the status line manager.
|
Modifier and Type | Method and Description |
---|---|
IStatusLineManager |
IActionBarConfigurer.getStatusLineManager()
Returns the status line manager of a workbench window.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActionBarAdvisor.fillStatusLine(IStatusLineManager statusLine)
Fills the status line with the main status line contributions
for the window.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorActionBarContributor.contributeToStatusLine(IStatusLineManager statusLineManager)
Contributes to the given status line.
|
void |
Page.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager) |
Modifier and Type | Method and Description |
---|---|
IStatusLineManager |
AbstractPresentationFactory.createStatusLineManager()
Deprecated.
Creates the status line manager for the window.
|
Modifier and Type | Method and Description |
---|---|
Control |
AbstractPresentationFactory.createStatusLineControl(IStatusLineManager statusLine,
Composite parent)
Deprecated.
Creates the control for the window's status line.
|
Modifier and Type | Method and Description |
---|---|
protected IStatusLineManager |
AbstractTextEditor.getStatusLineManager()
Returns the status line manager of this editor.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTextEditorActionContributor.contributeToStatusLine(IStatusLineManager statusLineManager) |
Constructor and Description |
---|
MarkRegionTarget(ITextViewer viewer,
IStatusLineManager manager)
Creates a MarkRegionTaret.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySheetPage.makeContributions(IMenuManager menuManager,
IToolBarManager toolBarManager,
IStatusLineManager statusLineManager) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.