Package | Description |
---|---|
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.properties |
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CommonNavigator.show(ShowInContext context) |
Modifier and Type | Method and Description |
---|---|
ShowInContext |
IShowInSource.getShowInContext()
Returns the context to show, or
null if there is
currently no valid context to show. |
Modifier and Type | Method and Description |
---|---|
boolean |
IShowInTarget.show(ShowInContext context)
Shows the given context in this target.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyShowInContext |
Modifier and Type | Method and Description |
---|---|
ShowInContext |
PropertySheet.getShowInContext()
Returns the context to show, or
null if there is
currently no valid context to show. |
Modifier and Type | Method and Description |
---|---|
boolean |
PropertySheet.show(ShowInContext aContext)
Shows the given context in this target.
|
Constructor and Description |
---|
PropertyShowInContext(IWorkbenchPart aPart,
ShowInContext aShowInContext) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.