当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
NbImplementationProvider (Editor Module) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.editor
Class NbImplementationProvider
java.lang.Object
org.netbeans.editor.ImplementationProvider
org.netbeans.modules.editor.NbImplementationProvider
Deprecated. Without any replacement.
public class NbImplementationProvider
- extends ImplementationProvider
This is NetBeans specific provider of functionality.
See base class for detailed comments.
- Since:
- 10/2001
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GLYPH_GUTTER_ACTIONS_FOLDER_NAME
public static final String GLYPH_GUTTER_ACTIONS_FOLDER_NAME
- Deprecated.
- See Also:
- Constant Field Values
NbImplementationProvider
public NbImplementationProvider()
- Deprecated.
getResourceBundle
public ResourceBundle getResourceBundle(String localizer)
- Deprecated.
- Ask NbBundle for the resource bundle
- Specified by:
getResourceBundle
in class ImplementationProvider
getGlyphGutterActions
public Action[] getGlyphGutterActions(JTextComponent target)
- Deprecated.
- Specified by:
getGlyphGutterActions
in class ImplementationProvider
activateComponent
public boolean activateComponent(JTextComponent c)
- Deprecated.
- Overrides:
activateComponent
in class ImplementationProvider