Home
last modified time | relevance | path

Searched refs:getSelectedItem (Results 1 – 4 of 4) sorted by relevance

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorToolBar.java118 String font = fontCombo.getSelectedItem().toString(); in EditorToolBar()
146 .getSelectedItem().toString().replace("pt", "")); in EditorToolBar()
240 String zoom = zoomCombo.getSelectedItem().toString(); in EditorToolBar()
H A DSchemaEditorToolBar.java143 String zoom = zoomCombo.getSelectedItem().toString(); in SchemaEditorToolBar()
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureOptionsDialog.java92 owner.getCaptureConfig().setMixerName((String) soundLineComboBox.getSelectedItem()); in CaptureOptionsDialog()
112 owner.getCaptureConfig().setEncoder((VideoEncoder) encodersComboBox.getSelectedItem()); in CaptureOptionsDialog()
435 String sourceName = (String) soundLineComboBox.getSelectedItem(); in selectSoundSource()
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js729 this.getSelectedItem = function() method in mxODPicker