org.herac.tuxguitar.gui.editors
Class TablatureEditor

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.TablatureEditor

public class TablatureEditor
extends java.lang.Object


Constructor Summary
TablatureEditor()
           
 
Method Summary
 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()