public class DefaultWorkbenchPartSelection extends java.lang.Object implements IWorkbenchPartSelection
Constructor and Description |
---|
DefaultWorkbenchPartSelection(org.eclipse.ui.IWorkbenchPart workbenchPart,
org.eclipse.jface.viewers.ISelection selection) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.eclipse.jface.viewers.ISelection |
getSelection() |
org.eclipse.ui.IWorkbenchPart |
getWorkbenchPart() |
int |
hashCode() |
public DefaultWorkbenchPartSelection(org.eclipse.ui.IWorkbenchPart workbenchPart, org.eclipse.jface.viewers.ISelection selection)
public org.eclipse.ui.IWorkbenchPart getWorkbenchPart()
getWorkbenchPart
in interface IWorkbenchPartSelection
public org.eclipse.jface.viewers.ISelection getSelection()
getSelection
in interface IWorkbenchPartSelection
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object