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

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

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

Uses of Class
org.netbeans.editor.Settings.KitAndValue

Packages that use Settings.KitAndValue
org.netbeans.editor   
 

Uses of Settings.KitAndValue in org.netbeans.editor
 

Methods in org.netbeans.editor that return Settings.KitAndValue
 Settings.KitAndValue[] Settings.Filter.filterValueHierarchy(Class kitClass, String settingName, Settings.KitAndValue[] kavArray)
          Filter array of kit-class and value pairs.
static Settings.KitAndValue[] Settings.getValueHierarchy(Class kitClass, String settingName)
          Get the value hierarchy and evaluate the evaluators
static Settings.KitAndValue[] Settings.getValueHierarchy(Class kitClass, String settingName, boolean evaluateEvaluators)
          Get array of KitAndValue objects sorted from the given kit class to its deepest superclass and the last member can be filled whether there is global setting (kit class of that member would be null).
 

Methods in org.netbeans.editor with parameters of type Settings.KitAndValue
 Settings.KitAndValue[] Settings.Filter.filterValueHierarchy(Class kitClass, String settingName, Settings.KitAndValue[] kavArray)
          Filter array of kit-class and value pairs.
 


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.