- java.lang.Object
-
- org.nasdanika.html.ecore.EObjectActionSupplier<T>
-
- org.nasdanika.html.ecore.EModelElementActionSupplier<T>
-
- org.nasdanika.html.ecore.ENamedElementActionSupplier<T>
-
- org.nasdanika.html.ecore.ETypedElementActionSupplier<T>
-
- org.nasdanika.html.ecore.EStructuralFeatureActionSupplier<EAttribute>
-
- org.nasdanika.html.ecore.EAttributeActionSupplier
-
- 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 EAttributeActionSupplier extends EStructuralFeatureActionSupplier<EAttribute>
-
-
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 EAttributeActionSupplier(EAttribute value, org.nasdanika.common.Context context, Function<EPackage,String> ePackagePathComputer, Predicate<EModelElement> elementPredicate, BiFunction<ENamedElement,String,String> labelProvider)
-
Method Summary
-
Methods inherited from class org.nasdanika.html.ecore.EStructuralFeatureActionSupplier
execute, propertiesTable
-
Methods inherited from class org.nasdanika.html.ecore.ETypedElementActionSupplier
addRow, getDefaultLabel
-
Methods inherited from class org.nasdanika.html.ecore.ENamedElementActionSupplier
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
-
EAttributeActionSupplier
public EAttributeActionSupplier(EAttribute value, org.nasdanika.common.Context context, Function<EPackage,String> ePackagePathComputer, Predicate<EModelElement> elementPredicate, BiFunction<ENamedElement,String,String> labelProvider)
-
-