Uses of Class
com.github.croesch.micro_debug.gui.components.controller.MainController

Packages that use MainController
com.github.croesch.micro_debug.gui.actions   
com.github.croesch.micro_debug.gui.components   
 

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

Constructors in com.github.croesch.micro_debug.gui.actions with parameters of type MainController
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.
ActionProvider(MainController cont, JFrame frame)
          Constructs this provider that holds references for the actions used by the debugger.
InterruptAction(MainController cont)
          Constructs the action to interrupt the runnint processor.
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.
 

Uses of MainController in com.github.croesch.micro_debug.gui.components
 

Methods in com.github.croesch.micro_debug.gui.components that return MainController
 MainController MainFrame.getController()
          Returns the main controller of the debugger, that controls user input for the GUI.
 



Copyright © 2012. All Rights Reserved.