Uses of Class
org.eclipse.ui.part.ShowInContext
Package
Description
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of ShowInContext in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionprotected ShowInContext
ShowInMenu.getContext
(IWorkbenchPart sourcePart) Returns theShowInContext
to show in the selected target, ornull
if there is no valid context to show. -
Uses of ShowInContext in org.eclipse.ui.part
Modifier and TypeMethodDescriptionIShowInSource.getShowInContext()
Returns the context to show, ornull
if there is currently no valid context to show.Modifier and TypeMethodDescriptionboolean
IShowInTarget.show
(ShowInContext context) Shows the given context in this target. -
Uses of ShowInContext in org.eclipse.ui.views.properties
Modifier and TypeClassDescriptionclass
Carries the context for the Show In action.ModifierConstructorDescriptionPropertyShowInContext
(IWorkbenchPart aPart, ShowInContext aShowInContext)