Element view

Figure 2.35. White Space Element View

White Space Element View
Declarations

Lets you configure the white space behavior for declarations.

Classes

Lets you configure the white space behavior for class declarations.

Before comma in implements clause

Please refer to the explanation for "Space before comma implements type".

After comma in implements clause

Please refer to the explanation for "Space after comma implements type".

Interfaces

Lets you configure the white space behavior for interface declarations.

Before comma in extends clause

Please refer to the explanation for "Space before comma extends type".

After comma in extends clause

Please refer to the explanation for "Space after comma extends type".

Enums

Lets you configure the white space behavior for enum declarations.

Before comma between constants

Please refer to the explanation for "Space before comma enum constant".

After comma between constants

Please refer to the explanation for "Space after comma enum constant".

Before left parenthesis in constant argument list

Please refer to the explanation for "Space before left parenthesis enum constant argument".

After left parenthesis in constant argument list

Please refer to the explanation for "Space after left parenthesis enum constant argument".

Before comma in constant argument list

Please refer to the explanation for "Space before comma enum constant argument".

After comma in constant argument list

Please refer to the explanation for "Space after comma enum constant argument".

Before right parenthesis in constant argument list

Please refer to the explanation for "Space before right parenthesis enum constant argument".

Between empty parentheses in constant argument list

Please refer to the explanation for "Space between empty parentheses enum constant argument".

Annotations

Lets you configure the white space behavior for annotation type declarations.

Before left parenthesis of type members

Please refer to the explanation for "Space before left parenthesis annotation type member".

Between empty parentheses of type members

Please refer to the explanation for "Space between empty parentheses annotation type member".

Before left parenthesis of member list

Please refer to the explanation for "Space before left parenthesis annotation argument list".

After left parenthesis of member list

Please refer to the explanation for "Space after left parenthesis annotation argument list".

Before comma in member list

Please refer to the explanation for "Space before comma annotation type member argument".

After comma in member list

Please refer to the explanation for "Space after comma annotation type member argument".

Before right parenthesis of member list

Please refer to the explanation for "Space before right parenthesis annotation argument list".

After left curly brace of annotation array

Please refer to the explanation for "Space after left curly brace annnotation array".

Before comma in annotation array

Please refer to the explanation for "Space before comma annotation array".

After comma in annotation array

Please refer to the explanation for "Space after comma annotation array".

Before right curly brace of annotation array

Please refer to the explanation for "Space before right curly brace annotation array".

Fields

Lets you configure the white space behavior for field declarations.

Before comma in multi-field

Please refer to the explanation for "Space before comma multi-field".

After comma in multi-field

Please refer to the explanation for "Space after comma multi-field".

Constructors

Lets you configure the white space behavior for constructor declarations.

Before left parenthesis of parameter list

Please refer to the explanation for "Space before left parenthesis constructor declaration".

After left parenthesis of parameter list

Please refer to the explanation for "Space after left parenthesis constructor declaration".

Before comma in parameter list

Please refer to the explanation for "Space before comma constructor declaration parameter".

After comma in parameter list

Please refer to the explanation for "Space after comma constructor declaration parameter".

Before right parenthesis of parameter list

Please refer to the explanation for "Space before right parenthesis constructor declaration parameter".

Between empty parentheses of parameter list

Please refer to the explanation for "Space between empty parentheses constructor declaration".

Before comma in throws clause

Please refer to the explanation for "Space before comma constructor throws type".

After comma in throws clause

Please refer to the explanation for "Space after comma constructor declaration throws type".

Methods

Lets you configure the white space behavior for method declarations.

Before left parenthesis of parameter list

Please refer to the explanation for "Space before left parenthesis method declaration".

After left parenthesis of parameter list

Please refer to the explanation for "Space after left parenthesis method declaration".

Before comma in parameter list

Please refer to the explanation for "Space before comma method declaration parameter".

After comma in parameter list

Please refer to the explanation for "Space after comma method declaration parameter".

Before ellipsis in parameter list

Please refer to the explanation for "Space before ellipsis vargs".

After ellipsis in parameter list

Please refer to the explanation for "Space after ellipsis varargs".

Before right parenthesis of parameter list

Please refer to the explanation for "Space before right parenthesis method declaration parameter".

Between empty parentheses of parameter list

Please refer to the explanation for "Space between empty parentheses enum constant argument".

Before comma in throws clause

Please refer to the explanation for "Space before comma method throws type".

After comma in throws clause

Please refer to the explanation for "Space after comma method declaration throws type".

Local variables

Lets you configure the white space behavior for local variable declarations.

Before comma in multi-variable

Please refer to the explanation for "Space before comma multi-var".

After comma in multi-variable

Please refer to the explanation for "Space after comma multi-variable".

Labels
Before colon

Please refer to the explanation for "Space before label colon".

After colon

Please refer to the explanation for "Space after label colon".