org.eclipse.ecf.docshare
Class DocShareEditorInput

java.lang.Object
  extended by org.eclipse.ui.ide.FileStoreEditorInput
      extended by org.eclipse.ecf.docshare.DocShareEditorInput
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput, org.eclipse.ui.IPersistable, org.eclipse.ui.IPersistableElement, org.eclipse.ui.IURIEditorInput

public class DocShareEditorInput
extends org.eclipse.ui.ide.FileStoreEditorInput

Since:
2.1

Constructor Summary
DocShareEditorInput(org.eclipse.core.filesystem.IFileStore fileStore, java.lang.String user, java.lang.String file)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class org.eclipse.ui.ide.FileStoreEditorInput
equals, exists, getAdapter, getFactoryId, getImageDescriptor, getPersistable, getToolTipText, getURI, hashCode, saveState
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocShareEditorInput

public DocShareEditorInput(org.eclipse.core.filesystem.IFileStore fileStore,
                           java.lang.String user,
                           java.lang.String file)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.eclipse.ui.IEditorInput
Overrides:
getName in class org.eclipse.ui.ide.FileStoreEditorInput