| This is provider of implementation. This package (org.netbeans.editor)
represent editor core which can be used independently on the rest of
NetBeans. However this core needs access to higher level functionality like
access to localized bundles, access to settings storage, etc. which can be
implemented differently by the applications which uses this editor core. For
this purpose was created this abstract class and it can be extended with any
other methods which are more and more often required by core editor. Example
implementation of this provider can be found in org.netbeans.modules.editor
package
author: David Konecny since: 10/2001 |