Uses of Class
org.eclipse.emf.cdo.ui.ide.CommonNavigatorUtils.MessageType

Packages that use CommonNavigatorUtils.MessageType
org.eclipse.emf.cdo.ui.ide Reusable UI IDE components specific to the CDO Model Repository. 
 

Uses of CommonNavigatorUtils.MessageType in org.eclipse.emf.cdo.ui.ide
 

Methods in org.eclipse.emf.cdo.ui.ide that return CommonNavigatorUtils.MessageType
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.
 

Methods in org.eclipse.emf.cdo.ui.ide with parameters of type CommonNavigatorUtils.MessageType
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.