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 IWorkbenchPartSelectionpublic org.eclipse.jface.viewers.ISelection getSelection()
getSelection in interface IWorkbenchPartSelectionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object