org.artoflife.app.save
Class SaveUtility
java.lang.Object
|
+--org.artoflife.app.save.SaveUtility
- public class SaveUtility
- extends java.lang.Object
Simple utility to handle FileChooser dialogs and calls
org.artoflife.gui.paintable.view.PaintableIndividualPersistence
.
- Author:
- Steve Meyfroidt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaveUtility
public SaveUtility()
getParent
public static javax.swing.JComponent getParent()
saveSerializable
public static void saveSerializable(java.io.Serializable object)
throws java.io.IOException
java.io.IOException
loadSerializable
public static java.lang.Object loadSerializable()
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
saveIndividual
public static void saveIndividual(Individual individual,
boolean asThumbnail)
throws java.io.IOException
java.io.IOException
loadIndividual
public static Individual loadIndividual()
throws java.io.IOException
java.io.IOException
Copyright © 2002 the Art Of Life team. All Rights Reserved.