org.herac.tuxguitar.gui.actions.mouse
Class SelectComponentAction

java.lang.Object
  extended by org.herac.tuxguitar.gui.actions.Action
      extended by org.herac.tuxguitar.gui.actions.mouse.SelectComponentAction

Deprecated.

public class SelectComponentAction
extends Action


Field Summary
static java.lang.String NAME
          Deprecated.  
 
Constructor Summary
SelectComponentAction(TablatureEditor tablatureEditor)
          Deprecated.  
 
Method Summary
 boolean doAction(TypedEvent e)
          Deprecated.  
 
Methods inherited from class org.herac.tuxguitar.gui.actions.Action
fireUpdate, fireUpdate, getEditor, getLastEvent, getName, getSongManager, isEditableKeyBinding, menuHidden, menuShown, mouseDoubleClick, mouseDown, mouseUp, process, redraw, updateTablature, widgetDefaultSelected, widgetDisposed, widgetSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SelectComponentAction

public SelectComponentAction(TablatureEditor tablatureEditor)
Deprecated. 
Method Detail

doAction

public boolean doAction(TypedEvent e)
Deprecated. 
Specified by:
doAction in class Action