Uses of Interface
com.cmpware.ide.IListener

Packages that use IListener
com.cmpware.ide   
com.cmpware.ide.actions   
com.cmpware.ide.views   
 

Uses of IListener in com.cmpware.ide
 

Methods in com.cmpware.ide with parameters of type IListener
static void MpModel.addStateChangeListener(IListener l)
          This method adds a state change listener to the model.
static void MpModel.removeStateChangeListener(IListener l)
          This method removes a state change listener to the model.
 

Uses of IListener in com.cmpware.ide.actions
 

Classes in com.cmpware.ide.actions that implement IListener
 class ExportAction
          This implements the action for the Export File command.
 

Constructors in com.cmpware.ide.actions with parameters of type IListener
ProfileAction(IListener iListener)
           
 

Uses of IListener in com.cmpware.ide.views
 

Classes in com.cmpware.ide.views that implement IListener
 class ArrayView
          This class implements the graphical view of the processor array.
 class DasmView
          This describes the disassembly view.
 class DisassembleView
          This describes the Disassembler Viewer.
 class EasyTable
          This class provides an easy interface for creating tables.
 class EasyText
          This describes the Easy Text interface.
 class HexDumpView
          This describes the hexadecimal dump view.
 class ImageView
          This class implements the image view window.
 class InstructionMixView
          This class displays the instruction mix of the selected processor in a table.
 class LinkView
          This class displays the Link status of the selected processor in a table.
 class MemoryView
          This describes the Memory Code Viewer.
 class PowerMeterView
          This class displays Power Meter table.
 class ProfileView
          This class displays the register values of the selected processor in a table.
 class RegisterView
          This class displays the register values of the selected processor in a table.
 class SourceCodeView
          This describes the Source Code Viewer.
 class SpecialRegisterView
          This class displays the register values of the selected processor in a table.
 class VariablesView
          This class displays the tree viewer for the node variables.