Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.ui.part.ShowInContext

Packages that use ShowInContext
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
 boolean CommonNavigator.show(ShowInContext context)
           
 

Uses of ShowInContext in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return ShowInContext
 ShowInContext IShowInSource.getShowInContext()
          Returns the context to show, or null if there is currently no valid context to show.
 

Methods in org.eclipse.ui.part with parameters of type ShowInContext
 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
 class PropertyShowInContext
           
 

Methods in org.eclipse.ui.views.properties that return ShowInContext
 ShowInContext PropertySheet.getShowInContext()
          Returns the context to show, or null if there is currently no valid context to show.
 

Methods in org.eclipse.ui.views.properties with parameters of type ShowInContext
 boolean PropertySheet.show(ShowInContext aContext)
          Shows the given context in this target.
 

Constructors in org.eclipse.ui.views.properties with parameters of type ShowInContext
PropertyShowInContext(IWorkbenchPart aPart, ShowInContext aShowInContext)
           
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.