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, removeListDataListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListDataListener, removeListDataListener
public TestStepComboBoxModel(WsdlTestCase testCase)
public void release()
public Object getElementAt(int index)
getElementAt
in interface ListModel
public Object getSelectedItem()
getSelectedItem
in interface ComboBoxModel
public void setSelectedItem(Object anItem)
setSelectedItem
in interface ComboBoxModel
public WsdlTestStep getSelectedStep()
Copyright © 2019. All Rights Reserved.