com.alveole.studio.web.designer.graph
Interface GuiActionsManager

All Known Implementing Classes:
PackageNavigatorEditor

public interface GuiActionsManager

This is a callback that performs some simple actions.

Author:
sylvain

Method Summary
 void link(edu.uci.ics.jung.graph.Vertex v1, edu.uci.ics.jung.graph.Vertex v2)
          Link two vertices.
 

Method Detail

link

void link(edu.uci.ics.jung.graph.Vertex v1,
          edu.uci.ics.jung.graph.Vertex v2)
Link two vertices.

Parameters:
v1 - Initial node.
v2 - Target node.