Interface UIAdapter defines the methods necessary for a breakpoint,
monitor, or condition UI adapter implementation.
Method Summary |
void |
commit()
Commit the values stored in the user interface elements to the
object this adapter is representing (breakpoint, condition, or
monitor). |
java.awt.Component |
getUI()
Return a reference to the user interface element that this
adapter uses to graphically represent the breakpoint, condition,
or monitor. |
void |
undo()
Reverse the changes made to the object this adapter is
representing (breakpoint, condition, or monitor). |