Uses of Class
org.jhotdraw.util.StorageFormatManager

Packages that use StorageFormatManager
org.jhotdraw.application   
org.jhotdraw.test.util   
 

Uses of StorageFormatManager in org.jhotdraw.application
 

Methods in org.jhotdraw.application that return StorageFormatManager
 StorageFormatManager DrawApplication.createStorageFormatManager()
          Factory method to create a StorageFormatManager for supported storage formats.
 StorageFormatManager DrawApplication.getStorageFormatManager()
          Return the StorageFormatManager for this application.The StorageFormatManager is used when storing and restoring Drawing from the file system.
 

Uses of StorageFormatManager in org.jhotdraw.test.util
 

Methods in org.jhotdraw.test.util that return StorageFormatManager
 StorageFormatManager StorageFormatManagerTest.createInstance()
          Factory method for instances of the class to be tested.