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 aRunnable
with default constructor which should be invoked as soon as the window system is shown. TheRunnable
s are invoked in AWT event dispatch thread one by one
-
-
Constructor Summary
Constructors Constructor Description ShowingOp()
-