org.eclipse.mat.ui.editor
Class PathEditorInput

java.lang.Object
  extended by org.eclipse.mat.ui.editor.PathEditorInput

public class PathEditorInput
extends Object


Constructor Summary
PathEditorInput(IPath path)
           
 
Method Summary
 boolean equals(Object obj)
           
 boolean exists()
           
 Object getAdapter(Class adapter)
           
 ImageDescriptor getImageDescriptor()
           
 String getName()
           
 IPath getPath()
           
 IPersistableElement getPersistable()
           
 String getToolTipText()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathEditorInput

public PathEditorInput(IPath path)
Method Detail

getPath

public IPath getPath()

exists

public boolean exists()

getImageDescriptor

public ImageDescriptor getImageDescriptor()

getName

public String getName()

getPersistable

public IPersistableElement getPersistable()

getToolTipText

public String getToolTipText()

getAdapter

public Object getAdapter(Class adapter)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object