org.eclipse.net4j.util
Class AdapterUtil

java.lang.Object
  extended by org.eclipse.net4j.util.AdapterUtil

public final class AdapterUtil
extends Object

Provides a single static adapt() method that conveniently and safely wraps the Platform's adaptation framework.


Method Summary
static
<TYPE> TYPE
adapt(Object object, Class<TYPE> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

adapt

public static <TYPE> TYPE adapt(Object object,
                                Class<TYPE> type)


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