Uses of Class
org.eclipse.ui.part.ShowInContext
-
Packages that use ShowInContext 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. -
-
Uses of ShowInContext in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator with parameters of type ShowInContext Modifier and Type Method Description boolean
CommonNavigator. show(ShowInContext context)
-
Uses of ShowInContext in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return ShowInContext Modifier and Type Method Description ShowInContext
IShowInSource. 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 ShowInContext Modifier and Type Method Description boolean
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.properties Modifier and Type Class Description class
PropertyShowInContext
Carries the context for the Show In action.Methods in org.eclipse.ui.views.properties that return ShowInContext Modifier and Type Method Description ShowInContext
PropertySheet. getShowInContext()
Methods in org.eclipse.ui.views.properties with parameters of type ShowInContext Modifier and Type Method Description boolean
PropertySheet. show(ShowInContext aContext)
Constructors in org.eclipse.ui.views.properties with parameters of type ShowInContext Constructor Description PropertyShowInContext(IWorkbenchPart aPart, ShowInContext aShowInContext)
-