| Package | Description |
|---|---|
| org.eclipse.emfforms.bazaar | |
| org.eclipse.emfforms.bazaar.internal |
| Modifier and Type | Method and Description |
|---|---|
Bazaar.Builder<T> |
Bazaar.Builder.addContextFunction(Class<?> type,
BazaarContextFunction contextFunction)
Add a context function.
|
void |
Bazaar.addContextFunction(String key,
BazaarContextFunction contextFunction)
Adds a
BazaarContextFunction to this Bazaar to exchange existing parameters to a parameter
requested by a Vendor. |
Bazaar.Builder<T> |
Bazaar.Builder.addContextFunction(String key,
BazaarContextFunction contextFunction)
Add a context function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BazaarContextFunctionNoParameter |
class |
BazaarContextFunctionParameter1 |
class |
BazaarContextFunctionReturningNull |
class |
BazaarContextFunctionWithCounter |
| Modifier and Type | Method and Description |
|---|---|
void |
BazaarImpl.addContextFunction(String key,
BazaarContextFunction contextFunction) |
void |
ThreadSafeBazaar.addContextFunction(String key,
BazaarContextFunction contextFunction) |
| Constructor and Description |
|---|
ThreadSafeBazaar(Collection<? extends Vendor<? extends T>> vendors,
Map<String,? extends BazaarContextFunction> contextFunctions,
Bazaar.PriorityOverlapCallBack<? super T> priorityOverlapCallBack)
Initializes me with an initial configuration.
|
Copyright © 2018. All rights reserved.