Class JComboBox
java.lang.Object
com.vuze.plugins.mlab.tools.ndt.swingemu.Component
com.vuze.plugins.mlab.tools.ndt.swingemu.JComboBox
public class JComboBox extends Component
-
Constructor Summary
Constructors Constructor Description JComboBox()
-
Method Summary
Modifier and Type Method Description void
addItem(String str)
int
getSelectedIndex()
void
setSelectedIndex(int i)
Methods inherited from class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
add, add, add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisible
-
Constructor Details
-
JComboBox
public JComboBox()
-
-
Method Details
-
setSelectedIndex
public void setSelectedIndex(int i) -
getSelectedIndex
public int getSelectedIndex() -
addItem
-