public class ICEFormInput
extends java.lang.Object
implements org.eclipse.ui.IEditorInput
This class is a wrapper around the Form class in ICE that realizes the appropriate Eclipse interface and can be used by Eclipse Forms.
Constructor and Description |
---|
ICEFormInput(Form inputForm)
The constructor for this Eclipse editor input.
|
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
(non-Javadoc)
|
java.lang.Object |
getAdapter(java.lang.Class adapter) |
Form |
getForm()
This operation returns the Form that is represented by the ICEFormInput.
|
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor() |
java.lang.String |
getName() |
org.eclipse.ui.IPersistableElement |
getPersistable() |
java.lang.String |
getToolTipText() |
public ICEFormInput(Form inputForm)
The constructor for this Eclipse editor input.
inputForm
- The Form that should be supplied as input to the Editor.
public Form getForm()
This operation returns the Form that is represented by the ICEFormInput. It should never return null.
The Form from ICE.
public java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
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 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