Package | Description |
---|---|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.databinding |
APIs for Workbench properties and observables for use with data binding
Package Specification
This package provides APIs that provide access to properties of Workbench objects for
use with the data binding framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWorkbenchPage
A workbench page consists of an arrangement of views and editors intended to
be presented together to the user in a single workbench window.
|
Modifier and Type | Method and Description |
---|---|
IPartService |
IWorkbenchWindow.getPartService()
Returns the part service which tracks part activation within this
workbench window.
|
Modifier and Type | Method and Description |
---|---|
static IObservableValue<IEditorReference> |
WorkbenchObservables.observeActiveEditor(IPartService partService)
Returns an observable value that tracks the active editor for the given
part service.
|
static IObservableValue<IWorkbenchPartReference> |
WorkbenchObservables.observeActivePart(IPartService partService)
Returns an observable value that tracks the active workbench part for the
given part service.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.