org.herac.tuxguitar.player.impl.jsa.assistant
Class SBAssistant

java.lang.Object
  extended by org.herac.tuxguitar.player.impl.jsa.assistant.SBAssistant

public class SBAssistant
extends java.lang.Object


Field Summary
static SBUrl[] URLS
           
 
Constructor Summary
SBAssistant(MidiPortSynthesizer synthesizer)
           
 
Method Summary
protected  GridData getButtonsData()
           
protected  GridData getGroupData()
           
protected  java.net.URL getSelection(Button[] buttons)
           
protected  void install(java.net.URL url)
           
protected  void open()
           
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URLS

public static final SBUrl[] URLS
Constructor Detail

SBAssistant

public SBAssistant(MidiPortSynthesizer synthesizer)
Method Detail

process

public void process()

open

protected void open()

getGroupData

protected GridData getGroupData()

getButtonsData

protected GridData getButtonsData()

getSelection

protected java.net.URL getSelection(Button[] buttons)

install

protected void install(java.net.URL url)