Package org.esa.snap.ui
Interface Disposable
-
- All Known Implementing Classes:
BasicView
,ProductPlacemarkView
,ProductSceneView
public interface Disposable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Releases all of the resources used by this view, its subcomponents, and all of its owned children.
-