edu.uky.rch.ept.data
Interface IDataLayerEditorInput

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput
All Known Subinterfaces:
IProjectEditorInput
All Known Implementing Classes:
DataLayerEditorInput, ProjectEditorInput

public interface IDataLayerEditorInput
extends org.eclipse.ui.IEditorInput

Editor input interface for to resources managed by the data layer.

Author:
Neil Moore

Method Summary
 String getAddress()
          Get the data layer address for this editor input.
 
Methods inherited from interface org.eclipse.ui.IEditorInput
exists, getImageDescriptor, getName, getPersistable, getToolTipText
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getAddress

public String getAddress()
Get the data layer address for this editor input.

Returns:
the absolute data layer address of the resource pointed to by this editor.