Uses of Class
com.github.croesch.micro_debug.gui.components.basic.MDPanel

Packages that use MDPanel
com.github.croesch.micro_debug.gui.components.code   
com.github.croesch.micro_debug.gui.components.view   
 

Uses of MDPanel in com.github.croesch.micro_debug.gui.components.code
 

Subclasses of MDPanel in com.github.croesch.micro_debug.gui.components.code
 class Ruler
          This is a ruler that is able to view some information (such as breakpoints) for a given text component.
 

Uses of MDPanel in com.github.croesch.micro_debug.gui.components.view
 

Subclasses of MDPanel in com.github.croesch.micro_debug.gui.components.view
 class ACodeView
          An abstract code view containing the text area to visualise the code, a ruler for adding breakpoints and a line number view.
 class MacroCodeView
          The panel that visualises the macro code.
 class MemoryView
          The panel that visualises the content of the main memory.
 class MicroCodeView
          The panel that visualises the micro code.
 class NumberStyleSwitcher
          The panel to switch different styles for number format.
 class RegisterView
          The panel that visualises the different Registers with their values.
 



Copyright © 2012. All Rights Reserved.