org.netbeans.microedition.svg
Class SVGComboBox.DefaultModel

java.lang.Object
  extended by org.netbeans.microedition.svg.SVGList.DefaultListMoldel
      extended by org.netbeans.microedition.svg.SVGComboBox.DefaultModel
All Implemented Interfaces:
SVGComboBox.ComboBoxModel, SVGList.ListModel
Enclosing class:
SVGComboBox

public static class SVGComboBox.DefaultModel
extends SVGList.DefaultListMoldel
implements SVGComboBox.ComboBoxModel


Constructor Summary
SVGComboBox.DefaultModel(java.util.Vector data)
           
 
Method Summary
 int getSelectedIndex()
           
 void setSelectedIndex(int index)
           
 
Methods inherited from class org.netbeans.microedition.svg.SVGList.DefaultListMoldel
addDataListener, fireDataChanged, getElementAt, getSize, removeDataListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.netbeans.microedition.svg.SVGList.ListModel
addDataListener, getElementAt, getSize, removeDataListener
 

Constructor Detail

SVGComboBox.DefaultModel

public SVGComboBox.DefaultModel(java.util.Vector data)
Method Detail

getSelectedIndex

public int getSelectedIndex()
Specified by:
getSelectedIndex in interface SVGComboBox.ComboBoxModel

setSelectedIndex

public void setSelectedIndex(int index)
Specified by:
setSelectedIndex in interface SVGComboBox.ComboBoxModel