Package | Description |
---|---|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.views.bookmarkexplorer |
Provides the standard Bookmarks view which displays
bookmarks on resources.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
org.eclipse.ui.views.properties |
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
|
org.eclipse.ui.views.tasklist |
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDebugView.init(IViewSite site,
IMemento memento) |
Modifier and Type | Method and Description |
---|---|
IViewSite |
IViewPart.getViewSite()
Returns the site for this view.
|
Modifier and Type | Method and Description |
---|---|
void |
IViewPart.init(IViewSite site)
Initializes this view with the given view site.
|
void |
IViewPart.init(IViewSite site,
IMemento memento)
Initializes this view with the given view site.
|
Modifier and Type | Method and Description |
---|---|
static ICommonViewerWorkbenchSite |
CommonViewerSiteFactory.createCommonViewerSite(IViewSite aViewSite) |
void |
CommonNavigator.init(IViewSite aSite,
IMemento aMemento)
Note: This method is for internal use only.
|
Modifier and Type | Method and Description |
---|---|
IViewSite |
ViewPart.getViewSite() |
Modifier and Type | Method and Description |
---|---|
void |
ViewPart.init(IViewSite site) |
void |
PageBookView.init(IViewSite site) |
void |
ViewPart.init(IViewSite site,
IMemento memento) |
Constructor and Description |
---|
PageSite(IViewSite parentViewSite)
Creates a new sub view site of the given parent view site.
|
Modifier and Type | Method and Description |
---|---|
void |
BookmarkNavigator.init(IViewSite site,
IMemento memento)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceNavigator.init(IViewSite site,
IMemento memento)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySheet.init(IViewSite site) |
Modifier and Type | Method and Description |
---|---|
void |
TaskList.init(IViewSite site,
IMemento memento)
Deprecated.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.