org.herac.tuxguitar.gui.editors
Class TablatureEditor

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.TablatureEditor
All Implemented Interfaces:
TGRedrawListener, TGUpdateListener

public class TablatureEditor
extends java.lang.Object
implements TGRedrawListener, TGUpdateListener


Field Summary
 
Fields inherited from interface org.herac.tuxguitar.gui.editors.TGRedrawListener
NORMAL, PLAYING_NEW_BEAT, PLAYING_THREAD
 
Fields inherited from interface org.herac.tuxguitar.gui.editors.TGUpdateListener
SELECTION, SONG_LOADED, SONG_UPDATED
 
Constructor Summary
TablatureEditor()
           
 
Method Summary
 void doRedraw(int type)
           
 void doUpdate(int type)
           
 ClipBoard getClipBoard()
           
 Tablature getTablature()
           
 void reloadConfig()
           
 void showTablature(Composite parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablatureEditor

public TablatureEditor()
Method Detail

showTablature

public void showTablature(Composite parent)

reloadConfig

public void reloadConfig()

getTablature

public Tablature getTablature()

getClipBoard

public ClipBoard getClipBoard()

doRedraw

public void doRedraw(int type)
Specified by:
doRedraw in interface TGRedrawListener

doUpdate

public void doUpdate(int type)
Specified by:
doUpdate in interface TGUpdateListener