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

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.19

Built on December 3 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.