站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

NbImplementationProvider (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor
Class NbImplementationProvider

java.lang.Object
  extended by org.netbeans.editor.ImplementationProvider
      extended by 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

Field Summary
static String GLYPH_GUTTER_ACTIONS_FOLDER_NAME
          Deprecated.  
 
Constructor Summary
NbImplementationProvider()
          Deprecated.  
 
Method Summary
 boolean activateComponent(JTextComponent c)
          Deprecated.  
 Action[] getGlyphGutterActions(JTextComponent target)
          Deprecated.  
 ResourceBundle getResourceBundle(String localizer)
          Deprecated. Ask NbBundle for the resource bundle
 
Methods inherited from class org.netbeans.editor.ImplementationProvider
getDefault, registerDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLYPH_GUTTER_ACTIONS_FOLDER_NAME

public static final String GLYPH_GUTTER_ACTIONS_FOLDER_NAME
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

NbImplementationProvider

public NbImplementationProvider()
Deprecated. 
Method Detail

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

org.netbeans.modules.editor/3 1.32.0

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.