public class BDIViewerDebuggerPanel
extends java.lang.Object
implements jadex.tools.debugger.IDebuggerPanel
| Modifier and Type | Field and Description |
|---|---|
protected static javax.swing.UIDefaults |
icons
The image icons.
|
protected BDIViewerPanel |
panel
The gui component.
|
| Constructor and Description |
|---|
BDIViewerDebuggerPanel() |
| 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 BDIViewerPanel panel
public void init(jadex.base.gui.plugin.IControlCenter jcc,
jadex.commons.IBreakpointPanel bpp,
jadex.bridge.IComponentIdentifier name,
jadex.bridge.IExternalAccess access)
init in interface jadex.tools.debugger.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 jadex.tools.debugger.IDebuggerPanelpublic javax.swing.Icon getIcon()
getIcon in interface jadex.tools.debugger.IDebuggerPanelpublic javax.swing.JComponent getComponent()
getComponent in interface jadex.tools.debugger.IDebuggerPanelpublic java.lang.String getTooltipText()
getTooltipText in interface jadex.tools.debugger.IDebuggerPanelpublic java.lang.String getStepInfo()
getStepInfo in interface jadex.tools.debugger.IDebuggerPanelpublic void dispose()
dispose in interface jadex.tools.debugger.IDebuggerPanel