- java.lang.Object
-
- org.nasdanika.html.ecore.EObjectActionSupplier<T>
-
- org.nasdanika.html.ecore.EModelElementActionSupplier<T>
-
- org.nasdanika.html.ecore.ENamedElementActionSupplier<EEnumLiteral>
-
- org.nasdanika.html.ecore.EEnumLiteralActionSupplier
-
- 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
public class EEnumLiteralActionSupplier extends ENamedElementActionSupplier<EEnumLiteral>
-
-
Field Summary
-
Fields inherited from class org.nasdanika.html.ecore.EModelElementActionSupplier
context, descriptionTabLengthThreshold, elementPredicate, eNamedElementComparator, ePackagePathComputer, ICONS_BASE, labelProvider
-
Fields inherited from class org.nasdanika.html.ecore.EObjectActionSupplier
eObject
-
-
Constructor Summary
Constructors Constructor Description EEnumLiteralActionSupplier(EEnumLiteral value, org.nasdanika.common.Context context, Function<EPackage,String> ePackagePathComputer, Predicate<EModelElement> elementPredicate, BiFunction<ENamedElement,String,String> labelProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.nasdanika.html.model.app.Actionexecute(EClass contextEClass, org.nasdanika.common.ProgressMonitor progressMonitor)-
Methods inherited from class org.nasdanika.html.ecore.ENamedElementActionSupplier
getDefaultLabel, name
-
Methods inherited from class org.nasdanika.html.ecore.EModelElementActionSupplier
addContent, cardinality, computeLabel, encodeEPackage, genericName, genericName, genericType, genericTypeArguments, genericTypeArguments, getEModelElementFirstDocSentence, getReferrers, getUses, header, interpolatedMarkdown, link, link, path, retainDocumentable, size, typeParameters
-
Methods inherited from class org.nasdanika.html.ecore.EObjectActionSupplier
adaptChild
-
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
-
EEnumLiteralActionSupplier
public EEnumLiteralActionSupplier(EEnumLiteral value, org.nasdanika.common.Context context, Function<EPackage,String> ePackagePathComputer, Predicate<EModelElement> elementPredicate, BiFunction<ENamedElement,String,String> labelProvider)
-
-
Method Detail
-
execute
public org.nasdanika.html.model.app.Action execute(EClass contextEClass, org.nasdanika.common.ProgressMonitor progressMonitor)
- Specified by:
executein interfaceorg.nasdanika.common.Function<EClass,org.nasdanika.html.model.app.Action>- Overrides:
executein classENamedElementActionSupplier<EEnumLiteral>
-
-