Package jadex.bpmn.model.task
Interface ITaskPropertyGui
public interface ITaskPropertyGui
-
Method Summary
Modifier and TypeMethodDescriptionThe component to be shown in the gui.void
init
(IModelContainer container, MActivity task, ClassLoader cl) Once called to init the component.void
shutdown()
Informs the panel that it should stop all its computation.
-
Method Details
-
init
Once called to init the component. -
shutdown
void shutdown()Informs the panel that it should stop all its computation. -
getComponent
JComponent getComponent()The component to be shown in the gui.- Returns:
- The component to be displayed.
-