com.bonevich.eclipse.cvsgrapher.actions
Class CvsGraphEditorInput
java.lang.Object
com.bonevich.eclipse.cvsgrapher.actions.CvsGraphEditorInput
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput
- public final class CvsGraphEditorInput
- extends java.lang.Object
- implements org.eclipse.ui.IEditorInput
Editor Input wrapper to feed a CVS resource to the CVS Graph Editor.
- Author:
- jbonevic
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CvsGraphEditorInput
public CvsGraphEditorInput(org.eclipse.core.resources.IResource resource)
exists
public boolean exists()
- Specified by:
exists
in interface org.eclipse.ui.IEditorInput
- See Also:
IEditorInput.exists()
getImageDescriptor
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
- Specified by:
getImageDescriptor
in interface org.eclipse.ui.IEditorInput
- See Also:
IEditorInput.getImageDescriptor()
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.eclipse.ui.IEditorInput
- See Also:
IEditorInput.getName()
getPersistable
public org.eclipse.ui.IPersistableElement getPersistable()
- Specified by:
getPersistable
in interface org.eclipse.ui.IEditorInput
- See Also:
IEditorInput.getPersistable()
getToolTipText
public java.lang.String getToolTipText()
- Specified by:
getToolTipText
in interface org.eclipse.ui.IEditorInput
- See Also:
IEditorInput.getToolTipText()
getAdapter
public java.lang.Object getAdapter(java.lang.Class adapter)
- Specified by:
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
- See Also:
IAdaptable.getAdapter(java.lang.Class)
equals
public boolean equals(java.lang.Object rhs)
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- See Also:
Object.hashCode()
Copyright © 2003-2004 bonevich.com. All Rights Reserved.