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

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

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

Uses of Interface
org.netbeans.editor.TokenCategory

Packages that use TokenCategory
org.netbeans.editor   
 

Uses of TokenCategory in org.netbeans.editor
 

Subinterfaces of TokenCategory in org.netbeans.editor
 interface ImageTokenID
          Token-id with the fixed token image.
 interface TokenID
          Token-id is a unique identifier of a particular token.
 

Classes in org.netbeans.editor that implement TokenCategory
 class BaseImageTokenID
          Token-id with the fixed token image.
 class BaseTokenCategory
          Base implementation of the token category.
 class BaseTokenID
          Base implementation of the token-id.
 

Methods in org.netbeans.editor that return TokenCategory
 TokenCategory TokenID.getCategory()
          Get the optional category of the token.
 TokenCategory BaseTokenID.getCategory()
           
 TokenCategory[] TokenContext.getTokenCategories()
          Get the token-categories that belong to this token-context.
 

Methods in org.netbeans.editor with parameters of type TokenCategory
 String TokenContextPath.getFullTokenName(TokenCategory tokenIDOrCategory)
          Get the token-name with the name-prefix of this context-path.
static Coloring SettingsUtil.getTokenColoring(TokenContextPath tcp, TokenCategory tokenIDOrCategory, boolean printingSet)
          Deprecated. Use Editor Settings API instead.
abstract  Object SettingsUtil.TokenColoringInitializer.getTokenColoring(TokenContextPath tokenContextPath, TokenCategory tokenIDOrCategory, boolean printingSet)
          Deprecated. Get either coloring or settings evaluator for the given target token-id.
static Object SettingsUtil.getTokenColoring(TokenContextPath tcp, TokenCategory tokenIDOrCategory, boolean printingSet, boolean evaluateEvaluators)
          Deprecated. Use Editor Settings API instead.
 

Constructors in org.netbeans.editor with parameters of type TokenCategory
BaseImageTokenID(String nameAndImage, int numericID, TokenCategory category)
           
BaseImageTokenID(String name, int numericID, TokenCategory category, String image)
           
BaseImageTokenID(String nameAndImage, TokenCategory category)
           
BaseImageTokenID(String name, TokenCategory category, String image)
           
BaseTokenID(String name, int numericID, TokenCategory category)
           
BaseTokenID(String name, TokenCategory category)
           
SettingsUtil.TokenColoringEvaluator(TokenContextPath tokenContextPath, TokenCategory tokenIDOrCategory, Coloring coloring, boolean printingSet)
          Deprecated. Create new token-coloring evaluator.
 


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.