public class ExceptionBreakpointPropertiesPanel extends XBreakpointCustomPropertiesPanel<XBreakpoint<JavaExceptionBreakpointProperties>>
Disposable.Parent| Constructor and Description |
|---|
ExceptionBreakpointPropertiesPanel() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getComponent() |
void |
loadFrom(XBreakpoint<JavaExceptionBreakpointProperties> breakpoint) |
void |
saveTo(XBreakpoint<JavaExceptionBreakpointProperties> breakpoint) |
dispose, isVisibleOnPopuppublic javax.swing.JComponent getComponent()
getComponent in class XBreakpointCustomPropertiesPanel<XBreakpoint<JavaExceptionBreakpointProperties>>public void loadFrom(XBreakpoint<JavaExceptionBreakpointProperties> breakpoint)
loadFrom in class XBreakpointCustomPropertiesPanel<XBreakpoint<JavaExceptionBreakpointProperties>>public void saveTo(XBreakpoint<JavaExceptionBreakpointProperties> breakpoint)
saveTo in class XBreakpointCustomPropertiesPanel<XBreakpoint<JavaExceptionBreakpointProperties>>