public interface Command
Modifier and Type | Method and Description |
---|---|
void |
doCommand(List<VertexRef> target,
OperationContext operationContext) |
com.vaadin.event.Action |
getAction() |
String |
getContextMenuPosition() |
String |
getMenuPosition() |
Operation |
getOperation() |
boolean |
isAction() |
void |
undoCommand() |
void doCommand(List<VertexRef> target, OperationContext operationContext)
void undoCommand()
String getMenuPosition()
String getContextMenuPosition()
boolean isAction()
com.vaadin.event.Action getAction()
Operation getOperation()
Copyright © 2017. All rights reserved.