Package org.esa.snap.rcp.util
Interface ContextGlobalExtender
- All Known Implementing Classes:
ContextGlobalExtenderImpl
,SnapApp.ActionContextExtender
public interface ContextGlobalExtender
Allows to dynamically extend the contents of the global lookup.
This interface may be implemented by a special org.openide.util.ContextGlobalProvider
which should
also register an instance of this interface so that is is accessible via the global lookup.
- Since:
- 2.0
-
Method Summary
-
Method Details
-
get
-
put
-
remove
-