OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExecutionUtils
(Results
1 - 4
of
4
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java
17
import org.eclipse.wb.internal.core.utils.execution.
ExecutionUtils
;
77
ExecutionUtils
.runAsync(new RunnableEx() {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java
24
import org.eclipse.wb.internal.core.utils.execution.
ExecutionUtils
;
89
ExecutionUtils
.runLog(new RunnableEx() {
132
ExecutionUtils
.runLog(new RunnableEx() {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
ExecutionUtils.java
25
public class
ExecutionUtils
{
31
private
ExecutionUtils
() {
172
success[0] =
ExecutionUtils
.runLog(runnable);
185
ExecutionUtils
.runRethrow(runnable);
198
ExecutionUtils
.runLog(runnable);
226
ExecutionUtils
.runLog(runnable);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java
40
import org.eclipse.wb.internal.core.utils.execution.
ExecutionUtils
;
135
ExecutionUtils
.runLog(new RunnableEx() {
Completed in 29 milliseconds