Module org.nasdanika.html.ecore
Package org.nasdanika.html.ecore
Class EStructuralFeatureActionSupplier<T extends EStructuralFeature>
- 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<T>
-
- All Implemented Interfaces:
AutoCloseable,BiFunction<EClass,ProgressMonitor,Action>,Diagnosable,ExecutionParticipant,ExecutionParticipantInfo,Function<EClass,Action>,EcoreActionSupplier
- Direct Known Subclasses:
EAttributeActionSupplier,EReferenceActionSupplier
public class EStructuralFeatureActionSupplier<T extends EStructuralFeature> extends ETypedElementActionSupplier<T> implements EcoreActionSupplier
-
-
Field Summary
-
Fields inherited from class org.nasdanika.html.ecore.EModelElementActionSupplier
context, descriptionTabLengthThreshold, ePackagePathComputer, ICONS_BASE
-
Fields inherited from class org.nasdanika.html.ecore.EObjectActionSupplier
eObject
-
Fields inherited from interface org.nasdanika.common.Diagnosable
SUCCESS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Actionexecute(EClass contextEClass, ProgressMonitor progressMonitor)protected TablepropertiesTable(EClass contextEClass, ProgressMonitor monitor)-
Methods inherited from class org.nasdanika.html.ecore.ETypedElementActionSupplier
addRow
-
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, path, 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
-
Methods inherited from interface org.nasdanika.common.Diagnosable
diagnose
-
Methods inherited from interface org.nasdanika.common.ExecutionParticipant
close, commit, rollback, split, split, splitAndCommit, splitAndCommit, splitAndDiagnose, splitAndDiagnose, splitAndRollback, splitAndRollback
-
Methods inherited from interface org.nasdanika.common.ExecutionParticipantInfo
name, size
-
Methods inherited from interface org.nasdanika.common.Function
apply, asFunction, before, splitAndExecute, splitAndExecute, then, then, then
-
-
-
-
Method Detail
-
execute
public Action execute(EClass contextEClass, ProgressMonitor progressMonitor) throws Exception
- Specified by:
executein interfaceFunction<EClass,Action>- Overrides:
executein classETypedElementActionSupplier<T extends EStructuralFeature>- Throws:
Exception
-
propertiesTable
protected Table propertiesTable(EClass contextEClass, ProgressMonitor monitor) throws Exception
- Overrides:
propertiesTablein classETypedElementActionSupplier<T extends EStructuralFeature>- Throws:
Exception
-
-