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