public abstract class AddEdgeAction<V,E extends Edge<V>> extends EditAction
Constructor and Description |
---|
AddEdgeAction(String name) |
AddEdgeAction(String name,
String icon) |
Modifier and Type | Method and Description |
---|---|
void |
addEdge(EditActionManager manager,
V from,
V to) |
protected abstract E |
getNewEdge(V from,
V to) |
getIcon, getMode, getName, performed
Copyright © 2005–2020. All rights reserved.