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

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

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

Uses of Interface
org.netbeans.editor.Acceptor

Packages that use Acceptor
org.netbeans.editor   
 

Uses of Acceptor in org.netbeans.editor
 

Fields in org.netbeans.editor declared as Acceptor
static Acceptor SettingsDefaults.defaultAbbrevAddTypedCharAcceptor
           
static Acceptor SettingsDefaults.defaultAbbrevExpandAcceptor
           
static Acceptor SettingsDefaults.defaultAbbrevResetAcceptor
           
static Acceptor SettingsDefaults.defaultIdentifierAcceptor
           
static Acceptor SettingsDefaults.defaultWhitespaceAcceptor
           
static Acceptor AcceptorFactory.FALSE
           
static Acceptor AcceptorFactory.JAVA_IDENTIFIER
           
static Acceptor AcceptorFactory.LETTER_DIGIT
           
static Acceptor AcceptorFactory.NL
           
static Acceptor AcceptorFactory.NON_JAVA_IDENTIFIER
           
static Acceptor AcceptorFactory.SPACE_NL
           
static Acceptor AcceptorFactory.TRUE
           
static Acceptor AcceptorFactory.WHITESPACE
           
 

Methods in org.netbeans.editor that return Acceptor
static Acceptor SettingsUtil.getAcceptor(Class kitClass, String settingName, Acceptor defaultValue)
           
 

Methods in org.netbeans.editor with parameters of type Acceptor
static Acceptor SettingsUtil.getAcceptor(Class kitClass, String settingName, Acceptor defaultValue)
           
 

Constructors in org.netbeans.editor with parameters of type Acceptor
FinderFactory.AcceptorBwdFinder(Acceptor a)
           
FinderFactory.AcceptorFwdFinder(Acceptor a)
           
 


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.