Home | History | Annotate | Download | only in editor

Lines Matching refs:PropertyTable

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);
194 propertyTable.deactivateEditor(false);
195 propertyTable.handleException(ex);
203 propertyTable.deactivateEditor(true);
219 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) {
224 propertyTable.deactivateEditor(false);
225 propertyTable.handleException(e);
236 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event)
241 propertyTable.activateEditor(property, null);
267 private void handleKeyPressed(PropertyTable propertyTable, Property property, KeyEvent e)
275 propertyTable.deactivateEditor(true);
278 propertyTable.deactivateEditor(false);
287 propertyTable.deactivateEditor(true);
288 propertyTable.navigate(e);