Package org.eclipse.ui.views.properties
Class PropertyShowInContext
java.lang.Object
org.eclipse.ui.part.ShowInContext
org.eclipse.ui.views.properties.PropertyShowInContext
Carries the context for the Show In action. This implementation carries a
 workbench part and a selection.
- Since:
- 3.4
- 
Constructor SummaryConstructorsConstructorDescriptionPropertyShowInContext(IWorkbenchPart aPart, ISelection selection) PropertyShowInContext(IWorkbenchPart aPart, ShowInContext aShowInContext) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetPart()inthashCode()voidsetPart(IWorkbenchPart part) Methods inherited from class org.eclipse.ui.part.ShowInContextgetInput, getSelection, setInput, setSelection
- 
Constructor Details- 
PropertyShowInContext- Parameters:
- aPart- the part
- selection- the selection or- null
 
- 
PropertyShowInContext- Parameters:
- aPart- the part
- aShowInContext- an existing context to initialize from
 
 
- 
- 
Method Details