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

public class ImportScene extends AbstractAction
Load a Scene and insert it into the existing Scene.
See Also:
  • Constructor Details

    • ImportScene

      public ImportScene()
    • ImportScene

      public ImportScene(JFileChooser chooser)
  • Method Details

    • actionPerformed

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