Class AbstractGenerator.Inserter
Object
AbstractGenerator
Inserter
- All Implemented Interfaces:
ActionHandlingGenerator<ActionHandler.InserterActionHandler>,ActionHandlingGenerator.Inserter,ConfigurableGenerator,StructureGenerator,StructureGenerator.Inserter
- Enclosing class:
- AbstractGenerator
public abstract static class AbstractGenerator.Inserter
extends AbstractGenerator
implements ActionHandlingGenerator.Inserter
-
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.Sorter -
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.Inserter
createFragment
-
Constructor Details
-
Inserter
public Inserter()
-
-
Method Details
-
createActionHandler
@Nullable public ActionHandler.InserterActionHandler createActionHandler(@NotNull Map<String, Object> parameters) - Specified by:
createActionHandlerin interfaceActionHandlingGenerator<ActionHandler.InserterActionHandler>
-