org.eclipse.cdt.internal.ui.editor
Interface ITranslationUnitEditorInput

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput, org.eclipse.ui.editors.text.ILocationProvider, org.eclipse.ui.IStorageEditorInput
All Known Implementing Classes:
ExternalEditorInput

public interface ITranslationUnitEditorInput
extends org.eclipse.ui.IStorageEditorInput, org.eclipse.ui.editors.text.ILocationProvider

ITranslationUnitEditorInput


Method Summary
 org.eclipse.cdt.core.model.ITranslationUnit getTranslationUnit()
           
 
Methods inherited from interface org.eclipse.ui.IStorageEditorInput
getStorage
 
Methods inherited from interface org.eclipse.ui.IEditorInput
exists, getImageDescriptor, getName, getPersistable, getToolTipText
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.ui.editors.text.ILocationProvider
getPath
 

Method Detail

getTranslationUnit

org.eclipse.cdt.core.model.ITranslationUnit getTranslationUnit()