org.ocopomo.annotation.content.views
Class ContentViewInput

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.ui.part.FileEditorInput
          extended by org.ocopomo.annotation.content.views.ContentViewInput
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput, org.eclipse.ui.IFileEditorInput, org.eclipse.ui.IPathEditorInput, org.eclipse.ui.IPersistable, org.eclipse.ui.IPersistableElement, org.eclipse.ui.IStorageEditorInput, org.eclipse.ui.IURIEditorInput

public class ContentViewInput
extends org.eclipse.ui.part.FileEditorInput


Constructor Summary
ContentViewInput(org.eclipse.core.resources.IFile file, java.lang.String fileURI, java.lang.String fileName)
           
 
Method Summary
 java.lang.String getFileURI()
           
 java.lang.String getName()
           
 
Methods inherited from class org.eclipse.ui.part.FileEditorInput
equals, exists, getAdapter, getFactoryId, getFile, getImageDescriptor, getPath, getPersistable, getStorage, getToolTipText, getURI, hashCode, isLocalFile, saveState, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentViewInput

public ContentViewInput(org.eclipse.core.resources.IFile file,
                        java.lang.String fileURI,
                        java.lang.String fileName)
Method Detail

getName

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

getFileURI

public java.lang.String getFileURI()