Home | History | Annotate | Download | only in editor

Lines Matching refs:PropertyTable

15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
45 public boolean activate(final PropertyTable propertyTable, final Property property, Point location)
49 m_combo = new CCombo3(propertyTable, SWT.NONE);
60 propertyTable.deactivateEditor(true);
67 toProperty(propertyTable, property, index);
74 propertyTable.deactivateEditor(false);
82 propertyTable.handleException(e);
83 propertyTable.deactivateEditor(false);
94 toProperty(propertyTable, property, index);
114 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) {
145 private void toProperty(PropertyTable propertyTable, Property property, int index) {
149 propertyTable.handleException(e);
151 propertyTable.deactivateEditor(false);