|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.editor.ImplementationProvider
public abstract class ImplementationProvider
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
Constructor Summary | |
---|---|
ImplementationProvider()
Deprecated. |
Method Summary | |
---|---|
boolean |
activateComponent(JTextComponent c)
Deprecated. Activates the given component or one of its ancestors. |
static ImplementationProvider |
getDefault()
Deprecated. Returns currently registered provider |
abstract Action[] |
getGlyphGutterActions(JTextComponent target)
Deprecated. This is temporary method which allows core editor to access glyph gutter action. |
abstract ResourceBundle |
getResourceBundle(String localizer)
Deprecated. Returns ResourceBundle for the given class. |
static void |
registerDefault(ImplementationProvider prov)
Deprecated. Register your own provider through this method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImplementationProvider()
Method Detail |
---|
public static ImplementationProvider getDefault()
public static void registerDefault(ImplementationProvider prov)
public abstract ResourceBundle getResourceBundle(String localizer)
public abstract Action[] getGlyphGutterActions(JTextComponent target)
public boolean activateComponent(JTextComponent c)
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |