Interface ActionHandler.GrouperActionHandler
- All Superinterfaces:
ActionHandler
- Enclosing interface:
- ActionHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface ActionHandler
ActionHandler.ExtenderActionHandler, ActionHandler.GrouperActionHandler, ActionHandler.InserterActionHandler, ActionHandler.SorterActionHandler -
Method Summary
Modifier and TypeMethodDescriptionvoidmoveGroupedItem(StructureRow item, StructureRow from, StructureRow to, StructureGenerator.HandlingContext context) voidreorderGroup(StructureRow group, StructurePosition from, StructurePosition to, StructureGenerator.HandlingContext context)
-
Method Details
-
moveGroupedItem
void moveGroupedItem(@NotNull StructureRow item, @Nullable StructureRow from, @Nullable StructureRow to, @NotNull StructureGenerator.HandlingContext context) -
reorderGroup
void reorderGroup(@NotNull StructureRow group, @NotNull StructurePosition from, @NotNull StructurePosition to, @NotNull StructureGenerator.HandlingContext context)
-