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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
RunnableEx.java 19 public interface RunnableEx {
ExecutionUtils.java 20 * Utilities for executing actions, such as {@link RunnableEx}.
43 runIgnore(new RunnableEx() {
78 * Runs given {@link RunnableEx} and ignores exceptions.
82 public static boolean runIgnore(RunnableEx runnable) {
92 * Runs given {@link RunnableEx} and logs exceptions using {@link DesignerPlugin#log(Throwable)}.
96 public static boolean runLog(RunnableEx runnable) {
107 * Runs given {@link RunnableEx} and re-throws exceptions using {@link RuntimeException}.
109 public static void runRethrow(RunnableEx runnable) {
118 * Runs given {@link RunnableEx} and re-throws exceptions using {@link RuntimeException}.
120 public static void runRethrow(RunnableEx runnable, String format, Object... args)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 25 import org.eclipse.wb.internal.core.utils.execution.RunnableEx;
89 ExecutionUtils.runLog(new RunnableEx() {
132 ExecutionUtils.runLog(new RunnableEx() {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 18 import org.eclipse.wb.internal.core.utils.execution.RunnableEx;
77 ExecutionUtils.runAsync(new RunnableEx() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java 41 import org.eclipse.wb.internal.core.utils.execution.RunnableEx;
135 ExecutionUtils.runLog(new RunnableEx() {

Completed in 418 milliseconds