HomeSort by relevance Sort by last modified time
    Searched defs:propertyTable (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aural_style_util.js 60 cvox.AuralStyleConverter.propertyTable = {
124 property: cvox.AuralStyleConverter.propertyTable[property],
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 16 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
49 public final boolean activate(final PropertyTable propertyTable,
52 m_combo = new CComboBox(propertyTable, SWT.NONE);
60 handleKeyPressed(propertyTable, property, e);
66 propertyTable.deactivateEditor(true);
72 propertyTable.deactivateEditor(true);
91 private void handleKeyPressed(PropertyTable propertyTable, Property property, KeyEvent e) {
93 propertyTable.deactivateEditor(false)
    [all...]
AbstractTextPropertyEditor.java 35 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
59 private final PropertyTable m_propertyTable;
67 PropertyTable propertyTable) {
70 m_propertyTable = propertyTable;
158 public boolean activate(final PropertyTable propertyTable, final Property property, Point location)
162 m_textControl = new Text(propertyTable, SWT.NONE);
176 propertyTable);
192 handleKeyPressed(propertyTable, property, e)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 99 milliseconds