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 Summary
ConstructorDescriptionPropertyShowInContext
(IWorkbenchPart aPart, ISelection selection) PropertyShowInContext
(IWorkbenchPart aPart, ShowInContext aShowInContext) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getPart()
int
hashCode()
void
setPart
(IWorkbenchPart part) Methods inherited from class org.eclipse.ui.part.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