Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.0b11
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
B
BACKUP_DIRECTORY
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
The directory where backup files are to be stored (
String
).
BACKUP_LEVEL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
BACKUP_LEVEL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of backup files to hold (
int
).
BAND
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
BAND_ASSIGN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
beforeStart()
- Method in class de.hunsicker.jalopy.plugin.
AbstractPlugin
Called on the event dispatching thread before an action will be started.
begin(String, int)
- Method in interface de.hunsicker.jalopy.swing.
ProgressMonitor
Begins the monitoring of an operation.
big()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
BLANK_LINES_AFTER_BLOCK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_AFTER_BLOCK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines after a block (
int
).
BLANK_LINES_AFTER_BRACE_LEFT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
BLANK_LINES_AFTER_BRACE_LEFT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force the given number of blank lines after left curly braces (
int
).
BLANK_LINES_AFTER_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_AFTER_CLASS
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines after classes (
int
).
BLANK_LINES_AFTER_DECLARATION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
BLANK_LINES_AFTER_DECLARATION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines after declarations (
int
).
BLANK_LINES_AFTER_FOOTER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_AFTER_FOOTER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines after the footer (
int
).
BLANK_LINES_AFTER_HEADER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
BLANK_LINES_AFTER_HEADER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines after the header (
int
).
BLANK_LINES_AFTER_IMPORT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("2").
BLANK_LINES_AFTER_IMPORT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines after the last import statement (
int
).
BLANK_LINES_AFTER_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_AFTER_INTERFACE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines after interfaces (
int
).
BLANK_LINES_AFTER_METHOD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_AFTER_METHOD
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines after methods (
int
).
BLANK_LINES_AFTER_PACKAGE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_AFTER_PACKAGE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines after the package statement (
int
).
BLANK_LINES_BEFORE_BLOCK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_BEFORE_BLOCK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines before a block (
int
).
BLANK_LINES_BEFORE_BRACE_RIGHT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
BLANK_LINES_BEFORE_BRACE_RIGHT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Force the given number of blank lines before right curly braces (
int
).
BLANK_LINES_BEFORE_CASE_BLOCK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_BEFORE_CASE_BLOCK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines before a case block (
int
).
BLANK_LINES_BEFORE_COMMENT_JAVADOC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_BEFORE_COMMENT_JAVADOC
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines before Javadoc comments (
int
).
BLANK_LINES_BEFORE_COMMENT_MULTI_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_BEFORE_COMMENT_MULTI_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines before multi-line comments (
int
).
BLANK_LINES_BEFORE_COMMENT_SINGLE_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_BEFORE_COMMENT_SINGLE_LINE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines before single-line commenents (
int
).
BLANK_LINES_BEFORE_CONTROL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_BEFORE_CONTROL
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines before a flow control statement (
int
).
BLANK_LINES_BEFORE_DECLARATION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_BEFORE_DECLARATION
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines before declarations (
int
).
BLANK_LINES_BEFORE_FOOTER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_BEFORE_FOOTER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines before the footer (
int
).
BLANK_LINES_BEFORE_HEADER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("0").
BLANK_LINES_BEFORE_HEADER
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines before the header (
int
).
BLANK_LINES_KEEP_UP_TO
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("1").
BLANK_LINES_KEEP_UP_TO
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Number of blank lines to keep up to (
int
).
BlankLinesSettingsPage
- Class in
de.hunsicker.jalopy.swing
Settings page for the Jalopy printer blank lines settings.
BlankLinesSettingsPage()
- Constructor for class de.hunsicker.jalopy.swing.
BlankLinesSettingsPage
Creates a new BlankLinesSettingsPage object.
block()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
BLOCK_STATEMENT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
blockquote()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
BNOT
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
body_content()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
body_tag()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
BOF
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
bold()
- Method in class de.hunsicker.jalopy.language.
JavadocParser
BOR
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
BOR_ASSIGN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
BR
- Static variable in class de.hunsicker.jalopy.language.
JavadocTokenTypes
BRACE_EMPTY_CUDDLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_EMPTY_CUDDLE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Cuddle empty braces?
BRACE_EMPTY_INSERT_STATEMENT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_EMPTY_INSERT_STATEMENT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert an empty statement into empty braces?
BRACE_INSERT_DO_WHILE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_INSERT_DO_WHILE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert braces around single do-while statements?
BRACE_INSERT_FOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_INSERT_FOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert unneccessary braces around single for statements?
BRACE_INSERT_IF_ELSE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("true").
BRACE_INSERT_IF_ELSE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert braces around single if-else statements?
BRACE_INSERT_WHILE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_INSERT_WHILE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Insert braces around single while statements?
BRACE_NEWLINE_LEFT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_NEWLINE_LEFT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print newline before left braces?
BRACE_NEWLINE_RIGHT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_NEWLINE_RIGHT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print newline after right braces?
BRACE_REMOVE_BLOCK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("true").
BRACE_REMOVE_BLOCK
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Remove unneccessary braces for blocks?
BRACE_REMOVE_DO_WHILE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_REMOVE_DO_WHILE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Remove braces around single do-while statements?
BRACE_REMOVE_FOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_REMOVE_FOR
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Remove unneccessary braces around single for statements?
BRACE_REMOVE_IF_ELSE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_REMOVE_IF_ELSE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Remove unneccessary braces around single if-else statements?
BRACE_REMOVE_WHILE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_REMOVE_WHILE
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Remove braces around single while statements?
BRACE_TREAT_DIFFERENT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_TREAT_DIFFERENT
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Should class and method blocks be treated different?
BRACE_TREAT_DIFFERENT_IF_WRAPPED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionDefaults
The default value for the key with the same name ("false").
BRACE_TREAT_DIFFERENT_IF_WRAPPED
- Static variable in class de.hunsicker.jalopy.storage.
ConventionKeys
Print left braces of class/interface/ctor/method declarations on a new line if either the parameter list or extends, implements or throws clause is wrapped?
BracesSettingsPage
- Class in
de.hunsicker.jalopy.swing
Settings page for the Jalopy printer general brace settings.
BracesSettingsPage()
- Constructor for class de.hunsicker.jalopy.swing.
BracesSettingsPage
Creates a new BracesSettingsPage.
BSR
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
BSR_ASSIGN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
builtInType()
- Method in class de.hunsicker.jalopy.language.
JavaParser
builtInTypeSpec(boolean)
- Method in class de.hunsicker.jalopy.language.
JavaParser
bundle
- Variable in class de.hunsicker.jalopy.swing.
AbstractSettingsPage
ResourceBundle that provides the localized string resources for the graphical components.
BXOR
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
BXOR_ASSIGN
- Static variable in class de.hunsicker.jalopy.language.
JavaTokenTypes
Overview
Package
Class
Use
Tree
Deprecated
Index
Jalopy
1.0b11
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
Submit a bug or feature
.
For further information and documentation, visit the
official Jalopy website
.
This page generated:
December 3 2008
Copyright © 2002-2004,
Marco Hunsicker
. All rights reserved.