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