Home
last modified time | relevance | path

Searched refs:propertyTable (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java104 protected void onClick(PropertyTable propertyTable, Property property) throws Exception {
105 openDialog(propertyTable, property);
385 private void openDialog(PropertyTable propertyTable, Property property) throws Exception { in openDialog() argument
426 new FlagXmlPropertyDialog(propertyTable.getShell(), in openDialog()
437 new FlagXmlPropertyDialog(propertyTable.getShell(), in openDialog()
520 new StringXmlPropertyDialog(propertyTable.getShell(), property); in openDialog()
DBooleanXmlPropertyEditor.java84 public boolean activate(PropertyTable propertyTable, Property property, Point location) in activate() argument