com.bluemarsh.jswat.breakpoint.ui
Class ExceptionBreakpointUI

java.lang.Object
  |
  +--com.bluemarsh.jswat.breakpoint.ui.BasicBreakpointUI
        |
        +--com.bluemarsh.jswat.breakpoint.ui.ExceptionBreakpointUI
All Implemented Interfaces:
BreakpointUI, UIAdapter

public class ExceptionBreakpointUI
extends BasicBreakpointUI

Class ExceptionBreakpointUI is an adapter capable of building a user interface to represent a exception breakpoint.

Author:
Nathan Fiedler

Inner classes inherited from class com.bluemarsh.jswat.breakpoint.ui.BasicBreakpointUI
BasicBreakpointUI.GroupNamePair, BasicBreakpointUI.NumericDocument
 
Fields inherited from class com.bluemarsh.jswat.breakpoint.ui.BasicBreakpointUI
enabledCheckbox, expirecountTextfield, groupCombo, originalEnabled, originalExpirecount, originalGroup, originalSkipcount, originalSuspendPolicy, propertiesPanel, skipcountTextfield, suspendGroup, targetBreakpoint
 
Constructor Summary
ExceptionBreakpointUI(ExceptionBreakpoint bp)
          Create a ExceptionBreakpointUI that will operate on the given breakpoint.
 
Methods inherited from class com.bluemarsh.jswat.breakpoint.ui.BasicBreakpointUI
buildGroupList, commit, findAndSelectGroup, getSelectedGroup, getUI, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionBreakpointUI

public ExceptionBreakpointUI(ExceptionBreakpoint bp)
Create a ExceptionBreakpointUI that will operate on the given breakpoint.
Parameters:
bp - breakpoint to be edited.