public static interface IAccessorFactory.Registry
IAccessorFactory.| Modifier and Type | Method and Description | 
|---|---|
| IAccessorFactory | add(IAccessorFactory factory)Add the given factory to the registry. | 
| void | clear()Clear the registry. | 
| Collection<IAccessorFactory> | getFactories(Object target)Returns all the factories available in the registry for the given object. | 
| IAccessorFactory | getHighestRankingFactory(Object target)Returns the highest ranking factory available for the given object. | 
| IAccessorFactory | remove(String className)Remove the factory represented by the given class name. | 
IAccessorFactory getHighestRankingFactory(Object target)
target - the given object.Collection<IAccessorFactory> getFactories(Object target)
target - the given object.IAccessorFactory add(IAccessorFactory factory)
factory - the given factory.IAccessorFactory remove(String className)
className - the class name of the factory to removed.void clear()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.