org.herac.tuxguitar.gui.actions

Class ActionContainer


public class ActionContainer
extends java.lang.Object

Constructor Summary

ActionContainer(TablatureEditor tablatureEditor)

Method Summary

Action
getAction(String name)
List
getAvailableKeyBindingActions()
TypedEvent
getLastEvent()
void
initActions()
void
setLastEvent(TypedEvent lastEvent)

Constructor Details

ActionContainer

public ActionContainer(TablatureEditor tablatureEditor)

Method Details

getAction

public Action getAction(String name)

getAvailableKeyBindingActions

public List getAvailableKeyBindingActions()

getLastEvent

public TypedEvent getLastEvent()

initActions

public void initActions()

setLastEvent

public void setLastEvent(TypedEvent lastEvent)