Uses of Class
org.eclipse.ui.part.ShowInContext
Packages that use 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
Methods in org.eclipse.ui.internal that return ShowInContextModifier 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
Methods in org.eclipse.ui.part that return ShowInContextModifier and TypeMethodDescriptionIShowInSource.getShowInContext()
Returns the context to show, ornull
if there is currently no valid context to show.Methods in org.eclipse.ui.part with parameters of type ShowInContextModifier and TypeMethodDescriptionboolean
IShowInTarget.show
(ShowInContext context) Shows the given context in this target. -
Uses of ShowInContext in org.eclipse.ui.views.properties
Subclasses of ShowInContext in org.eclipse.ui.views.propertiesModifier and TypeClassDescriptionclass
Carries the context for the Show In action.Methods in org.eclipse.ui.views.properties that return ShowInContextMethods in org.eclipse.ui.views.properties with parameters of type ShowInContextConstructors in org.eclipse.ui.views.properties with parameters of type ShowInContextModifierConstructorDescriptionPropertyShowInContext
(IWorkbenchPart aPart, ShowInContext aShowInContext)