pl.edu.agh.cast.editor.input
Interface IModelEditorInput<M extends IDataSet<?>>

Type Parameters:
M - data set type
All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput
All Known Implementing Classes:
ModelEditorInput, TableEditorInput

public interface IModelEditorInput<M extends IDataSet<?>>
extends org.eclipse.ui.IEditorInput

An editor input which contains data set which is a diagram model.

Author:
AGH CAST Team

Method Summary
 M getDataSet()
          Gets data set which is a diagram model.
 
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

getDataSet

M getDataSet()
Gets data set which is a diagram model.

Returns:
visual data set


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.