Class FileOpenAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class FileOpenAction extends VenusAction
Action for the File -> Open menu item.
See Also:
  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Launch a file chooser for the user to select one or more files, attempting to open them in new editor tabs afterward.
      Specified by:
      actionPerformed in interface ActionListener
      Specified by:
      actionPerformed in class VenusAction
      Parameters:
      event - component triggering this call