Class StartupShutdownSongManager.OpenFilesAtStartupTask

java.lang.Object
org.jjazz.songeditormanager.api.StartupShutdownSongManager.OpenFilesAtStartupTask
All Implemented Interfaces:
OnShowingTask
Enclosing class:
StartupShutdownSongManager

public static class StartupShutdownSongManager.OpenFilesAtStartupTask extends Object implements OnShowingTask
  • Field Details

  • Constructor Details

    • OpenFilesAtStartupTask

      public OpenFilesAtStartupTask()
  • Method Details

    • run

      public void run()
      Open command line files and recent files.

      Called upon startup after UI's ready, so AFTER process() which collects optional files from the command line.

      Specified by:
      run in interface OnShowingTask
    • getPriority

      public int getPriority()
      Description copied from interface: OnShowingTask
      Get the priority of the task.

      When Netbeans UI is ready tasks are executed one after the other by priority ascending order.

      Specified by:
      getPriority in interface OnShowingTask
      Returns:
    • getName

      public String getName()
      Description copied from interface: OnShowingTask
      Name of the task.

      Used for logging.

      Specified by:
      getName in interface OnShowingTask
      Returns: