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

public class ExportScene extends AbstractAction

Export the scene and all the assets used to a single ZIP file for sharing on another computer. This is not the same as saving the scene.

See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • actionPerformed

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

      public void commitExport(String absolutePath)
      Export the scene and all the assets used to a single file for sharing on another computer.
      Parameters:
      absolutePath - the path to the file to create.