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 Summary
ConstructorsConstructorDescriptionPropertyShowInContext(IWorkbenchPart aPart, ISelection selection) PropertyShowInContext(IWorkbenchPart aPart, ShowInContext aShowInContext) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPart()inthashCode()voidsetPart(IWorkbenchPart part) Methods inherited from class ShowInContext
getInput, getSelection, setInput, setSelection
-
Constructor Details
-
PropertyShowInContext
- Parameters:
aPart- the partselection- the selection ornull
-
PropertyShowInContext
- Parameters:
aPart- the partaShowInContext- an existing context to initialize from
-
-
Method Details
-
getPart
- Returns:
- Returns the part.
-
setPart
- Parameters:
part- The part to set.
-
hashCode
-
equals
-