Class ScriptEditorInput

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

public class ScriptEditorInput
extends Object
implements org.eclipse.ui.IStorageEditorInput
  • Constructor Details

    • ScriptEditorInput

      public ScriptEditorInput​(IScript script)
    • ScriptEditorInput

      public ScriptEditorInput​(String name, String content)
  • Method Details

    • equals

      public final boolean equals​(Object other)
      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