HomeSort by relevance Sort by last modified time
    Searched full:withalt (Results 1 - 2 of 2) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 128 boolean withAlt = (event.stateMask & SWT.ALT) != 0;
130 if (event.character > 0x20 && !(withAlt || withCtrl)) {
AbstractTextPropertyEditor.java 238 boolean withAlt = (event.stateMask & SWT.ALT) != 0;
240 if (event.character != 0 && !(withAlt || withCtrl)) {

Completed in 148 milliseconds