Class PageSupplierFactoryAdapter
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.nasdanika.html.model.html.gen.PageSupplierFactoryAdapter
-
- org.nasdanika.html.model.bootstrap.gen.PageSupplierFactoryAdapter
-
- All Implemented Interfaces:
BiFunction<Context,ProgressMonitor,HTMLPage>,Adapter,Adapter.Internal,ContextualFactory<Supplier<HTMLPage>>,ExecutionParticipantFactory<Supplier<HTMLPage>>,Factory<Context,Supplier<HTMLPage>>,SupplierFactory<HTMLPage>
public class PageSupplierFactoryAdapter extends PageSupplierFactoryAdapter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
Nested classes/interfaces inherited from interface org.nasdanika.common.SupplierFactory
SupplierFactory.Provider
-
-
Field Summary
-
Fields inherited from class org.nasdanika.html.model.html.gen.PageSupplierFactoryAdapter
PAGE_BODY_PROPERTY, PAGE_HEAD_PROPERTY
-
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
-
Constructor Summary
Constructors Constructor Description PageSupplierFactoryAdapter(Page page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Function<BiSupplier<List<Object>,List<Object>>,HTMLPage>createPageFunction(Context context)booleanisAdapterForType(Object type)-
Methods inherited from class org.nasdanika.html.model.html.gen.PageSupplierFactoryAdapter
create
-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
Methods inherited from interface org.nasdanika.common.SupplierFactory
apply, asFunctionFactory, contextify, then, then
-
-
-
-
Constructor Detail
-
PageSupplierFactoryAdapter
public PageSupplierFactoryAdapter(Page page)
-
-
Method Detail
-
isAdapterForType
public boolean isAdapterForType(Object type)
- Specified by:
isAdapterForTypein interfaceAdapter- Overrides:
isAdapterForTypein classPageSupplierFactoryAdapter
-
createPageFunction
protected Function<BiSupplier<List<Object>,List<Object>>,HTMLPage> createPageFunction(Context context)
- Overrides:
createPageFunctionin classPageSupplierFactoryAdapter
-
-