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 FileHandlingManager
getInstance()
void
registerFileHandlingListener(FileHandlingListeners l)
boolean
removeFileHandlingListener(FileHandlingListeners l)
void
throwFileNew()
void
throwFileOpened(File f)
void
throwFileSaved(File file, String ext, Graph graph)
void
throwFileSavedAs(File oldFile, File newFile)
-
Method Details
-
getInstance
-
registerFileHandlingListener
-
removeFileHandlingListener
-
throwFileSavedAs
-
throwFileSaved
-
throwFileOpened
-
throwFileNew
public void throwFileNew()
-