Uses of Class
com.github.croesch.micro_debug.gui.actions.ActionProvider

Packages that use ActionProvider
com.github.croesch.micro_debug.gui.actions   
 

Uses of ActionProvider in com.github.croesch.micro_debug.gui.actions
 

Constructors in com.github.croesch.micro_debug.gui.actions with parameters of type ActionProvider
AbstractExecuteOnWorkerThreadAction(GuiText text, MainController cont, WorkerThread thread, ActionProvider provider)
          Constructs the Action that shouldn't be executed on the EDT because of long running methods.
AbstractStepAction(GuiText txt, MainController cont, WorkerThread thread, ActionProvider provider)
          Constructs this action to let the processor perform steps.
MicroStepAction(MainController cont, WorkerThread thread, ActionProvider provider)
          Constructs the action to perform a micro step of the processor.
ResetAction(MainController cont, WorkerThread thread, ActionProvider provider)
          Constructs the action to reset the processor.
RunAction(MainController cont, WorkerThread thread, ActionProvider provider)
          Constructs the action to run the program of the processor.
StepAction(MainController cont, WorkerThread thread, ActionProvider provider)
          Constructs the action to perform a step of the processor.
 



Copyright © 2012. All Rights Reserved.