public interface MenuCommand
MenuItem clicks.| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(List<VertexRef> targets,
       OperationContext operationContext)
Is executed, when the  
MenuItem is selected/clicked. | 
void execute(List<VertexRef> targets, OperationContext operationContext)
MenuItem is selected/clicked.targets - The targets of the command (e.g. current selection)operationContext - The context of the commandCopyright © 2020. All rights reserved.