public static enum EMFCompareStructureMergeViewerContentProvider.CallbackType extends Enum<EMFCompareStructureMergeViewerContentProvider.CallbackType>
EMFCompareStructureMergeViewerContentProvider.runWhenReady(CallbackType, Runnable)
.Enum Constant and Description |
---|
IN_CURRENT_THREAD
Run the runnable in the current thread.
|
IN_UI_ASYNC
Run the runnable in the UI thread asynchronously.
|
IN_UI_SYNC
Run the runnable in the UI thread synchronously.
|
Modifier and Type | Method and Description |
---|---|
static EMFCompareStructureMergeViewerContentProvider.CallbackType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMFCompareStructureMergeViewerContentProvider.CallbackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMFCompareStructureMergeViewerContentProvider.CallbackType IN_UI_SYNC
public static final EMFCompareStructureMergeViewerContentProvider.CallbackType IN_UI_ASYNC
public static final EMFCompareStructureMergeViewerContentProvider.CallbackType IN_CURRENT_THREAD
public static EMFCompareStructureMergeViewerContentProvider.CallbackType[] values()
for (EMFCompareStructureMergeViewerContentProvider.CallbackType c : EMFCompareStructureMergeViewerContentProvider.CallbackType.values()) System.out.println(c);
public static EMFCompareStructureMergeViewerContentProvider.CallbackType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.