org.herac.tuxguitar.gui.editors
Class PianoEditor

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.PianoEditor
All Implemented Interfaces:
TGExternalBeatViewerListener, TGRedrawListener, IconLoader, LanguageLoader, ScaleListener

public class PianoEditor
extends java.lang.Object
implements TGRedrawListener, TGExternalBeatViewerListener, IconLoader, LanguageLoader, ScaleListener


Field Summary
 
Fields inherited from interface org.herac.tuxguitar.gui.editors.TGRedrawListener
NORMAL, PLAYING_NEW_BEAT, PLAYING_THREAD
 
Constructor Summary
PianoEditor()
           
 
Method Summary
 void addListeners()
           
 void dispose()
           
 void doRedraw(int type)
           
 void hideExternalBeat()
           
 boolean isDisposed()
           
 void loadIcons()
           
 void loadProperties()
           
 void loadScale()
           
 void redraw()
           
 void redrawPlayingMode()
           
 void removeListeners()
           
 void show()
           
 void showExternalBeat(TGBeat beat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PianoEditor

public PianoEditor()
Method Detail

show

public void show()

addListeners

public void addListeners()

removeListeners

public void removeListeners()

dispose

public void dispose()

redraw

public void redraw()

redrawPlayingMode

public void redrawPlayingMode()

isDisposed

public boolean isDisposed()

loadProperties

public void loadProperties()
Specified by:
loadProperties in interface LanguageLoader

loadIcons

public void loadIcons()
Specified by:
loadIcons in interface IconLoader

loadScale

public void loadScale()
Specified by:
loadScale in interface ScaleListener

doRedraw

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

showExternalBeat

public void showExternalBeat(TGBeat beat)
Specified by:
showExternalBeat in interface TGExternalBeatViewerListener

hideExternalBeat

public void hideExternalBeat()
Specified by:
hideExternalBeat in interface TGExternalBeatViewerListener