The classes in this package provide a facility for managing a set of watches. Watches are simply fixed expressions that are evaluated and displayed in the Watches window.
The WatchManager
implementations are accessed via the
WatchProvider
static class. To provide custom
implementations of WatchManager
, you must install your
implementation as a "service". See the NetBeans OpenAPIs
documentation under "Services & Lookup" to learn how
this is done.