nl.tudelft.simulation.dsol.gui.editor2D
Interface EditableSaverInterface


public interface EditableSaverInterface

This interface can be implemented in a class that is capable of saving ediables.

(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:23:33 $
Author:
Roy Chin

Method Summary
 void saveEditables(List editables)
          this method expects to be provided with a list in which pairs of editables and editable renderables are mapped (e.g.
 

Method Detail

saveEditables

void saveEditables(List editables)
this method expects to be provided with a list in which pairs of editables and editable renderables are mapped (e.g. in a HashMap)

Parameters:
editables - the list of pairs


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.