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
-
DebugInspectorPanel(Debugger, Inspector)
- Constructs a new panel
-
action(Event, Object)
- Handles buttonpress events
-
handleEvent(Event)
- Handles GUI events
-
pollEvent()
- Implements the PollCallback interface
-
pop()
-
-
push()
-
-
resetModel(Inspector)
- Sets the model and erases the history
-
setModel(Inspector)
- Changes the focus of the panel to a new inspector
DebugInspectorPanel
public DebugInspectorPanel(Debugger debugger,
Inspector inspector)
- Constructs a new panel
pollEvent
public void pollEvent()
- Implements the PollCallback interface
push
public void push()
- See Also:
- dstc.kalimantan.inspect.InspectorPanel.push
pop
public void pop()
- See Also:
- dstc.kalimantan.inspect.InspectorPanel.pop
setModel
public void setModel(Inspector inspector)
- Changes the focus of the panel to a new inspector
resetModel
public void resetModel(Inspector inspector)
- Sets the model and erases the history
handleEvent
public boolean handleEvent(Event event)
- Handles GUI events
- Overrides:
- handleEvent in class Component
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