Module org.nasdanika.html.ecore
Package org.nasdanika.html.ecore
Class EObjectActionSupplier<T extends EObject>
- java.lang.Object
-
- org.nasdanika.html.ecore.EObjectActionSupplier<T>
-
- All Implemented Interfaces:
AutoCloseable,BiFunction<EClass,org.nasdanika.common.ProgressMonitor,org.nasdanika.html.model.app.Action>,org.nasdanika.common.Diagnosable,org.nasdanika.common.ExecutionParticipant,org.nasdanika.common.ExecutionParticipantInfo,org.nasdanika.common.Function<EClass,org.nasdanika.html.model.app.Action>,EcoreActionSupplier
- Direct Known Subclasses:
EModelElementActionSupplier
public abstract class EObjectActionSupplier<T extends EObject> extends Object implements EcoreActionSupplier
AdaptsEObjecttoActionSupplier.- Author:
- Pavel Vlasov
-
-
Constructor Summary
Constructors Constructor Description EObjectActionSupplier(T eObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EcoreActionSupplieradaptChild(EObject child)Adapts child eObject toActionSupplierand adds to the list of children to be configured.-
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
-
EObjectActionSupplier
public EObjectActionSupplier(T eObject)
-
-
Method Detail
-
adaptChild
protected EcoreActionSupplier adaptChild(EObject child)
Adapts child eObject toActionSupplierand adds to the list of children to be configured.- Parameters:
child-- Returns:
-
-