|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluemarsh.jswat.breakpoint.ui.BasicBreakpointUI | +--com.bluemarsh.jswat.breakpoint.ui.MethodBreakpointUI
Class MethodBreakpointUI is an adapter capable of building a user interface to represent a method breakpoint.
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 |
public MethodBreakpointUI(MethodBreakpoint bp)
bp
- breakpoint to be edited.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |