public class TestStepPropertyComboBoxModel extends AbstractListModel implements ComboBoxModel
listenerList
Constructor and Description |
---|
TestStepPropertyComboBoxModel(WsdlTestStep testStep) |
Modifier and Type | Method and Description |
---|---|
Object |
getElementAt(int index) |
Object |
getSelectedItem() |
int |
getSize() |
WsdlTestStep |
getTestStep() |
void |
release() |
void |
setSelectedItem(Object anItem) |
void |
setTestStep(WsdlTestStep testStep) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListDataListener, removeListDataListener
public TestStepPropertyComboBoxModel(WsdlTestStep testStep)
public void release()
public WsdlTestStep getTestStep()
public void setTestStep(WsdlTestStep testStep)
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
Copyright © 2019. All Rights Reserved.