public class PathEditorInput extends Object implements org.eclipse.ui.IPathEditorInput
Constructor and Description |
---|
PathEditorInput(org.eclipse.core.runtime.IPath path) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
exists() |
Object |
getAdapter(Class adapter) |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor() |
String |
getName() |
org.eclipse.core.runtime.IPath |
getPath() |
org.eclipse.ui.IPersistableElement |
getPersistable() |
String |
getToolTipText() |
int |
hashCode() |
public org.eclipse.core.runtime.IPath getPath()
getPath
in interface org.eclipse.ui.IPathEditorInput
public boolean exists()
exists
in interface org.eclipse.ui.IEditorInput
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor
in interface org.eclipse.ui.IEditorInput
public String getName()
getName
in interface org.eclipse.ui.IEditorInput
public org.eclipse.ui.IPersistableElement getPersistable()
getPersistable
in interface org.eclipse.ui.IEditorInput
public String getToolTipText()
getToolTipText
in interface org.eclipse.ui.IEditorInput
public Object getAdapter(Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable