Interface ActionHandler.ExtenderActionHandler
- 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 TypeMethodDescriptionvoidmoveExtension(StructureRow extension, StructurePosition from, StructurePosition to, StructureGenerator.HandlingContext context) voidreorderExtension(StructureRow extension, StructurePosition from, StructurePosition to, StructureGenerator.HandlingContext context)
-
Method Details
-
moveExtension
void moveExtension(@NotNull StructureRow extension, @Nullable StructurePosition from, @Nullable StructurePosition to, @NotNull StructureGenerator.HandlingContext context) -
reorderExtension
void reorderExtension(@NotNull StructureRow extension, @NotNull StructurePosition from, @NotNull StructurePosition to, @NotNull StructureGenerator.HandlingContext context) -
getAddOptionDescription
-
getMoveOptionDescription
-
getReorderOptionDescription
-