[graphl-cvs] graphl/src/org/mediavirus/graphl/interaction DefaultNodeManipulator.java GraphlManipul
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2006-06-08 13:16:13
|
Update of /cvsroot/graphl/graphl/src/org/mediavirus/graphl/interaction In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv17343/src/org/mediavirus/graphl/interaction Modified Files: DefaultNodeManipulator.java GraphlManipulator.java Log Message: a lot of changes done a long time ago... changelog has to be updated another time :( Index: GraphlManipulator.java =================================================================== RCS file: /cvsroot/graphl/graphl/src/org/mediavirus/graphl/interaction/GraphlManipulator.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** GraphlManipulator.java 18 Dec 2005 13:30:00 -0000 1.15 --- GraphlManipulator.java 8 Jun 2006 13:15:01 -0000 1.16 *************** *** 171,175 **** else { graphPane.getSelection().addNode(clickNode); - System.out.println(clickNode.getType()); } graphPane.getFilteredGraph().notifyLayoutUpdated(); --- 171,174 ---- Index: DefaultNodeManipulator.java =================================================================== RCS file: /cvsroot/graphl/graphl/src/org/mediavirus/graphl/interaction/DefaultNodeManipulator.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DefaultNodeManipulator.java 18 Dec 2005 11:11:41 -0000 1.3 --- DefaultNodeManipulator.java 8 Jun 2006 13:15:01 -0000 1.4 *************** *** 135,137 **** --- 135,141 ---- public void setConfigurationNode(Node node) { } + + public void refresh() { + } + } |