|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.matthias_burbach.mosaique4eclipse.util.ExternalEditorInput
Is an EditorInput for an external file.
Constructor Summary | |
ExternalEditorInput(org.eclipse.core.resources.IStorage externalFile)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Two ExternalEditorInputs are equal if their IStorage's are equal. |
boolean |
exists()
|
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
java.lang.String |
getContentType()
|
java.lang.String |
getFullPath()
|
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor()
|
java.lang.String |
getName()
|
org.eclipse.core.runtime.IPath |
getPath()
|
org.eclipse.ui.IPersistableElement |
getPersistable()
|
org.eclipse.core.resources.IStorage |
getStorage()
|
java.lang.String |
getToolTipText()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExternalEditorInput(org.eclipse.core.resources.IStorage externalFile)
externalFile
- The external file which is input to the editor.
Must not be null
.Method Detail |
public boolean exists()
exists
in interface org.eclipse.ui.IEditorInput
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
public java.lang.String getContentType()
public java.lang.String getFullPath()
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor
in interface org.eclipse.ui.IEditorInput
public java.lang.String getName()
getName
in interface org.eclipse.ui.IEditorInput
public org.eclipse.ui.IPersistableElement getPersistable()
getPersistable
in interface org.eclipse.ui.IEditorInput
public org.eclipse.core.resources.IStorage getStorage()
getStorage
in interface org.eclipse.ui.IStorageEditorInput
public java.lang.String getToolTipText()
getToolTipText
in interface org.eclipse.ui.IEditorInput
public org.eclipse.core.runtime.IPath getPath()
getPath
in interface org.eclipse.ui.IPathEditorInput
public boolean equals(java.lang.Object obj)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |