org.eclipse.emf.cdo.ui.ide
Class CommonNavigatorUtils

java.lang.Object
  extended by org.eclipse.emf.cdo.ui.ide.CommonNavigatorUtils

public final class CommonNavigatorUtils
extends Object

Miscellaneous functionality associated with visualization on the Common Navigator Framework.


Nested Class Summary
static class CommonNavigatorUtils.MessageType
          Defines message decoration to be shown in the Common Navigator through CommonNavigatorUtils
 
Method Summary
static Object 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[] createMessageProviderChild(String message, CommonNavigatorUtils.MessageType type)
          Same as createMessageProvider(String, MessageType), but returning the object as an Object array
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createMessageProvider

public static Object createMessageProvider(String message,
                                           CommonNavigatorUtils.MessageType type)
Creates a fake adaptable object whose sole purpose is to show a message in the common navigator.


createMessageProviderChild

public static Object[] createMessageProviderChild(String message,
                                                  CommonNavigatorUtils.MessageType type)
Same as createMessageProvider(String, MessageType), but returning the object as an Object array



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.