org.netbeans.microedition.svg
Interface SVGComboBox.ComboBoxModel

All Superinterfaces:
SVGList.ListModel
All Known Implementing Classes:
SVGComboBox.DefaultModel
Enclosing class:
SVGComboBox

public static interface SVGComboBox.ComboBoxModel
extends SVGList.ListModel


Method Summary
 int getSelectedIndex()
           
 void setSelectedIndex(int index)
           
 
Methods inherited from interface org.netbeans.microedition.svg.SVGList.ListModel
addDataListener, getElementAt, getSize, removeDataListener
 

Method Detail

getSelectedIndex

int getSelectedIndex()

setSelectedIndex

void setSelectedIndex(int index)