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

G-Index (Editor Settings Storage) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.settings.storage/1 1.10
A E F G I K O P R S

G

getAllFontColorDefaults(String) - Method in class org.netbeans.modules.editor.settings.storage.api.FontColorSettingsFactory
Gets default values for all font & colors for given profile, or null if profile does not exist or if it does not have any defaults.
getAllFontColors(String) - Method in class org.netbeans.modules.editor.settings.storage.api.FontColorSettingsFactory
Gets all token font and colors for given scheme or null, if scheme does not exists.
getAllMimeTypes() - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Gets all top level mime types registered under the Editors/ folder.
getCurrentFontColorProfile() - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns name of current font & colors profile.
getCurrentKeyMapProfile() - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns name of current keymap profile.
getDefault() - Static method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns default instance of EditorSettings.
getDefaultFontColorDefaults(String) - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Deprecated. Use getFontColorSettings(new String[0]).getAllFontColorsDefaults(profile) instead.
getDefaultFontColors(String) - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Deprecated. Use getFontColorSettings(new String[0]).getAllFontColors(profile) instead.
getFontColorProfiles() - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns set of font & colors profiles.
getFontColorSettings(String[]) - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns FontColorSettings for given mimetypes.
getHighlightingDefaults(String) - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns defaults for highlighting properties for given profile, or null if the profile is not known.
getHighlightings(String) - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns highlighting properties for given profile or null, if the profile is not known.
getKeyBindingDefaults(String) - Method in class org.netbeans.modules.editor.settings.storage.api.KeyBindingSettingsFactory
Returns default keybindings list for given keymap name, where items are instances of MultiKeyBinding.
getKeyBindings() - Method in class org.netbeans.modules.editor.settings.storage.api.KeyBindingSettingsFactory
Gets the keybindings list, where items are instances of MultiKeyBinding.
getKeyBindings(String) - Method in class org.netbeans.modules.editor.settings.storage.api.KeyBindingSettingsFactory
Gets the keybindings list for given keymap name, where items are instances of MultiKeyBinding.
getKeyBindingSettings(String[]) - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns KeyBindingSettings for given mimetypes.
getKeyMapProfiles() - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns set of keymap profiles.
getLanguageName(String) - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns name of language for given mime type.
getMimeTypes() - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns set of mimetypes.

org.netbeans.modules.editor.settings.storage/1 1.10
A E F G I K O P R S
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.