org.herac.tuxguitar.gui.editors
Class FretBoardEditor

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

public class FretBoardEditor
extends java.lang.Object


Constructor Summary
FretBoardEditor(TablatureEditor tablatureEditor)
           
 
Method Summary
 void dispose()
           
 void hideFretBoard()
           
 boolean isVisible()
           
 void loadProperties()
           
 void redraw()
           
 void redrawPlayingMode()
           
 void setScaleChanges()
           
 void showFretBoard()
           
 void showFretBoard(Composite parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FretBoardEditor

public FretBoardEditor(TablatureEditor tablatureEditor)
Method Detail

hideFretBoard

public void hideFretBoard()

showFretBoard

public void showFretBoard()

showFretBoard

public void showFretBoard(Composite parent)

setScaleChanges

public void setScaleChanges()

dispose

public void dispose()

redraw

public void redraw()

redrawPlayingMode

public void redrawPlayingMode()

isVisible

public boolean isVisible()

loadProperties

public void loadProperties()