]> gerrit.simantics Code Review - simantics/platform.git/blob - JComponentSG.java
abcede0f9c1d451dddafae27dc8e67030d5ab7b2
[simantics/platform.git] / JComponentSG.java
1 package org.simantics.scenegraph.swing;
2
3 import java.awt.Point;
4
5 import javax.swing.JComponent;
6
7 public interface JComponentSG {
8
9         JComponent getComponent();
10         boolean containsTransformed(Point p);
11         
12 }