com.bluemarsh.jswat.breakpoint.ui
Class MethodBreakpointUI

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

public class MethodBreakpointUI
extends BasicBreakpointUI

Class MethodBreakpointUI is an adapter capable of building a user interface to represent a method 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
MethodBreakpointUI(MethodBreakpoint bp)
          Create a MethodBreakpointUI 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

MethodBreakpointUI

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