Package org.graffiti.editor.actions
Class FileHandlingManager
java.lang.Object
org.graffiti.editor.actions.FileHandlingManager
public class FileHandlingManager extends Object
- 
Method Summary
Modifier and Type Method Description static FileHandlingManagergetInstance()voidregisterFileHandlingListener(FileHandlingListeners l)booleanremoveFileHandlingListener(FileHandlingListeners l)voidthrowFileNew()voidthrowFileOpened(File f)voidthrowFileSaved(File file, String ext, Graph graph)voidthrowFileSavedAs(File oldFile, File newFile) 
- 
Method Details
- 
getInstance
 - 
registerFileHandlingListener
 - 
removeFileHandlingListener
 - 
throwFileSavedAs
 - 
throwFileSaved
 - 
throwFileOpened
 - 
throwFileNew
public void throwFileNew() 
 -