org.herac.tuxguitar.gui.system.plugins.base
Class TGToolItemPlugin.TGCustomToolAction

java.lang.Object
  extended by org.herac.tuxguitar.gui.actions.ActionAdapter
      extended by org.herac.tuxguitar.gui.actions.Action
          extended by org.herac.tuxguitar.gui.system.plugins.base.TGToolItemPlugin.TGCustomToolAction
Enclosing class:
TGToolItemPlugin

protected class TGToolItemPlugin.TGCustomToolAction
extends Action


Field Summary
 
Fields inherited from class org.herac.tuxguitar.gui.actions.Action
AUTO_LOCK, AUTO_UNLOCK, AUTO_UPDATE, DISABLE_ON_PLAYING, KEY_BINDING_AVAILABLE
 
Constructor Summary
TGToolItemPlugin.TGCustomToolAction(java.lang.String name)
           
 
Method Summary
protected  int execute(TypedEvent e)
           
 
Methods inherited from class org.herac.tuxguitar.gui.actions.Action
addUndoableEdit, fireUpdate, getEditor, getFlags, getName, getSongManager, isKeyBindingAvailable, process, updateTablature
 
Methods inherited from class org.herac.tuxguitar.gui.actions.ActionAdapter
menuHidden, menuShown, mouseDoubleClick, mouseDown, mouseUp, shellActivated, shellClosed, shellDeactivated, shellDeiconified, shellIconified, widgetDefaultSelected, widgetSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGToolItemPlugin.TGCustomToolAction

public TGToolItemPlugin.TGCustomToolAction(java.lang.String name)
Method Detail

execute

protected int execute(TypedEvent e)
Specified by:
execute in class Action