org.herac.tuxguitar.player.impl.jsa.utils
Class MidiConfigUtils

java.lang.Object
  extended by org.herac.tuxguitar.player.impl.jsa.utils.MidiConfigUtils

public class MidiConfigUtils
extends java.lang.Object


Field Summary
static java.lang.String SOUNDBANK_KEY
           
 
Constructor Summary
MidiConfigUtils()
           
 
Method Summary
static TGConfigManager getConfig()
           
static java.lang.String getSoundbankPath()
           
static java.lang.String getSoundbankPath(TGConfigManager config)
           
static void setupDialog(Shell parent)
           
static void setupDialog(Shell parent, TGConfigManager config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOUNDBANK_KEY

public static final java.lang.String SOUNDBANK_KEY
See Also:
Constant Field Values
Constructor Detail

MidiConfigUtils

public MidiConfigUtils()
Method Detail

getConfig

public static TGConfigManager getConfig()

getSoundbankPath

public static java.lang.String getSoundbankPath()

getSoundbankPath

public static java.lang.String getSoundbankPath(TGConfigManager config)

setupDialog

public static void setupDialog(Shell parent)

setupDialog

public static void setupDialog(Shell parent,
                               TGConfigManager config)