Package org.esa.snap.rcp
Class SnapApp.ShowingOp
- java.lang.Object
- 
- org.esa.snap.rcp.SnapApp.ShowingOp
 
- 
- All Implemented Interfaces:
- Runnable
 - Enclosing class:
- SnapApp
 
 public static class SnapApp.ShowingOp extends Object implements Runnable This non-API class is public as an implementation detail. Don't use it, it may be removed anytime.NetBeans @OnShowing: Annotation to place on aRunnablewith default constructor which should be invoked as soon as the window system is shown. TheRunnables are invoked in AWT event dispatch thread one by one
- 
- 
Constructor SummaryConstructors Constructor Description ShowingOp()
 
-