public class MicroDebuggerPanel extends java.lang.Object implements IDebuggerPanel
| Modifier and Type | Field and Description |
|---|---|
protected static javax.swing.UIDefaults |
icons
The image icons.
|
protected MicroAgentViewPanel |
micropanel
The gui component.
|
| Constructor and Description |
|---|
MicroDebuggerPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose the component.
|
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.
|
protected static final javax.swing.UIDefaults icons
protected MicroAgentViewPanel micropanel
public void init(jadex.base.gui.plugin.IControlCenter jcc,
jadex.commons.IBreakpointPanel bpp,
jadex.bridge.IComponentIdentifier name,
jadex.bridge.IExternalAccess access)
init in interface IDebuggerPaneljcc - The jcc.bpp - The breakpoint panel.id - The component identifier.access - The external access of the component.public java.lang.String getTitle()
getTitle in interface IDebuggerPanelpublic javax.swing.Icon getIcon()
getIcon in interface IDebuggerPanelpublic javax.swing.JComponent getComponent()
getComponent in interface IDebuggerPanelpublic java.lang.String getTooltipText()
getTooltipText in interface IDebuggerPanelpublic java.lang.String getStepInfo()
getStepInfo in interface IDebuggerPanelpublic void dispose()
dispose in interface IDebuggerPanel