public class PathEditorInput extends Object implements IPathEditorInput
| Constructor and Description |
|---|
PathEditorInput(IPath path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
exists() |
Object |
getAdapter(Class adapter) |
ImageDescriptor |
getImageDescriptor() |
String |
getName() |
IPath |
getPath() |
IPersistableElement |
getPersistable() |
String |
getToolTipText() |
int |
hashCode() |
public PathEditorInput(IPath path)
public IPath getPath()
getPath in interface IPathEditorInputpublic boolean exists()
exists in interface IEditorInputpublic ImageDescriptor getImageDescriptor()
getImageDescriptor in interface IEditorInputpublic String getName()
getName in interface IEditorInputpublic IPersistableElement getPersistable()
getPersistable in interface IEditorInputpublic String getToolTipText()
getToolTipText in interface IEditorInputpublic Object getAdapter(Class adapter)
getAdapter in interface IAdaptable