com.github.croesch.micro_debug.gui.actions
Class ActionProvider
java.lang.Object
com.github.croesch.micro_debug.gui.actions.ActionProvider
- All Implemented Interfaces:
- IActionProvider
public final class ActionProvider
- extends Object
- implements IActionProvider
Provides the actions used by the debugger.
- Since:
- Date: May 13, 2012
- Author:
- croesch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionProvider
public ActionProvider(MainController cont,
JFrame frame)
- Constructs this provider that holds references for the actions used by the debugger.
- Parameters:
cont - the controller of the debugger, having access to the processor and the viewframe - the main frame- Since:
- Date: May 13, 2012
getAction
public Action getAction(IActionProvider.Actions key)
- Returns the
Action that is stored for this key.
- Specified by:
getAction in interface IActionProvider
- Parameters:
key - the key that identifies the action to fetch
- Returns:
- the stored
Action for the given key
Copyright © 2012. All Rights Reserved.