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