org.topbraidcomposer.gef.snapshots
Interface ISnapshot

All Known Implementing Classes:
AbstractSnapshot, DiagramSnapshot, GraphSnapshot

public interface ISnapshot


Method Summary
 void dispose()
           
 com.hp.hpl.jena.rdf.model.Resource getSelectedResource()
          Identifies the resource that was selected when the snapshot was created, so that it can be restored.
 void restore(AbstractGEFViewer viewer)
           
 

Method Detail

dispose

void dispose()

getSelectedResource

com.hp.hpl.jena.rdf.model.Resource getSelectedResource()
Identifies the resource that was selected when the snapshot was created, so that it can be restored.

Returns:
the selected resource

restore

void restore(AbstractGEFViewer viewer)