]> gerrit.simantics Code Review - simantics/sysdyn.git/commit
All in-use contents of org.simantics.g2d.event package were moved into org.simantics...
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 20 Sep 2011 11:29:06 +0000 (11:29 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 20 Sep 2011 11:29:06 +0000 (11:29 +0000)
commitbb37b5bc0c20696df70fa716322da2c2136db7b5
tree7e784e5df691d35277d645f59ad178a0ff29252e
parent3b9191a5df3460687f0b68e55bb501a1aadcc96e
All in-use contents of org.simantics.g2d.event package were moved into org.simantics.scenegraph.g2d.events.
This was necessary in order to unify the event handling between G2D and scene graph and to make it possible
to propagate higher level events originating from the Eclipse Workbench, such as CommandEvent to scene graph
nodes which are currently only able to process AWT events and nothing else.

This is only the groundwork for taking the G2D events into use in the scenegraph,
i.e. moving all the necessary code into scene graph plug-ins.

If your code breaks as a result, organizing your imports should fix the problems in most cases.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@22336 ac1ea38d-2e2b-0410-8846-a27921b304fc
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/editor/participant/CreateVariablesShortcutParticipant.java
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/editor/participant/PointerInteractor.java
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/editor/participant/SysdynConnectTool.java
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/elements2/CloudFactory.java