Class GraphLoadAction

java.lang.Object
javax.swing.AbstractAction
com.marginallyclever.donatello.actions.undoable.GraphLoadAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class GraphLoadAction extends AbstractAction

Launches a "select file to open" dialog and attempts to load the Graph from disk.

Use commitLoad(java.io.File) to load a file without a dialog.

Since:
2022-02-21
Author:
Dan Royer
See Also: