HomeSort by relevance Sort by last modified time
    Searched refs:IPropertyExceptionHandler (Results 1 - 3 of 3) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
IPropertyExceptionHandler.java 23 public interface IPropertyExceptionHandler {
PropertyTable.java 645 private IPropertyExceptionHandler m_exceptionHandler;
648 * Sets {@link IPropertyExceptionHandler} for handling all exceptions.
650 public void setExceptionHandler(IPropertyExceptionHandler exceptionHandler) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 52 import org.eclipse.wb.internal.core.model.property.table.IPropertyExceptionHandler;
101 mPropertyTable.setExceptionHandler(new IPropertyExceptionHandler() {

Completed in 365 milliseconds