Uses of Interface
com.almworks.jira.structure.api.generator.StructureGenerator.HandlingContext
Packages that use StructureGenerator.HandlingContext
-
Uses of StructureGenerator.HandlingContext in com.almworks.jira.structure.api.generator
Methods in com.almworks.jira.structure.api.generator with parameters of type StructureGenerator.HandlingContextModifier and TypeMethodDescriptionvoidActionHandler.InserterActionHandler.addFragment(ItemForest fragment, StructurePosition to, StructureGenerator.HandlingContext context) voidActionHandler.ExtenderActionHandler.moveExtension(StructureRow extension, StructurePosition from, StructurePosition to, StructureGenerator.HandlingContext context) voidActionHandler.GrouperActionHandler.moveGroupedItem(StructureRow item, StructureRow from, StructureRow to, StructureGenerator.HandlingContext context) voidActionHandler.InserterActionHandler.moveRow(StructureRow row, StructurePosition to, StructureGenerator.HandlingContext context) voidActionHandler.InserterActionHandler.removeRow(StructureRow row, StructureGenerator.HandlingContext context) voidActionHandler.ExtenderActionHandler.reorderExtension(StructureRow extension, StructurePosition from, StructurePosition to, StructureGenerator.HandlingContext context) voidActionHandler.GrouperActionHandler.reorderGroup(StructureRow group, StructurePosition from, StructurePosition to, StructureGenerator.HandlingContext context) voidActionHandler.SorterActionHandler.reorderItem(StructureRow row, StructurePosition from, StructurePosition to, StructureGenerator.HandlingContext context)