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

Class dstc.kalimantan.debug.BreakpointBrowser

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----dstc.kalimantan.debug.BreakpointBrowser

public class BreakpointBrowser
extends Frame
implements PollCallback
List of breakpoints

Method Index

 o action(Event, Object)
Handles button presses
 o handleEvent(Event)
Handles UI events
 o hide()
Disconnects the browser from the polling mechanism when hidden
 o pollEvent()
Implements the PollCallback interface
 o refreshBreakpointNames()
Updates the list of breakpoint names if necessary
 o show()
Connects browser to the polling mechanism when visible

Methods

 o refreshBreakpointNames
  public void refreshBreakpointNames() throws Exception
Updates the list of breakpoint names if necessary
 o show
  public void show()
Connects browser to the polling mechanism when visible
Overrides:
show in class Window
 o hide
  public void hide()
Disconnects the browser from the polling mechanism when hidden
Overrides:
hide in class Component
 o pollEvent
  public void pollEvent()
Implements the PollCallback interface
 o handleEvent
  public boolean handleEvent(Event event)
Handles UI events
Overrides:
handleEvent in class Component
 o action
  public boolean action(Event event,
                        Object target)
Handles button presses
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index