|
|||||||||
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.LineBreakpointUI
Class LineBreakpointUI is an adapter capable of building a user interface to represent a line breakpoint.
Inner classes inherited from class com.bluemarsh.jswat.breakpoint.ui.BasicBreakpointUI |
BasicBreakpointUI.GroupNamePair, BasicBreakpointUI.NumericDocument |
Field Summary | |
protected javax.swing.JTextField |
linenumberTextfield
Breakpoint's line number text field. |
protected int |
originalLinenumber
Original line number. |
protected LineBreakpoint |
targetBreakpoint
Breakpoint that we are working against. |
Fields inherited from class com.bluemarsh.jswat.breakpoint.ui.BasicBreakpointUI |
enabledCheckbox, expirecountTextfield, groupCombo, originalEnabled, originalExpirecount, originalGroup, originalSkipcount, originalSuspendPolicy, propertiesPanel, skipcountTextfield, suspendGroup |
Constructor Summary | |
LineBreakpointUI(LineBreakpoint bp)
Create a LineBreakpointUI that will operate on the given breakpoint. |
Method Summary | |
void |
commit()
Commit the values stored in the user interface elements to the object this adapter is representing (breakpoint, condition, or monitor). |
void |
undo()
Reverse the changes made to the object this adapter is representing (breakpoint, condition, or monitor). |
Methods inherited from class com.bluemarsh.jswat.breakpoint.ui.BasicBreakpointUI |
buildGroupList, findAndSelectGroup, getSelectedGroup, getUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected LineBreakpoint targetBreakpoint
protected int originalLinenumber
protected javax.swing.JTextField linenumberTextfield
Constructor Detail |
public LineBreakpointUI(LineBreakpoint bp)
bp
- breakpoint to be edited.Method Detail |
public void commit()
commit
in class BasicBreakpointUI
public void undo()
undo
in class BasicBreakpointUI
com.bluemarsh.jswat.breakpoint.ui.UIAdapter
UnsupportedOperationException
- Thrown if this operation is not supported.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |