Class AppearanceConsumerFactoryAdapter
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.nasdanika.html.model.bootstrap.gen.AppearanceConsumerFactoryAdapter
-
- All Implemented Interfaces:
Adapter,Adapter.Internal,ConsumerFactory<HTMLElement<?>>,ContextualFactory<Consumer<HTMLElement<?>>>,ExecutionParticipantFactory<Consumer<HTMLElement<?>>>,Factory<Context,Consumer<HTMLElement<?>>>
public class AppearanceConsumerFactoryAdapter extends AdapterImpl implements ConsumerFactory<HTMLElement<?>>
-
-
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.ConsumerFactory
ConsumerFactory.Provider
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
-
Constructor Summary
Constructors Constructor Description AppearanceConsumerFactoryAdapter(Appearance target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Consumer<HTMLElement<?>>create(Context context)AppearancegetTarget()-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
isAdapterForType, 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 org.nasdanika.common.ConsumerFactory
asBiSupplierFunctionFactory, asFunctionFactory, contextify
-
-
-
-
Constructor Detail
-
AppearanceConsumerFactoryAdapter
public AppearanceConsumerFactoryAdapter(Appearance target)
-
-
Method Detail
-
getTarget
public Appearance getTarget()
- Specified by:
getTargetin interfaceAdapter- Overrides:
getTargetin classAdapterImpl
-
-