Home
last modified time | relevance | path

Searched refs:scanButton (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/japi/
H A DJscanimage.java83 private JButton scanButton, previewButton; field in Jscanimage
498 scanButton = new JButton("Scan"); in initButtons()
499 buttonsPanel.add(scanButton); in initButtons()
500 scanButton.addActionListener(this); in initButtons()
550 if (e.getSource() == scanButton) in actionPerformed()
568 scanButton.setEnabled(false); in actionPerformed()
676 scanButton.setEnabled(true); // Can scan again. in imageDone()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest())); in ScanResults()
H A Dwpagui.cpp98 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan())); in WpaGui()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest())); in ScanResults()
H A Dwpagui.cpp100 connect(scanButton, SIGNAL(clicked()), this, SLOT(scan())); in WpaGui()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporter.java903 JButton scanButton = new JButton(Resources.getTranslation("reporter_button_choose")); in initComponents()
963 scanButton.addActionListener(new ActionListener(){ in initComponents()
1021 optionsPanelA.add(scanButton); in initComponents()

Completed in 9 milliseconds