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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
setSelectedIndex
public void setSelectedIndex(int i)
-
getSelectedIndex
public int getSelectedIndex()
-
addItem
public void addItem(String str)
-
-