Interface MenuCommand


  • public interface MenuCommand
    Interface for implementations for MenuItem clicks.
    • Method Detail

      • execute

        void execute​(java.util.List<VertexRef> targets,
                     OperationContext operationContext)
        Is executed, when the MenuItem is selected/clicked.
        Parameters:
        targets - The targets of the command (e.g. current selection)
        operationContext - The context of the command