public class PropertyShowInContext extends ShowInContext
| Constructor and Description |
|---|
PropertyShowInContext(IWorkbenchPart aPart,
ISelection selection) |
PropertyShowInContext(IWorkbenchPart aPart,
ShowInContext aShowInContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IWorkbenchPart |
getPart() |
int |
hashCode() |
void |
setPart(IWorkbenchPart part) |
getInput, getSelection, setInput, setSelectionpublic PropertyShowInContext(IWorkbenchPart aPart, ISelection selection)
aPart - selection - public PropertyShowInContext(IWorkbenchPart aPart, ShowInContext aShowInContext)
aPart - aShowInContext - public IWorkbenchPart getPart()
public void setPart(IWorkbenchPart part)
part - The part to set.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.