public static class ServiceCallTask.ServiceCallTaskGui
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JComboBox |
cbmethodname
The combo box for the method name.
|
protected AutoCompleteCombo |
cbranking
The combo box for the ranking.
|
protected javax.swing.JComboBox |
cbsername
The combo box for the service name.
|
protected java.lang.ClassLoader |
cl
The classloader.
|
protected IModelContainer |
container
The container.
|
protected IModelInfo |
model
The model.
|
protected javax.swing.JPanel |
panel
The panel.
|
protected MActivity |
task
The 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
protected AutoCompleteCombo cbranking
protected IModelContainer container
public void init(IModelContainer container, MActivity task, java.lang.ClassLoader cl)
protected void refresh()
public void shutdown()
public javax.swing.JComponent getComponent()