Skip navigation links
org.netbeans.modules.editor.settings.storage/1 1.77.0
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.
getAnnotationDefaults(String) - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns defaults for annotation properties for given profile, or null if the profile is not known.
getAnnotations(String) - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns annotations properties for given profile or null, if the profile is not known.
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.
getLocalizingBundleMessage(FileObject, String, String) - Static method in class org.netbeans.modules.editor.settings.storage.spi.support.StorageSupport
Deprecated.
 
getMimeTypes() - Method in class org.netbeans.modules.editor.settings.storage.api.EditorSettings
Returns set of mimetypes.
A E F G I K O P R S 
Skip navigation links
org.netbeans.modules.editor.settings.storage/1 1.77.0