Package org.eclipse.mat.ui.editor
Class PathEditorInput
- java.lang.Object
-
- org.eclipse.mat.ui.editor.PathEditorInput
-
- All Implemented Interfaces:
IAdaptable
,IEditorInput
,IPathEditorInput
public class PathEditorInput extends Object implements IPathEditorInput
-
-
Constructor Summary
Constructors Constructor Description PathEditorInput(IPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
boolean
exists()
Object
getAdapter(Class adapter)
ImageDescriptor
getImageDescriptor()
String
getName()
IPath
getPath()
IPersistableElement
getPersistable()
String
getToolTipText()
int
hashCode()
-
-
-
Constructor Detail
-
PathEditorInput
public PathEditorInput(IPath path)
-
-
Method Detail
-
getPath
public IPath getPath()
- Specified by:
getPath
in interfaceIPathEditorInput
-
exists
public boolean exists()
- Specified by:
exists
in interfaceIEditorInput
-
getImageDescriptor
public ImageDescriptor getImageDescriptor()
- Specified by:
getImageDescriptor
in interfaceIEditorInput
-
getName
public String getName()
- Specified by:
getName
in interfaceIEditorInput
-
getPersistable
public IPersistableElement getPersistable()
- Specified by:
getPersistable
in interfaceIEditorInput
-
getToolTipText
public String getToolTipText()
- Specified by:
getToolTipText
in interfaceIEditorInput
-
getAdapter
public Object getAdapter(Class adapter)
- Specified by:
getAdapter
in interfaceIAdaptable
-
-