public interface IDebuggerPanel
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose the panel.
|
javax.swing.JComponent |
getComponent()
The component to be shown in the gui.
|
javax.swing.Icon |
getIcon()
The icon of the panel.
|
java.lang.String |
getStepInfo()
Get the step info.
|
java.lang.String |
getTitle()
The title of the panel (name of the tab).
|
java.lang.String |
getTooltipText()
The tooltip text of the panel, if any.
|
void |
init(jadex.base.gui.plugin.IControlCenter jcc,
jadex.commons.IBreakpointPanel bpp,
jadex.bridge.IComponentIdentifier name,
jadex.bridge.IExternalAccess access)
Called to initialize the panel.
|
void init(jadex.base.gui.plugin.IControlCenter jcc, jadex.commons.IBreakpointPanel bpp, jadex.bridge.IComponentIdentifier name, jadex.bridge.IExternalAccess access)
jcc
- The jcc.bpp
- The breakpoint panel.id
- The component identifier.access
- The external access of the component.java.lang.String getTitle()
javax.swing.Icon getIcon()
javax.swing.JComponent getComponent()
java.lang.String getTooltipText()
java.lang.String getStepInfo()
void dispose()