Package jadex.bpmn.model.task
Interface ITaskPropertyGui
- 
- All Known Implementing Classes:
- MethodCallTask.ServiceCallTaskGui,- ServiceCallTask.ServiceCallTaskGui,- ServicePoolTask.ServicePoolTaskGui
 
 public interface ITaskPropertyGui
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()The component to be shown in the gui.voidinit(IModelContainer container, MActivity task, java.lang.ClassLoader cl)Once called to init the component.voidshutdown()Informs the panel that it should stop all its computation.
 
- 
- 
- 
Method Detail- 
initvoid init(IModelContainer container, MActivity task, java.lang.ClassLoader cl) Once called to init the component.
 - 
shutdownvoid shutdown() Informs the panel that it should stop all its computation.
 - 
getComponentjavax.swing.JComponent getComponent() The component to be shown in the gui.- Returns:
- The component to be displayed.
 
 
- 
 
-