public abstract class XBreakpointCustomPropertiesPanel<B extends XBreakpoint<?>> extends java.lang.Object implements Disposable
Disposable.Parent| Constructor and Description |
|---|
XBreakpointCustomPropertiesPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Usually not invoked directly, see class javadoc.
|
abstract javax.swing.JComponent |
getComponent() |
boolean |
isVisibleOnPopup(B breakpoint) |
abstract void |
loadFrom(B breakpoint) |
abstract void |
saveTo(B breakpoint) |
public abstract javax.swing.JComponent getComponent()
public abstract void saveTo(B breakpoint)
public abstract void loadFrom(B breakpoint)
public void dispose()
Disposabledispose in interface Disposablepublic boolean isVisibleOnPopup(B breakpoint)