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, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerpublic TestStepPropertyComboBoxModel(WsdlTestStep testStep)
public void release()
public WsdlTestStep getTestStep()
public void setTestStep(WsdlTestStep testStep)
public Object getElementAt(int index)
getElementAt in interface ListModelpublic Object getSelectedItem()
getSelectedItem in interface ComboBoxModelpublic void setSelectedItem(Object anItem)
setSelectedItem in interface ComboBoxModelCopyright © 2019. All Rights Reserved.