Package | Description |
---|---|
org.eclipse.emf.cdo.ui.ide |
Reusable UI IDE components specific to the CDO Model Repository.
|
Modifier and Type | Method and Description |
---|---|
static CommonNavigatorUtils.MessageType |
CommonNavigatorUtils.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonNavigatorUtils.MessageType[] |
CommonNavigatorUtils.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Object |
CommonNavigatorUtils.createMessageProvider(String message,
CommonNavigatorUtils.MessageType type)
Creates a fake
adaptable object whose sole purpose is to show a message
in the common navigator. |
static Object[] |
CommonNavigatorUtils.createMessageProviderChild(String message,
CommonNavigatorUtils.MessageType type)
Same as
CommonNavigatorUtils.createMessageProvider(String, MessageType) , but returning the object as an Object
array |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.