| Package | Description |
|---|---|
| oracle.jdeveloper.style |
Contains classes for obtaining Coding Style settings.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CodingStyleOptions |
CodingStyleManager.getCodingStyleOptions()
Get the
CodingStyleOptions used by JDeveloper. |
abstract CodingStyleOptions |
CodingStyleManager.getCodingStyleOptions(Context context)
Get the coding style options to use for the given context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodingStyleOptionsListener.optionsChanged(CodingStyleOptions options)
Called when one or more settings in the
CodingStyleOptions
dialog has changed. |
| Constructor and Description |
|---|
CodingStyleTextBuilder(CodingStyleOptions options)
Create a text builder using the given options.
|