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