Class PageSupplierFactoryAdapter
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.nasdanika.html.model.html.gen.PageSupplierFactoryAdapter
- All Implemented Interfaces:
BiFunction<org.nasdanika.common.Context,,org.nasdanika.common.ProgressMonitor, HTMLPage> Adapter,Adapter.Internal,org.nasdanika.common.ContextualFactory<org.nasdanika.common.Supplier<HTMLPage>>,org.nasdanika.common.ExecutionParticipantFactory<org.nasdanika.common.Supplier<HTMLPage>>,org.nasdanika.common.Factory<org.nasdanika.common.Context,,org.nasdanika.common.Supplier<HTMLPage>> org.nasdanika.common.SupplierFactory<HTMLPage>
public class PageSupplierFactoryAdapter
extends AdapterImpl
implements org.nasdanika.common.SupplierFactory<HTMLPage>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.InternalNested classes/interfaces inherited from interface org.nasdanika.common.SupplierFactory
org.nasdanika.common.SupplierFactory.Provider -
Field Summary
FieldsFields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.nasdanika.common.Supplier<HTMLPage>create(org.nasdanika.common.Context context) protected org.nasdanika.common.Function<org.nasdanika.common.Supplier.FunctionResult<List<Object>,List<Object>>, HTMLPage> createPageFunction(org.nasdanika.common.Context context) booleanisAdapterForType(Object type) Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTargetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface org.nasdanika.common.SupplierFactory
apply, asFunctionFactory, contextify, then, then
-
Field Details
-
PAGE_BODY_PROPERTY
- See Also:
-
PAGE_HEAD_PROPERTY
- See Also:
-
-
Constructor Details
-
PageSupplierFactoryAdapter
-
-
Method Details
-
isAdapterForType
- Specified by:
isAdapterForTypein interfaceAdapter- Overrides:
isAdapterForTypein classAdapterImpl
-
createPageFunction
-
create
- Specified by:
createin interfaceorg.nasdanika.common.Factory<org.nasdanika.common.Context,org.nasdanika.common.Supplier<HTMLPage>>
-