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

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

  • Method Details

    • actionPerformed

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

      public void setPath(String absolutePath)