Class dstc.kalimantan.debug.DebugInspectorPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dstc.kalimantan.debug.DebugInspectorPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----dstc.kalimantan.debug.DebugInspectorPanel

public class DebugInspectorPanel
extends Panel
implements PollCallback
A Panel for presenting an inspector with some useful buttons
See Also:
InspectorFrame

Constructor Index

 o DebugInspectorPanel(Debugger, Inspector)
Constructs a new panel

Method Index

 o action(Event, Object)
Handles buttonpress events
 o handleEvent(Event)
Handles GUI events
 o pollEvent()
Implements the PollCallback interface
 o pop()
 o push()
 o resetModel(Inspector)
Sets the model and erases the history
 o setModel(Inspector)
Changes the focus of the panel to a new inspector

Constructors

 o DebugInspectorPanel
  public DebugInspectorPanel(Debugger debugger,
                             Inspector inspector)
Constructs a new panel

Methods

 o pollEvent
  public void pollEvent()
Implements the PollCallback interface
 o push
  public void push()
See Also:
dstc.kalimantan.inspect.InspectorPanel.push
 o pop
  public void pop()
See Also:
dstc.kalimantan.inspect.InspectorPanel.pop
 o setModel
  public void setModel(Inspector inspector)
Changes the focus of the panel to a new inspector
 o resetModel
  public void resetModel(Inspector inspector)
Sets the model and erases the history
 o handleEvent
  public boolean handleEvent(Event event)
Handles GUI events
Overrides:
handleEvent in class Component
 o action
  public boolean action(Event event,
                        Object target)
Handles buttonpress events
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index