|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.edu.agh.cast.backward.resources.FileEditorInput
public class FileEditorInput
IEditorInput from IFile.
| Constructor Summary | |
|---|---|
FileEditorInput(org.eclipse.core.resources.IFile file)
Creates new file editor input. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
boolean |
exists()
|
Object |
getAdapter(Class adapter)
|
org.eclipse.core.resources.IFile |
getFile()
|
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor()
|
String |
getName()
|
org.eclipse.core.runtime.IPath |
getPath()
|
org.eclipse.ui.IPersistableElement |
getPersistable()
|
String |
getToolTipText()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileEditorInput(org.eclipse.core.resources.IFile file)
file - file to use as input data source| Method Detail |
|---|
public org.eclipse.core.runtime.IPath getPath()
getPath in interface org.eclipse.ui.IPathEditorInputpublic org.eclipse.core.resources.IFile getFile()
public boolean exists()
exists in interface org.eclipse.ui.IEditorInputIEditorInput.exists()public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor in interface org.eclipse.ui.IEditorInputpublic String getName()
getName in interface org.eclipse.ui.IEditorInputpublic org.eclipse.ui.IPersistableElement getPersistable()
getPersistable in interface org.eclipse.ui.IEditorInputpublic String getToolTipText()
getToolTipText in interface org.eclipse.ui.IEditorInputIEditorInput.getToolTipText()public Object getAdapter(Class adapter)
getAdapter in interface org.eclipse.core.runtime.IAdaptableIAdaptable.getAdapter(java.lang.Class)public String toString()
toString in class ObjectObject.toString()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||