Uses of Interface
org.esa.snap.rcp.util.SelectionSupport.Handler
-
Packages that use SelectionSupport.Handler Package Description org.esa.snap.rcp.actions.layer.overlay org.esa.snap.rcp.util -
-
Uses of SelectionSupport.Handler in org.esa.snap.rcp.actions.layer.overlay
Classes in org.esa.snap.rcp.actions.layer.overlay that implement SelectionSupport.Handler Modifier and Type Class Description classAbstractOverlayActionMonitor the state of overlays to either be enable or disable.classOverlayGcpLayerActionclassOverlayGeometryLayerActionclassOverlayGraticuleLayerActionclassOverlayNoDataLayerActionclassOverlayPinLayerActionclassOverlayWorldMapLayerAction -
Uses of SelectionSupport.Handler in org.esa.snap.rcp.util
Methods in org.esa.snap.rcp.util with parameters of type SelectionSupport.Handler Modifier and Type Method Description voidSelectionSupport. addHandler(SelectionSupport.Handler<T> handler)Adds a new handler.voidSelectionSupport. removeHandler(SelectionSupport.Handler<T> handler)Removes an existing handler.
-