public final class PatchEdit extends Object
Constructor and Description |
---|
PatchEdit(List<String> files,
int debugLevel,
MidiSettings midiSettings,
AppConfig appConfig,
DeviceManager deviceManager,
MasterKeyboardService masterKeyboardService)
Construct an object that initialises application wide resources.
|
Modifier and Type | Method and Description |
---|---|
static JFrame |
getInstance()
Returns the current active JFrame.
|
static void |
hideWaitDialog() |
static void |
showPrefsDialog() |
static void |
showWaitDialog() |
static void |
showWaitDialog(String s) |
@Inject public PatchEdit(List<String> files, int debugLevel, MidiSettings midiSettings, AppConfig appConfig, DeviceManager deviceManager, MasterKeyboardService masterKeyboardService)
files
- the library files to opendebugLevel
- the debug levelpublic static void showPrefsDialog()
public static JFrame getInstance()
owner
parameter for JDialog
constructor. Use this for a dialog
window which depends on a frame.#getRootFrame()
public static void showWaitDialog()
public static void showWaitDialog(String s)
public static void hideWaitDialog()
Copyright © 2014. All Rights Reserved.