first commit
[jalview-fx.git] / src / jalviewfx / controllers / engine / ControlledScreen.java
1 package jalviewfx.controllers.engine;
2
3
4 public interface ControlledScreen {
5         public void setScreenParent(ScreensController screenParent);
6 }