Searched refs:isTableCellEditor (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxPopup.java233 final boolean isTableCellEditor = AquaComboBoxUI.isTableCellEditor(comboBox);
234 if (isPopdown && !isTableCellEditor) {
307 if (!isTableCellEditor) {
H A DAquaComboBoxButton.java112 if (AquaComboBoxUI.isTableCellEditor(comboBox)) {
170 if (!editable && !AquaComboBoxUI.isTableCellEditor(comboBox)) {
H A DAquaComboBoxUI.java431 protected static final String IS_TABLE_CELL_EDITOR = "JComboBox.isTableCellEditor";
433 protected static boolean isTableCellEditor(final JComponent c) { method in class:AquaComboBoxUI
450 if (isTableCellEditor(comboBox)) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java74 private boolean isTableCellEditor = false; field in class:BasicComboBoxUI
75 private static final String IS_TABLE_CELL_EDITOR = "JComboBox.isTableCellEditor";
257 isTableCellEditor = inTable.equals(Boolean.TRUE) ? true : false;
1122 if ( !isTableCellEditor ) {
1148 if ( !isTableCellEditor ) {
1449 boolean isTableCellEditor() { method in class:BasicComboBoxUI
1450 return isTableCellEditor;
1523 (ui != null && ui.isTableCellEditor()))
1535 if ( ui.isTableCellEditor() ) {
1585 || ui.isTableCellEditor) {
[all...]

Completed in 1486 milliseconds