public static interface CodeStylePreferences.Provider
Usual API clients do not have to be concerned about this. It was created in order to seprate the project-dependent implementation of code style preferences storage from the rest of the editor infrastructure.
Modifier and Type | Method and Description |
---|---|
Preferences |
forDocument(Document doc,
String mimeType) |
Preferences |
forFile(FileObject file,
String mimeType) |
Preferences forFile(FileObject file, String mimeType)
Preferences forDocument(Document doc, String mimeType)
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.