java.lang.Object
javax.swing.AbstractAction
com.marginallyclever.ro3.apps.actions.SaveAsScene
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class SaveAsScene extends AbstractAction
Save the entire scene to a file.
See Also:
  • Constructor Details

  • Method Details

    • setSaveScene

      public void setSaveScene(SaveScene saveScene)
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Invoked when an action occurs.
      Parameters:
      e - the event to be processed
    • commitSave

      public static void commitSave(String absolutePath) throws IOException
      Throws:
      IOException