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 booleanCommonNavigator. 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 ShowInContextIShowInSource. getShowInContext()Returns the context to show, ornullif there is currently no valid context to show.Methods in org.eclipse.ui.part with parameters of type ShowInContext Modifier and Type Method Description booleanIShowInTarget. 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 classPropertyShowInContextCarries the context for the Show In action.Methods in org.eclipse.ui.views.properties that return ShowInContext Modifier and Type Method Description ShowInContextPropertySheet. getShowInContext()Methods in org.eclipse.ui.views.properties with parameters of type ShowInContext Modifier and Type Method Description booleanPropertySheet. show(ShowInContext aContext)Constructors in org.eclipse.ui.views.properties with parameters of type ShowInContext Constructor Description PropertyShowInContext(IWorkbenchPart aPart, ShowInContext aShowInContext)
-