Class RemoveFocusVerticesOperation
- java.lang.Object
 - 
- org.opennms.features.topology.app.internal.operations.RemoveFocusVerticesOperation
 
 
- 
- 
Field Summary
- 
Fields inherited from interface org.opennms.features.topology.api.Constants
CENTER_VERTEX_ID, GROUP_ICON_KEY, SERVER_ICON_KEY 
- 
Fields inherited from interface org.opennms.features.topology.api.Operation
OPERATION_CONTEXT_LOCATION, OPERATION_LABEL, OPERATION_MENU_LOCATION 
 - 
 
- 
Constructor Summary
Constructors Constructor Description RemoveFocusVerticesOperation() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandisplay(List<VertexRef> targets, OperationContext operationContext)booleanenabled(List<VertexRef> targets, OperationContext operationContext)voidexecute(List<VertexRef> targets, OperationContext operationContext)StringgetId() 
 - 
 
- 
- 
Method Detail
- 
execute
public void execute(List<VertexRef> targets, OperationContext operationContext)
 
- 
display
public boolean display(List<VertexRef> targets, OperationContext operationContext)
 
- 
enabled
public boolean enabled(List<VertexRef> targets, OperationContext operationContext)
 
 - 
 
 -