Package jadex.tools.debugger.bpmn
Class BpmnDebuggerPanel
- java.lang.Object
- 
- jadex.tools.debugger.bpmn.BpmnDebuggerPanel
 
- 
- All Implemented Interfaces:
- IDebuggerPanel
 
 public class BpmnDebuggerPanel extends java.lang.Object implements IDebuggerPanel A bpmndebugger panel that can display bpmn processes.
- 
- 
Field SummaryFields Modifier and Type Field Description protected static javax.swing.UIDefaultsiconsThe image icons.protected VisualProcessViewPanelprocesspanelThe gui component.
 - 
Constructor SummaryConstructors Constructor Description BpmnDebuggerPanel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Dispose the component.javax.swing.JComponentgetComponent()The component to be shown in the gui.javax.swing.IcongetIcon()The icon of the panel.java.lang.StringgetStepInfo()Get the step info.java.lang.StringgetTitle()The title of the panel (name of the tab).java.lang.StringgetTooltipText()The tooltip text of the panel, if any.voidinit(IControlCenter jcc, IBreakpointPanel bpp, IComponentIdentifier name, IExternalAccess access)Called to initialize the panel.
 
- 
- 
- 
Field Detail- 
iconsprotected static final javax.swing.UIDefaults icons The image icons.
 - 
processpanelprotected VisualProcessViewPanel processpanel The gui component.
 
- 
 - 
Method Detail- 
initpublic void init(IControlCenter jcc, IBreakpointPanel bpp, IComponentIdentifier name, IExternalAccess access) Called to initialize the panel. Called on the swing thread.- Specified by:
- initin interface- IDebuggerPanel
- Parameters:
- jcc- The jcc.
- bpp- The breakpoint panel.
- id- The component identifier.
- access- The external access of the component.
 
 - 
getTitlepublic java.lang.String getTitle() The title of the panel (name of the tab).- Specified by:
- getTitlein interface- IDebuggerPanel
- Returns:
- The tab title.
 
 - 
getIconpublic javax.swing.Icon getIcon() The icon of the panel.- Specified by:
- getIconin interface- IDebuggerPanel
- Returns:
- The icon (or null, if none).
 
 - 
getComponentpublic javax.swing.JComponent getComponent() The component to be shown in the gui.- Specified by:
- getComponentin interface- IDebuggerPanel
- Returns:
- The component to be displayed.
 
 - 
getTooltipTextpublic java.lang.String getTooltipText() The tooltip text of the panel, if any.- Specified by:
- getTooltipTextin interface- IDebuggerPanel
- Returns:
- The tooltip text, or null.
 
 - 
getStepInfopublic java.lang.String getStepInfo() Get the step info. Help to decide which component step to perform next.- Specified by:
- getStepInfoin interface- IDebuggerPanel
- Returns:
- Step info for debugging.
 
 - 
disposepublic void dispose() Dispose the component.- Specified by:
- disposein interface- IDebuggerPanel
 
 
- 
 
-