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

java.lang.Object
  extended by org.herac.tuxguitar.player.impl.jsa.assistant.SBInstallerGui
All Implemented Interfaces:
SBInstallerlistener

public class SBInstallerGui
extends java.lang.Object
implements SBInstallerlistener


Constructor Summary
SBInstallerGui(java.net.URL url, MidiPortSynthesizer synthesizer)
           
 
Method Summary
 Shell getDialog()
           
 SBInstaller getInstaller()
           
 Label getProgressLabel()
           
 void initInstaller(java.net.URL url, MidiPortSynthesizer synthesizer)
           
 boolean isDisposed()
           
 void notifyFailed(java.lang.Throwable throwable)
           
 void notifyFinish()
           
 void notifyProcess(java.lang.String process)
           
 void open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBInstallerGui

public SBInstallerGui(java.net.URL url,
                      MidiPortSynthesizer synthesizer)
Method Detail

initInstaller

public void initInstaller(java.net.URL url,
                          MidiPortSynthesizer synthesizer)

open

public void open()

notifyProcess

public void notifyProcess(java.lang.String process)
Specified by:
notifyProcess in interface SBInstallerlistener

notifyFinish

public void notifyFinish()
Specified by:
notifyFinish in interface SBInstallerlistener

notifyFailed

public void notifyFailed(java.lang.Throwable throwable)
Specified by:
notifyFailed in interface SBInstallerlistener

isDisposed

public boolean isDisposed()

getDialog

public Shell getDialog()

getProgressLabel

public Label getProgressLabel()

getInstaller

public SBInstaller getInstaller()