Home | History | Annotate | Download | only in editor

Lines Matching defs:propertyTable

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);
96 propertyTable.deactivateEditor(true);
97 propertyTable.navigate(e);
102 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) {
104 toProperty(propertyTable, property);
112 private void toProperty(PropertyTable propertyTable, Property property) {
116 propertyTable.handleException(e);
126 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event)
131 propertyTable.activateEditor(property, null);