Package | Description |
---|---|
org.eclipse.emfforms.bazaar | |
org.eclipse.emfforms.bazaar.internal |
Modifier and Type | Method and Description |
---|---|
Bazaar.Builder<T> |
Bazaar.Builder.onPriorityOverlap(Bazaar.PriorityOverlapCallBack<? super T> overlapHandler)
Set the handler for priority overlaps.
|
void |
Bazaar.setPriorityOverlapCallBack(Bazaar.PriorityOverlapCallBack<? super T> priorityOverlapCallBack)
|
Modifier and Type | Method and Description |
---|---|
void |
BazaarImpl.setPriorityOverlapCallBack(Bazaar.PriorityOverlapCallBack<? super T> priorityOverlapCallBack) |
void |
ThreadSafeBazaar.setPriorityOverlapCallBack(Bazaar.PriorityOverlapCallBack<? super T> priorityOverlapCallBack) |
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 © 2019. All rights reserved.