pl.edu.agh.cast.editor.input
Interface IDiagramEditorInput<M extends IPresentationDataSet<?>,V extends IVisualDataSet<?,M>,T extends IDiagram<M,V>>

Type Parameters:
M - presentation data model type
V - visual data model type
T - diagram type
All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput
All Known Implementing Classes:
DiagramEditorInput

public interface IDiagramEditorInput<M extends IPresentationDataSet<?>,V extends IVisualDataSet<?,M>,T extends IDiagram<M,V>>
extends org.eclipse.ui.IEditorInput

Editor input which contains diagram.

Author:
AGH CAST Team

Method Summary
 T getDiagram()
          Gets diagram for an editor.
 
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

getDiagram

T getDiagram()
Gets diagram for an editor.

Returns:
diagram for an editor


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