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

Deprecated List (Editor Settings Storage) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.settings.storage/1 1.10

Deprecated API


Contents
Deprecated Fields
org.netbeans.modules.editor.settings.storage.api.EditorSettings.PROP_DEFAULT_FONT_COLORS
          This has always been meant for internal use only. As per general contract clients should listen on mime type specific Lookup for changes in editor settings. 
org.netbeans.modules.editor.settings.storage.api.EditorSettings.PROP_EDITOR_FONT_COLORS
          This has always been meant for internal use only. As per general contract clients should listen on mime type specific Lookup for changes in editor settings. 
 

Deprecated Methods
org.netbeans.modules.editor.settings.storage.api.EditorSettings.getDefaultFontColorDefaults(String)
          Use getFontColorSettings(new String[0]).getAllFontColorsDefaults(profile) instead. 
org.netbeans.modules.editor.settings.storage.api.EditorSettings.getDefaultFontColors(String)
          Use getFontColorSettings(new String[0]).getAllFontColors(profile) instead. 
org.netbeans.modules.editor.settings.storage.api.EditorSettings.setDefaultFontColors(String, Collection)
          Use getFontColorSettings(new String[0]).setAllFontColors(profile, fontColors) instead. 
 


org.netbeans.modules.editor.settings.storage/1 1.10

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