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

Uses of Class org.netbeans.editor.TokenContext (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Class
org.netbeans.editor.TokenContext

Packages that use TokenContext
org.netbeans.editor   
 

Uses of TokenContext in org.netbeans.editor
 

Methods in org.netbeans.editor that return TokenContext
 TokenContext[] TokenContext.getChildren()
          Get the children contexts of this context.
 TokenContext[] TokenContextPath.getContexts()
          Retrieve the contexts of this context-path.
 

Constructors in org.netbeans.editor with parameters of type TokenContext
SettingsUtil.TokenColoringInitializer(TokenContext tokenContext)
          Deprecated. Create settings-initializer for the colorings of the tokens in the given context and all its context-paths.
SettingsUtil.TokenColoringInitializer(TokenContext tokenContext, String initializerName)
          Deprecated. Create settings-initializer for the colorings of the tokens in the given context and all its context-paths.
TokenContext(String namePrefix, TokenContext[] children)
          Construct new token-context.
 


org.netbeans.modules.editor.lib/1 1.14.0 3

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