public class TestStepComboBoxModel extends AbstractListModel implements ComboBoxModel
listenerList| Constructor and Description |
|---|
TestStepComboBoxModel(WsdlTestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int index) |
Object |
getSelectedItem() |
WsdlTestStep |
getSelectedStep() |
int |
getSize() |
void |
release() |
void |
setSelectedItem(Object anItem) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic TestStepComboBoxModel(WsdlTestCase testCase)
public void release()
public Object getElementAt(int index)
getElementAt in interface ListModelpublic Object getSelectedItem()
getSelectedItem in interface ComboBoxModelpublic void setSelectedItem(Object anItem)
setSelectedItem in interface ComboBoxModelpublic WsdlTestStep getSelectedStep()
Copyright © 2019. All Rights Reserved.