com.github.croesch.micro_debug.gui.actions.api
Interface IActionProvider

All Known Implementing Classes:
ActionProvider

public interface IActionProvider

Provides the actions used by the debugger.

Since:
Date: Jun 2, 2012
Author:
croesch

Nested Class Summary
static class IActionProvider.Actions
          Provides an enumeration of actions to control the debugger.
 
Method Summary
 Action getAction(IActionProvider.Actions key)
          Returns the Action that is stored for this key.
 

Method Detail

getAction

@Nullable
Action getAction(IActionProvider.Actions key)
Returns the Action that is stored for this key.

Parameters:
key - the key that identifies the action to fetch
Returns:
the stored Action for the given key
Since:
Date: May 13, 2012


Copyright © 2012. All Rights Reserved.