Package | Description |
---|---|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPerspectiveListener2
Extension interface to
IPerspectiveListener which
adds support for listening to part-specific perspective lifecycle events. |
interface |
IPerspectiveListener3
Extension interface to
IPerspectiveListener which
adds support for listening to perspective open and close events. |
interface |
IPerspectiveListener4
Extension interface to
IPerspectiveListener which adds support
for listening to perspective pre-deactivate events. |
Modifier and Type | Class and Description |
---|---|
class |
PerspectiveAdapter
This adapter class provides default implementations for the methods described
by the
IPerspectiveListener interface and its extension
interfaces. |
Modifier and Type | Method and Description |
---|---|
void |
IPageService.addPerspectiveListener(IPerspectiveListener listener)
Adds the given listener for a page's perspective lifecycle events.
|
void |
IPageService.removePerspectiveListener(IPerspectiveListener listener)
Removes the given page's perspective listener.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.