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 class
AbstractOverlayAction
Monitor the state of overlays to either be enable or disable.class
OverlayGcpLayerAction
class
OverlayGeometryLayerAction
class
OverlayGraticuleLayerAction
class
OverlayNoDataLayerAction
class
OverlayPinLayerAction
class
OverlayWorldMapLayerAction
-
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 void
SelectionSupport. addHandler(SelectionSupport.Handler<T> handler)
Adds a new handler.void
SelectionSupport. removeHandler(SelectionSupport.Handler<T> handler)
Removes an existing handler.
-