public interface Operation
Modifier and Type | Field and Description |
---|---|
static String |
OPERATION_CONTEXT_LOCATION |
static String |
OPERATION_LABEL |
static String |
OPERATION_MENU_LOCATION |
Modifier and Type | Method and Description |
---|---|
boolean |
display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
execute(List<VertexRef> targets,
OperationContext operationContext) |
String |
getId() |
static final String OPERATION_MENU_LOCATION
static final String OPERATION_CONTEXT_LOCATION
static final String OPERATION_LABEL
void execute(List<VertexRef> targets, OperationContext operationContext)
boolean display(List<VertexRef> targets, OperationContext operationContext)
boolean enabled(List<VertexRef> targets, OperationContext operationContext)
String getId()
Copyright © 2021. All rights reserved.