|
||||||||||
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 sourceMethod Detail |
---|
public org.eclipse.core.runtime.IPath getPath()
getPath
in interface org.eclipse.ui.IPathEditorInput
public org.eclipse.core.resources.IFile getFile()
public boolean exists()
exists
in interface org.eclipse.ui.IEditorInput
IEditorInput.exists()
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
getImageDescriptor
in interface org.eclipse.ui.IEditorInput
public String getName()
getName
in interface org.eclipse.ui.IEditorInput
public org.eclipse.ui.IPersistableElement getPersistable()
getPersistable
in interface org.eclipse.ui.IEditorInput
public String getToolTipText()
getToolTipText
in interface org.eclipse.ui.IEditorInput
IEditorInput.getToolTipText()
public Object getAdapter(Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
IAdaptable.getAdapter(java.lang.Class)
public String toString()
toString
in class Object
Object.toString()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |