]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/swing/JComponentSG.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scenegraph.swing / src / org / simantics / scenegraph / swing / JComponentSG.java
diff --git a/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/swing/JComponentSG.java b/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/swing/JComponentSG.java
new file mode 100644 (file)
index 0000000..97f4e00
--- /dev/null
@@ -0,0 +1,12 @@
+package org.simantics.scenegraph.swing;\r
+\r
+import java.awt.Point;\r
+\r
+import javax.swing.JComponent;\r
+\r
+public interface JComponentSG {\r
+\r
+       JComponent getComponent();\r
+       boolean containsTransformed(Point p);\r
+       \r
+}\r