com.bt.exact_tech.ui.editors
Class ManagerEditorInput

java.lang.Object
  extended by org.wsmostudio.ui.editors.WSMOEditorInput
      extended by com.bt.exact_tech.ui.editors.ManagerEditorInput
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput

public class ManagerEditorInput
extends org.wsmostudio.ui.editors.WSMOEditorInput

Links the Object in the HierachyTree to the ManagerEditor
If an object is double-clicked in the Tree, it'll be opened
in the editor part of the ManagerEditor

Version:
0.1
Author:
702993341

Constructor Summary
ManagerEditorInput(java.lang.Object delegate)
           
 
Method Summary
 org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
           
 org.eclipse.ui.IPersistableElement getPersistable()
           
 
Methods inherited from class org.wsmostudio.ui.editors.WSMOEditorInput
equals, exists, getAdapter, getName, getToolTipText, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerEditorInput

public ManagerEditorInput(java.lang.Object delegate)
Method Detail

getImageDescriptor

public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
Specified by:
getImageDescriptor in interface org.eclipse.ui.IEditorInput
Overrides:
getImageDescriptor in class org.wsmostudio.ui.editors.WSMOEditorInput

getPersistable

public org.eclipse.ui.IPersistableElement getPersistable()
Specified by:
getPersistable in interface org.eclipse.ui.IEditorInput
Overrides:
getPersistable in class org.wsmostudio.ui.editors.WSMOEditorInput