public static class MethodCallTask.ServiceCallTaskGui
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected javax.swing.JComboBox | cbmethodnameThe combo box for the method name. | 
| protected javax.swing.JComboBox | cbsernameThe combo box for the service name. | 
| protected java.lang.ClassLoader | clThe classloader. | 
| protected IModelInfo | modelThe model. | 
| protected javax.swing.JPanel | panelThe panel. | 
| protected MActivity | taskThe task. | 
| Constructor and Description | 
|---|
| ServiceCallTaskGui() | 
| 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. | 
| protected void | refresh() | 
| void | shutdown()Informs the panel that it should stop all its computation. | 
protected javax.swing.JPanel panel
protected IModelInfo model
protected MActivity task
protected java.lang.ClassLoader cl
protected javax.swing.JComboBox cbsername
protected javax.swing.JComboBox cbmethodname
public void init(IModelContainer container,
                 MActivity task,
                 java.lang.ClassLoader cl)
protected void refresh()
public void shutdown()
public javax.swing.JComponent getComponent()