org.herac.tuxguitar.gui.editors
Class EditorCache

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

public class EditorCache
extends java.lang.Object


Constructor Summary
EditorCache()
           
 
Method Summary
 java.util.List getCaretComponents()
           
 java.util.List getPlayingComponents()
           
 MeasureCoords getPlayingMeasure()
           
 void reset()
           
 boolean shouldRedraw()
           
 void updateCaretMode()
           
 void updatePlayingMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorCache

public EditorCache()
Method Detail

reset

public void reset()

updateCaretMode

public void updateCaretMode()

updatePlayingMode

public void updatePlayingMode()

getCaretComponents

public java.util.List getCaretComponents()

getPlayingComponents

public java.util.List getPlayingComponents()

getPlayingMeasure

public MeasureCoords getPlayingMeasure()

shouldRedraw

public boolean shouldRedraw()