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
-
ON_SHOWING_TASK_PRIORITY
public final int ON_SHOWING_TASK_PRIORITY- See Also:
-
-
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:
runin interfaceOnShowingTask
-
getPriority
public int getPriority()Description copied from interface:OnShowingTaskGet the priority of the task.When Netbeans UI is ready tasks are executed one after the other by priority ascending order.
- Specified by:
getPriorityin interfaceOnShowingTask- Returns:
-
getName
Description copied from interface:OnShowingTaskName of the task.Used for logging.
- Specified by:
getNamein interfaceOnShowingTask- Returns:
-