org.eclipse.net4j.util.ui
Class AbstractPropertyAdapterFactory

java.lang.Object
  extended by org.eclipse.net4j.util.ui.AbstractPropertyAdapterFactory
All Implemented Interfaces:
IAdapterFactory

public abstract class AbstractPropertyAdapterFactory
extends Object
implements IAdapterFactory

Since:
3.2

Constructor Summary
AbstractPropertyAdapterFactory()
           
 
Method Summary
protected abstract  IPropertySource createPropertySource(Object object)
           
 Object getAdapter(Object adaptableObject, Class adapterType)
           
 Class[] getAdapterList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPropertyAdapterFactory

public AbstractPropertyAdapterFactory()
Method Detail

getAdapterList

public Class[] getAdapterList()
Specified by:
getAdapterList in interface IAdapterFactory

getAdapter

public Object getAdapter(Object adaptableObject,
                         Class adapterType)
Specified by:
getAdapter in interface IAdapterFactory

createPropertySource

protected abstract IPropertySource createPropertySource(Object object)


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