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