public class BpmnDebuggerPanel
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 VisualProcessViewPanel |
processpanel
The gui component.
|
Constructor and Description |
---|
BpmnDebuggerPanel() |
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 VisualProcessViewPanel processpanel
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.IDebuggerPanel
jcc
- 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.IDebuggerPanel
public javax.swing.Icon getIcon()
getIcon
in interface jadex.tools.debugger.IDebuggerPanel
public javax.swing.JComponent getComponent()
getComponent
in interface jadex.tools.debugger.IDebuggerPanel
public java.lang.String getTooltipText()
getTooltipText
in interface jadex.tools.debugger.IDebuggerPanel
public java.lang.String getStepInfo()
getStepInfo
in interface jadex.tools.debugger.IDebuggerPanel
public void dispose()
dispose
in interface jadex.tools.debugger.IDebuggerPanel