Class AbstractGenerator.Extender
Object
AbstractGenerator
Extender
- All Implemented Interfaces:
ActionHandlingGenerator<ActionHandler.ExtenderActionHandler>,ActionHandlingGenerator.Extender,ConfigurableGenerator,StructureGenerator,StructureGenerator.Extender
- Enclosing class:
- AbstractGenerator
public abstract static class AbstractGenerator.Extender
extends AbstractGenerator
implements ActionHandlingGenerator.Extender
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractGenerator
AbstractGenerator.Extender, AbstractGenerator.Filter, AbstractGenerator.Grouper, AbstractGenerator.Inserter, AbstractGenerator.SorterNested classes/interfaces inherited from interface ActionHandlingGenerator
ActionHandlingGenerator.Extender, ActionHandlingGenerator.Grouper, ActionHandlingGenerator.Inserter, ActionHandlingGenerator.SorterNested classes/interfaces inherited from interface StructureGenerator
StructureGenerator.ApplicabilityChecker, StructureGenerator.Context, StructureGenerator.EffectContext, StructureGenerator.Extender, StructureGenerator.Filter, StructureGenerator.GenerationContext, StructureGenerator.Grouper, StructureGenerator.HandlingContext, StructureGenerator.Inserter, StructureGenerator.ItemChangeFilterContext, StructureGenerator.SorterNested classes/interfaces inherited from interface StructureGenerator.Extender
StructureGenerator.Extender.ExtenderFunction -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractGenerator
addDefaultFormParameters, addParametersForSummary, addParametersToForm, buildParametersFromForm, getPresets, isAvailable, mapOf, mapOfMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface StructureGenerator
addDefaultFormParameters, addParametersForSummary, addParametersToForm, buildParametersFromForm, isAvailableMethods inherited from interface StructureGenerator.Extender
getExtenderFunction
-
Constructor Details
-
Extender
public Extender()
-
-
Method Details
-
createActionHandler
@Nullable public ActionHandler.ExtenderActionHandler createActionHandler(@NotNull Map<String, Object> parameters) - Specified by:
createActionHandlerin interfaceActionHandlingGenerator<ActionHandler.ExtenderActionHandler>
-