org.herac.tuxguitar.gui.table
Class SongTableInfo

java.lang.Object
  extended by Composite
      extended by org.herac.tuxguitar.gui.table.SongTableInfo

public class SongTableInfo
extends Composite


Constructor Summary
SongTableInfo(Composite parent, TablatureEditor editor)
           
 
Method Summary
static void disposeColors()
           
 void fireChannelChange(SongChannel channel)
           
 void fireUpdate()
           
 int getHeight()
           
 void loadProperties()
           
 void redraw()
           
 void redrawPlayingMode()
           
 void updateScrolls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SongTableInfo

public SongTableInfo(Composite parent,
                     TablatureEditor editor)
Method Detail

updateScrolls

public void updateScrolls()

loadProperties

public void loadProperties()

fireUpdate

public void fireUpdate()

getHeight

public int getHeight()

redraw

public void redraw()

redrawPlayingMode

public void redrawPlayingMode()

fireChannelChange

public void fireChannelChange(SongChannel channel)

disposeColors

public static void disposeColors()