Home
last modified time | relevance | path

Searched refs:comboBox (Results 1 – 25 of 1771) sorted by relevance

12345678910>>...71

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java287 comboBox = tmp; in installUI()
360 comboBox = null; in uninstallUI()
826 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1204 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1598 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1617 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1658 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1761comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1851 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1928 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java287 comboBox = tmp; in installUI()
360 comboBox = null; in uninstallUI()
826 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1204 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1598 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1617 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1658 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1761comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1851 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1928 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java287 comboBox = tmp; in installUI()
360 comboBox = null; in uninstallUI()
826 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1204 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1598 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1617 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1658 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1761comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1851 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1928 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java292 comboBox = tmp; in installUI()
365 comboBox = null; in uninstallUI()
861 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1243 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1637 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1656 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1697 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1812comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1902 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1979 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java292 comboBox = tmp; in installUI()
365 comboBox = null; in uninstallUI()
861 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1243 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1637 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1656 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1697 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1812comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1902 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1979 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java287 comboBox = tmp; in installUI()
360 comboBox = null; in uninstallUI()
826 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1204 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1598 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1617 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1658 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1761comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1851 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1928 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java287 comboBox = tmp; in installUI()
360 comboBox = null; in uninstallUI()
826 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1204 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1598 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1617 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1658 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1773comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1863 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1940 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java287 comboBox = tmp; in installUI()
360 comboBox = null; in uninstallUI()
826 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1204 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1598 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1617 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1658 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1761comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1851 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1928 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java263 if ( comboBox.getEditor() == null || comboBox.getEditor() instanceof UIResource ) { in installUI()
321 comboBox = null; in uninstallUI()
787 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1162 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1543 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1562 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1603 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1702comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1787 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1864 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java263 if ( comboBox.getEditor() == null || comboBox.getEditor() instanceof UIResource ) { in installUI()
321 comboBox = null; in uninstallUI()
787 comboBox.configureEditor(comboBox.getEditor(),comboBox.getSelectedItem()); in configureEditor()
1162 setPopupVisible(comboBox, !isPopupVisible(comboBox)); in toggleOpenClose()
1543 comboBox.setPopupVisible(!comboBox.isPopupVisible()); in actionPerformed()
1562 if ( comboBox.isEditable() && !comboBox.isPopupVisible()) { in actionPerformed()
1603 comboBox.setSelectedItem(comboBox.getSelectedItem()); in actionPerformed()
1702comboBox.configureEditor( comboBox.getEditor(), comboBox.getSelectedItem() ); in propertyChange()
1787 } else if ( comboBox.isEnabled() && comboBox.getModel().getSize()!=0 && in keyPressed()
1864 comboBox.configureEditor( comboBox.getEditor(), in contentsChanged()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java261 comboBox = null; in uninstallUI()
504 comboBox.removeAll(); in uninstallComponents()
544 comboBox.configureEditor(comboBox.getEditor(), in configureEditor()
808 setPopupVisible(comboBox, ! isPopupVisible(comboBox)); in toggleOpenClose()
1136 comboBox.repaint(); in focusGained()
1150 comboBox.repaint(); in focusLost()
1179 comboBox.configureEditor(comboBox.getEditor(), v); in itemStateChanged()
1199 if (comboBox.getModel().getSize() != 0 && comboBox.isEnabled()) in keyPressed()
1252 comboBox.configureEditor(comboBox.getEditor(), in contentsChanged()
1295 comboBox.configureEditor(comboBox.getEditor(), in intervalAdded()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java261 comboBox = null; in uninstallUI()
504 comboBox.removeAll(); in uninstallComponents()
544 comboBox.configureEditor(comboBox.getEditor(), in configureEditor()
808 setPopupVisible(comboBox, ! isPopupVisible(comboBox)); in toggleOpenClose()
1136 comboBox.repaint(); in focusGained()
1150 comboBox.repaint(); in focusLost()
1179 comboBox.configureEditor(comboBox.getEditor(), v); in itemStateChanged()
1199 if (comboBox.getModel().getSize() != 0 && comboBox.isEnabled()) in keyPressed()
1252 comboBox.configureEditor(comboBox.getEditor(), in contentsChanged()
1295 comboBox.configureEditor(comboBox.getEditor(), in intervalAdded()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java261 comboBox = null; in uninstallUI()
504 comboBox.removeAll(); in uninstallComponents()
544 comboBox.configureEditor(comboBox.getEditor(), in configureEditor()
808 setPopupVisible(comboBox, ! isPopupVisible(comboBox)); in toggleOpenClose()
1136 comboBox.repaint(); in focusGained()
1150 comboBox.repaint(); in focusLost()
1179 comboBox.configureEditor(comboBox.getEditor(), v); in itemStateChanged()
1199 if (comboBox.getModel().getSize() != 0 && comboBox.isEnabled()) in keyPressed()
1252 comboBox.configureEditor(comboBox.getEditor(), in contentsChanged()
1295 comboBox.configureEditor(comboBox.getEditor(), in intervalAdded()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java261 comboBox = null; in uninstallUI()
504 comboBox.removeAll(); in uninstallComponents()
544 comboBox.configureEditor(comboBox.getEditor(), in configureEditor()
808 setPopupVisible(comboBox, ! isPopupVisible(comboBox)); in toggleOpenClose()
1136 comboBox.repaint(); in focusGained()
1150 comboBox.repaint(); in focusLost()
1179 comboBox.configureEditor(comboBox.getEditor(), v); in itemStateChanged()
1199 if (comboBox.getModel().getSize() != 0 && comboBox.isEnabled()) in keyPressed()
1252 comboBox.configureEditor(comboBox.getEditor(), in contentsChanged()
1295 comboBox.configureEditor(comboBox.getEditor(), in intervalAdded()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java261 comboBox = null; in uninstallUI()
504 comboBox.removeAll(); in uninstallComponents()
544 comboBox.configureEditor(comboBox.getEditor(), in configureEditor()
808 setPopupVisible(comboBox, ! isPopupVisible(comboBox)); in toggleOpenClose()
1136 comboBox.repaint(); in focusGained()
1150 comboBox.repaint(); in focusLost()
1179 comboBox.configureEditor(comboBox.getEditor(), v); in itemStateChanged()
1199 if (comboBox.getModel().getSize() != 0 && comboBox.isEnabled()) in keyPressed()
1252 comboBox.configureEditor(comboBox.getEditor(), in contentsChanged()
1295 comboBox.configureEditor(comboBox.getEditor(), in intervalAdded()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkCheckableComboBoxTest1.cpp47 ctkCheckableComboBox comboBox; in ctkCheckableComboBoxTest1() local
48 comboBox.addItem("toto"); in ctkCheckableComboBoxTest1()
49 comboBox.addItem("tata"); in ctkCheckableComboBoxTest1()
50 comboBox.addItem("titi"); in ctkCheckableComboBoxTest1()
51 comboBox.addItem(comboBox.style()->standardIcon(QStyle::SP_FileIcon),"tutu"); in ctkCheckableComboBoxTest1()
54 comboBox.allChecked() || in ctkCheckableComboBoxTest1()
55 !comboBox.noneChecked()) in ctkCheckableComboBoxTest1()
77 comboBox.allChecked() || in ctkCheckableComboBoxTest1()
78 comboBox.noneChecked()) in ctkCheckableComboBoxTest1()
96 comboBox.noneChecked()) in ctkCheckableComboBoxTest1()
[all …]
H A DctkComboBoxTest1.cpp37 ctkComboBox comboBox(0); in ctkComboBoxTest1() local
38 if (!comboBox.defaultText().isEmpty()) in ctkComboBoxTest1()
43 comboBox.setDefaultText("Select..."); in ctkComboBoxTest1()
44 if (comboBox.defaultText() != "Select...") in ctkComboBoxTest1()
56 comboBox.setDefaultIcon(icon); in ctkComboBoxTest1()
63 if (comboBox.isDefaultForced()) in ctkComboBoxTest1()
68 comboBox.forceDefault(true); in ctkComboBoxTest1()
69 if (!comboBox.isDefaultForced()) in ctkComboBoxTest1()
79 comboBox.setElideMode(Qt::ElideRight); in ctkComboBoxTest1()
89 if (comboBox.currentIndex() != 0 || in ctkComboBoxTest1()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java252 comboBox = null; in uninstallUI()
487 comboBox.revalidate(); in installComponents()
522 comboBox.add(editor); in addEditor()
539 comboBox.getEditor().setItem(comboBox.getSelectedItem()); in configureEditor()
745 setPopupVisible(comboBox, ! isPopupVisible(comboBox)); in toggleOpenClose()
812 comboBox.getEditor().setItem(comboBox.getSelectedItem()); in paintCurrentValue()
847 FontMetrics fm = comboBox.getFontMetrics(comboBox.getFont()); in getDefaultSize()
1039 comboBox.repaint(); in focusGained()
1052 comboBox.repaint(); in focusLost()
1187 comboBox.getEditor().getEditorComponent().setEnabled(comboBox in propertyChange()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/
H A DItemFilterComboBox.qml34 id: comboBox
56 comboBox.setCurrentText(comboBox.textValue)
58 onModelChanged: comboBox.setCurrentText(comboBox.textValue)
60 Component.onCompleted: comboBox.setCurrentText(comboBox.textValue)
65 comboBox.handleActivate(comboBox.currentIndex)
70 if (!comboBox.__isCompleted || comboBox.backendValue === undefined)
84 comboBox.currentIndex = comboBox.find(text)
88 comboBox.editText = comboBox.defaultItem
93 comboBox.editText = comboBox.defaultItem
99 if (comboBox.backendValue.expression !== comboBox.editText)
[all …]
H A DComboBox.qml31 id: comboBox
57 if (comboBox.useInteger) {
96 if (comboBox.block)
99 comboBox.block = true
106 if (comboBox.currentText !== comboBox.backendValue.value) {
107 var index = comboBox.find(comboBox.backendValue.value)
116 if (comboBox.currentIndex !== comboBox.backendValue.value)
117 comboBox.currentIndex = comboBox.backendValue.value
155 comboBox.backendValue.value = comboBox.currentText
158 comboBox.backendValue.value = comboBox.currentIndex
[all …]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/imports/effectlib/designer/
H A DIdComboBox.qml34 id: comboBox
59 comboBox.setCurrentText(comboBox.textValue)
61 onModelChanged: comboBox.setCurrentText(comboBox.textValue)
63 Component.onCompleted: comboBox.setCurrentText(comboBox.textValue)
72 comboBox.handleActivate(comboBox.currentIndex)
77 if (!comboBox.__isCompleted || comboBox.backendValue === undefined)
91 comboBox.currentIndex = comboBox.find(text)
95 comboBox.editText = parenthesize(comboBox.defaultItem)
100 comboBox.editText = parenthesize(comboBox.defaultItem)
106 if (comboBox.backendValue.expression !== comboBox.editText)
[all …]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/imports/materiallib/designer/
H A DIdComboBox.qml34 id: comboBox
59 comboBox.setCurrentText(comboBox.textValue)
61 onModelChanged: comboBox.setCurrentText(comboBox.textValue)
63 Component.onCompleted: comboBox.setCurrentText(comboBox.textValue)
72 comboBox.handleActivate(comboBox.currentIndex)
77 if (!comboBox.__isCompleted || comboBox.backendValue === undefined)
91 comboBox.currentIndex = comboBox.find(text)
95 comboBox.editText = parenthesize(comboBox.defaultItem)
100 comboBox.editText = parenthesize(comboBox.defaultItem)
106 if (comboBox.backendValue.expression !== comboBox.editText)
[all …]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/imports/quick3d/designer/
H A DIdComboBox.qml34 id: comboBox
59 comboBox.setCurrentText(comboBox.textValue)
61 onModelChanged: comboBox.setCurrentText(comboBox.textValue)
63 Component.onCompleted: comboBox.setCurrentText(comboBox.textValue)
72 comboBox.handleActivate(comboBox.currentIndex)
77 if (!comboBox.__isCompleted || comboBox.backendValue === undefined)
91 comboBox.currentIndex = comboBox.find(text)
95 comboBox.editText = parenthesize(comboBox.defaultItem)
100 comboBox.editText = parenthesize(comboBox.defaultItem)
106 if (comboBox.backendValue.expression !== comboBox.editText)
[all …]
/dports/lang/kturtle/kturtle-21.12.3/src/
H A Dconsole.cpp28 comboBox = new QComboBox(baseWidget); in Console()
29 comboBox->setEditable(true); in Console()
30 comboBox->setMinimumWidth(200); in Console()
31 comboBox->setDuplicatesEnabled(true); in Console()
37 consoleLabel->setBuddy(comboBox); in Console()
41 baseLayout->addWidget(comboBox); in Console()
50 comboBox->setEnabled(false); in disable()
55 comboBox->setEnabled(true); in enable()
61 comboBox->setStyleSheet(QLatin1String("")); in clearMarkings()
69 comboBox->clearEditText(); in run()
[all …]
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmpui/
H A Dcolumneditor.cpp70 int index = m_ui->comboBox->findData(text); in on_formatLineEdit_textChanged()
73 m_ui->comboBox->setCurrentIndex(index); in on_formatLineEdit_textChanged()
85 m_ui->comboBox->addItem(tr("Artist"),"%p"); in fillTypes()
86 m_ui->comboBox->addItem(tr("Album"),"%a"); in fillTypes()
90 m_ui->comboBox->addItem(tr("Title"),"%t"); in fillTypes()
93 m_ui->comboBox->addItem(tr("Genre"),"%g"); in fillTypes()
94 m_ui->comboBox->addItem(tr("Comment"),"%c"); in fillTypes()
95 m_ui->comboBox->addItem(tr("Composer"),"%C"); in fillTypes()
96 m_ui->comboBox->addItem(tr("Duration"),"%l"); in fillTypes()
98 m_ui->comboBox->addItem(tr("File Name"),"%f"); in fillTypes()
[all …]

12345678910>>...71