org.herac.tuxguitar.gui.editors.lyric
Class LyricModifyListener

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.lyric.LyricModifyListener

public class LyricModifyListener
extends java.lang.Object


Constructor Summary
LyricModifyListener(LyricEditor editor)
           
 
Method Summary
 boolean isEnabled()
           
 void modifyText(ModifyEvent e)
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LyricModifyListener

public LyricModifyListener(LyricEditor editor)
Method Detail

modifyText

public void modifyText(ModifyEvent e)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)