Class DynamicContentEditorInput

java.lang.Object
org.eclipse.ease.debugging.DynamicContentEditorInput
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput, org.eclipse.ui.IStorageEditorInput

public class DynamicContentEditorInput extends Object implements org.eclipse.ui.IStorageEditorInput
Editor input for dynamic script code not stored in a local file. Takes text input and prepares it to be passed to the Script editor.
  • Constructor Details

    • DynamicContentEditorInput

      public DynamicContentEditorInput(Script script)
      Constructor. Takes text from a script.
      Parameters:
      script - script to extract text from
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getAdapter

      public final Object getAdapter(Class adapter)
      Specified by:
      getAdapter in interface org.eclipse.core.runtime.IAdaptable
    • getPersistable

      public final org.eclipse.ui.IPersistableElement getPersistable()
      Specified by:
      getPersistable in interface org.eclipse.ui.IEditorInput
    • exists

      public final boolean exists()
      Specified by:
      exists in interface org.eclipse.ui.IEditorInput
    • getStorage

      public final org.eclipse.core.resources.IStorage getStorage()
      Specified by:
      getStorage in interface org.eclipse.ui.IStorageEditorInput
    • getImageDescriptor

      public final org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
      Specified by:
      getImageDescriptor in interface org.eclipse.ui.IEditorInput
    • getName

      public final String getName()
      Specified by:
      getName in interface org.eclipse.ui.IEditorInput
    • getToolTipText

      public final String getToolTipText()
      Specified by:
      getToolTipText in interface org.eclipse.ui.IEditorInput