org.eclipse.mylar.internal.tasks.ui.editors
Class RepositoryAttachmentEditorInput
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.mylar.internal.tasks.ui.editors.RepositoryAttachmentEditorInput
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput, org.eclipse.ui.IStorageEditorInput
public class RepositoryAttachmentEditorInput
- extends org.eclipse.core.runtime.PlatformObject
- implements org.eclipse.ui.IStorageEditorInput
- Author:
- Jeff Pound
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
getAdapter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
attachment
private RepositoryAttachment attachment
storage
private RepositoryAttachmentEditorInput.RepositoryAttachmentStorage storage
repository
private TaskRepository repository
RepositoryAttachmentEditorInput
public RepositoryAttachmentEditorInput(TaskRepository repository,
RepositoryAttachment att)
getStorage
public org.eclipse.core.resources.IStorage getStorage()
throws org.eclipse.core.runtime.CoreException
- Specified by:
getStorage
in interface org.eclipse.ui.IStorageEditorInput
- Throws:
org.eclipse.core.runtime.CoreException
exists
public boolean exists()
- Specified by:
exists
in interface org.eclipse.ui.IEditorInput
getImageDescriptor
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
- Specified by:
getImageDescriptor
in interface org.eclipse.ui.IEditorInput
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.eclipse.ui.IEditorInput
getPersistable
public org.eclipse.ui.IPersistableElement getPersistable()
- Specified by:
getPersistable
in interface org.eclipse.ui.IEditorInput
getToolTipText
public java.lang.String getToolTipText()
- Specified by:
getToolTipText
in interface org.eclipse.ui.IEditorInput