public interface ITaskPropertyGui
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent()
The component to be shown in the gui.
|
void |
init(IModelContainer container,
MActivity task,
java.lang.ClassLoader cl)
Once called to init the component.
|
void |
shutdown()
Informs the panel that it should stop all its computation.
|
void init(IModelContainer container, MActivity task, java.lang.ClassLoader cl)
void shutdown()
javax.swing.JComponent getComponent()