|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alveole.studio.web.designer.ProjectEditorInput
public class ProjectEditorInput
This class is an EditorInput that embeds data of the project.
Field Summary | |
---|---|
protected Project |
parsedProject
The project instance. |
protected org.eclipse.ui.IEditorInput |
projectFile
The original EditorInput. |
protected ProjectEditor |
rootEditor
The root multi-page editor. |
Constructor Summary | |
---|---|
ProjectEditorInput(ProjectEditor rootEditor,
org.eclipse.ui.IEditorInput projectFile,
Project parsedProject)
Constructor. |
Method Summary | |
---|---|
boolean |
exists()
Check if file exists. |
java.lang.Object |
getAdapter(java.lang.Class adapter)
Gets an adapter for this document. |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor()
Get an image description. |
java.lang.String |
getName()
Get the input name. |
org.eclipse.ui.IPersistableElement |
getPersistable()
Get persistable element. |
java.lang.String |
getToolTipText()
Get a tooltip text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.eclipse.ui.IEditorInput projectFile
protected Project parsedProject
protected ProjectEditor rootEditor
Constructor Detail |
---|
public ProjectEditorInput(ProjectEditor rootEditor, org.eclipse.ui.IEditorInput projectFile, Project parsedProject)
rootEditor
- The multi-page embedding editor.projectFile
- The original input file.parsedProject
- The project instance.Method Detail |
---|
public boolean exists()
exists
in interface org.eclipse.ui.IEditorInput
public java.lang.Object getAdapter(java.lang.Class adapter)
Project
and ProjectEditor
are valid target
classes.
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
adapter
- The target class.
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 java.lang.String getToolTipText()
getToolTipText
in interface org.eclipse.ui.IEditorInput
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |