Modifier and Type | Method and Description |
---|---|
protected IAccessorFactory |
CompareInputAdapter.getAccessorFactoryForTarget()
Returns the appropriate
IAccessorFactory from the accessor factory registry. |
Modifier and Type | Method and Description |
---|---|
IAccessorFactory |
IAccessorFactory.Registry.add(IAccessorFactory factory)
Add the given factory to the registry.
|
IAccessorFactory |
IAccessorFactory.Registry.getHighestRankingFactory(Object target)
Returns the highest ranking factory available for the given object.
|
IAccessorFactory |
IAccessorFactory.Registry.remove(String className)
Remove the factory represented by the given class name.
|
Modifier and Type | Method and Description |
---|---|
Collection<IAccessorFactory> |
IAccessorFactory.Registry.getFactories(Object target)
Returns all the factories available in the registry for the given object.
|
Modifier and Type | Method and Description |
---|---|
IAccessorFactory |
IAccessorFactory.Registry.add(IAccessorFactory factory)
Add the given factory to the registry.
|
Modifier and Type | Method and Description |
---|---|
IAccessorFactory |
AccessorFactoryRegistryImpl.add(IAccessorFactory factory)
Add the given factory to the registry.
|
IAccessorFactory |
AccessorFactoryRegistryImpl.getHighestRankingFactory(Object target)
Returns the highest ranking factory available for the given object.
|
IAccessorFactory |
AccessorFactoryRegistryImpl.remove(String className)
Remove the factory represented by the given class name.
|
Modifier and Type | Method and Description |
---|---|
List<IAccessorFactory> |
AccessorFactoryRegistryImpl.getFactories(Object target)
Returns all the factories available in the registry for the given object.
|
Modifier and Type | Method and Description |
---|---|
IAccessorFactory |
AccessorFactoryRegistryImpl.add(IAccessorFactory factory)
Add the given factory to the registry.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.