org.eclipse.mat.ui.editor
Class PathEditorInput
java.lang.Object
org.eclipse.mat.ui.editor.PathEditorInput
public class PathEditorInput
- extends java.lang.Object
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PathEditorInput
public PathEditorInput(IPath path)
getPath
public IPath getPath()
exists
public boolean exists()
getImageDescriptor
public ImageDescriptor getImageDescriptor()
getName
public java.lang.String getName()
getPersistable
public IPersistableElement getPersistable()
getToolTipText
public java.lang.String getToolTipText()
getAdapter
public java.lang.Object getAdapter(java.lang.Class adapter)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object