Class TagSupplierFactoryAdapter<T extends Tag>
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.nasdanika.html.model.html.gen.HtmlElementAdapter<M,T>
-
- org.nasdanika.html.model.html.gen.HtmlElementSupplierFactoryAdapter<T,Tag>
-
- org.nasdanika.html.model.html.gen.TagSupplierFactoryAdapter<T>
-
- All Implemented Interfaces:
BiFunction<org.nasdanika.common.Context,org.nasdanika.common.ProgressMonitor,Tag>,Adapter,Adapter.Internal,org.nasdanika.common.ContextualFactory<org.nasdanika.common.Supplier<Tag>>,org.nasdanika.common.ExecutionParticipantFactory<org.nasdanika.common.Supplier<Tag>>,org.nasdanika.common.Factory<org.nasdanika.common.Context,org.nasdanika.common.Supplier<Tag>>,org.nasdanika.common.SupplierFactory<Tag>
public class TagSupplierFactoryAdapter<T extends Tag> extends HtmlElementSupplierFactoryAdapter<T,Tag>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
-
Field Summary
-
Fields inherited from class org.nasdanika.html.model.html.gen.HtmlElementAdapter
adapterFactory
-
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
-
Constructor Summary
Constructors Constructor Description TagSupplierFactoryAdapter(T tag, AdapterFactory adapterFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.nasdanika.common.Supplier<Tag>createHTMLElementSupplier(org.nasdanika.common.Context context)Creates element from content.-
Methods inherited from class org.nasdanika.html.model.html.gen.HtmlElementSupplierFactoryAdapter
create, isAdapterForType
-
Methods inherited from class org.nasdanika.html.model.html.gen.HtmlElementAdapter
createApplyAttributesAndContentFunction, createConfigureFunction, getContent, getRegisteredAdapter, getRootAdapterFactory, getTarget
-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
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
-
-
-
-
Constructor Detail
-
TagSupplierFactoryAdapter
public TagSupplierFactoryAdapter(T tag, AdapterFactory adapterFactory)
-
-
Method Detail
-
createHTMLElementSupplier
protected org.nasdanika.common.Supplier<Tag> createHTMLElementSupplier(org.nasdanika.common.Context context)
Description copied from class:HtmlElementSupplierFactoryAdapterCreates element from content.- Specified by:
createHTMLElementSupplierin classHtmlElementSupplierFactoryAdapter<T extends Tag,Tag>- Returns:
-
-