A B C D E F G H I J K L M N O P R S T U V W _

A

ABSTRACT - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the abstract modifier.
AbstractAppender - class de.hunsicker.jalopy.plugin.AbstractAppender.
Skeleton implementation of an appender which outputs messages in a visual component.
AbstractAppender() - Constructor for class de.hunsicker.jalopy.plugin.AbstractAppender
Creates a new AbstractAppender object.
AbstractPlugin - class de.hunsicker.jalopy.plugin.AbstractPlugin.
Skeleton implementation of a Jalopy Plug-in for integrated development environments.
AbstractPlugin.Action - class de.hunsicker.jalopy.plugin.AbstractPlugin.Action.
Represents an action that can be performed.
AbstractPlugin() - Constructor for class de.hunsicker.jalopy.plugin.AbstractPlugin
Creates a new AbstractPlugin object.
AbstractPlugin(SwingAppender) - Constructor for class de.hunsicker.jalopy.plugin.AbstractPlugin
Creates a new AbstractPlugin object.
AbstractSettingsPage - class de.hunsicker.jalopy.swing.AbstractSettingsPage.
Skeleton implementation of a settings page.
AbstractSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.AbstractSettingsPage
Creates a new AbstractSettingsPage.
accept(File, String) - Method in class de.hunsicker.io.Filters
Tests if a specified file should be included in a file list.
accept(File, String) - Method in class de.hunsicker.io.ExtensionFilter
Tests if a specified file should be included in a file list.
add(AbstractButton) - Method in class de.hunsicker.swing.EmptyButtonGroup
Adds the given button to the group.
add(File, String, long) - Method in class de.hunsicker.jalopy.storage.History
Adds the given file to the history.
add(String, byte) - Method in class de.hunsicker.jalopy.swing.syntax.KeywordMap
Adds a key-value mapping.
addASTChild(ASTPair, AST) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Add the given node as a child to the given root.
addCached(Class, Object) - Method in class de.hunsicker.jalopy.language.CompositeFactory
 
addChild(AST) - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Adds a node to the end of the child list for this node.
addFilter(FilenameFilter) - Method in class de.hunsicker.io.Filters
Adds the given filter to the filter list.
addFilter(FilenameFilter) - Method in class de.hunsicker.io.DirectoryScanner
Adds the given file filter.
addIssue(AST, String, Object[]) - Method in class de.hunsicker.jalopy.language.CodeInspector
Adds the given rule message for the given node.
addNotify() - Method in class de.hunsicker.jalopy.swing.ImportsSettingsPage
DOCUMENT ME!
addProject(Project) - Static method in class de.hunsicker.jalopy.storage.Convention
Adds a new project.
addSupport(JTextComponent) - Method in class de.hunsicker.swing.util.PopupSupport
Adds a default popup menu for the given component.
addToken(int, byte) - Method in class de.hunsicker.jalopy.swing.syntax.TokenMarker
Adds a token to the token list.
ADLER32 - Static variable in class de.hunsicker.jalopy.storage.History.Method
Use Adler32 checksum.
advanceToFirstNonParen(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Advance to the first non-LPAREN node for the rare case where both operands are enclosed by several parenthesis groups, e.g.
afterEnd() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Called on the event dispatching thread after an action was performed.
ALIGN_METHOD_CALL_CHAINS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of indiviual method call chains? (boolean)
ALIGN_METHOD_CALL_CHAINS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
ALIGN_PARAMS_METHOD_DEF - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Specifies whether method declaration parameters should be aligned (boolean).
ALIGN_PARAMS_METHOD_DEF - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALIGN_TERNARY_EXPRESSION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping after the first ternary operand? (boolean)
ALIGN_TERNARY_EXPRESSION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALIGN_TERNARY_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Align the indiviual parts of the ternary operator? (boolean)
ALIGN_TERNARY_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
ALIGN_TERNARY_VALUES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping after the second ternary operand? (boolean)
ALIGN_TERNARY_VALUES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALIGN_VAR_ASSIGNS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Specifies whether variable assignments should be aligned (boolean).
ALIGN_VAR_ASSIGNS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALIGN_VAR_IDENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Specifies whether variable identifiers should be aligned (boolean).
ALIGN_VAR_IDENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ALL - Static variable in class de.hunsicker.jalopy.storage.Loggers
Logging category for all messages.
AnnotatePrinter - class de.hunsicker.jalopy.printer.AnnotatePrinter.
An annotation line is usually ing the format of
AnnotatePrinter() - Constructor for class de.hunsicker.jalopy.printer.AnnotatePrinter
Single instance usage only
Annotation - class de.hunsicker.jalopy.language.Annotation.
A class that wraps some application specific annotation data.
ANNOTATION - Static variable in class de.hunsicker.jalopy.language.DeclarationType
Represents an ANNOTATION declaration.
ANNOTATION_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
The bit value for annotations.
Annotation(int, Object) - Constructor for class de.hunsicker.jalopy.language.Annotation
Creates a new Annotation object.
AnnotationDefPrinter - class de.hunsicker.jalopy.printer.AnnotationDefPrinter.
This class prints out an annotation group The format may be similar to
AnnotationDefPrinter() - Constructor for class de.hunsicker.jalopy.printer.AnnotationDefPrinter
Single instance
AnnotationFieldPrinter - class de.hunsicker.jalopy.printer.AnnotationFieldPrinter.
This class prints out an annotation field The field format may be similar to
AnnotationFieldPrinter() - Constructor for class de.hunsicker.jalopy.printer.AnnotationFieldPrinter
Single instance usage only
AnnotationMemberValuePairPrinter - class de.hunsicker.jalopy.printer.AnnotationMemberValuePairPrinter.
This class prints out an annotation member value pair The format may be similar to
AnnotationMemberValuePairPrinter() - Constructor for class de.hunsicker.jalopy.printer.AnnotationMemberValuePairPrinter
Single instance model
AnnotationsPrinter - class de.hunsicker.jalopy.printer.AnnotationsPrinter.
The annotation printer
AnnotationsPrinter() - Constructor for class de.hunsicker.jalopy.printer.AnnotationsPrinter
Single instance printer
ANON_ALIGN_VALUES_WHEN_EXCEEDS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of wrapping ANON values after a certain amount ? (int)
ANON_ALIGN_VALUES_WHEN_EXCEEDS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
ANON_DEF_ALIGN_VALUES_WHEN_EXCEEDS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of wrapping ANON DEF values after a certain amount ? (int)
ANON_DEF_ALIGN_VALUES_WHEN_EXCEEDS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
ANON_DEF_LCURLY_NO_NEW_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Annotation Def LCURLY statrts new line ? (boolean)
ANON_DEF_LCURLY_NO_NEW_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
ANON_LCURLY_NO_NEW_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Annotation LCURLY statrts new line ? (boolean)
ANON_LCURLY_NO_NEW_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
append(LoggingEvent) - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
Does the actual outputting.
appender - Variable in class de.hunsicker.jalopy.plugin.AbstractPlugin
Appender to write messages to.
apply(AST) - Method in interface de.hunsicker.jalopy.language.Transformation
Performs a transformation of the given tree.
ARG_ECLIPSE - Static variable in class de.hunsicker.jalopy.swing.SettingsDialog
Command line option that indicates that the settings dialog was called from within Eclipse.
ARRAY_BRACKETS_AFTER_IDENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Should the brackets for array types be printed after the type or after the identifier? (boolean)
ARRAY_BRACKETS_AFTER_IDENT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
attachAnnotation(Annotation) - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Attaches an annotation to this node.
attachAnnotations(List) - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Attaches the given annotations to the current input source.
attachAnnotations(List) - Method in interface de.hunsicker.jalopy.plugin.Editor
Attaches the given annotations to this view.
attached - Variable in class de.hunsicker.jalopy.language.antlr.ExtendedToken
True if attached to a node
attachStuff(JavaNode[]) - Method in class de.hunsicker.jalopy.language.JavaParser
Attaches the items to the correct nodes
AUTO - Static variable in class de.hunsicker.io.FileFormat
Indicates that the file format should be auto-detected.

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.ConventionKeys
Number of backup files to hold (int).
BACKUP_LEVEL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
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.
BLANK_LINES_AFTER_BLOCK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines after a block (int).
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_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_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_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines after classes (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_DECLARATION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines after declarations (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_FOOTER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines after the footer (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_HEADER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines after the header (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_IMPORT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines after the last import statement (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_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines after interfaces (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_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines after methods (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_PACKAGE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines after the package statement (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_BEFORE_BLOCK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines before a block (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_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_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_CASE_BLOCK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines before a case block (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_COMMENT_JAVADOC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines before Javadoc comments (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_MULTI_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines before multi-line 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_SINGLE_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines before single-line commenents (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_CONTROL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines before a flow control statement (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_DECLARATION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines before declarations (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_FOOTER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines before the footer (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_HEADER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines before the header (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_KEEP_UP_TO - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of blank lines to keep up to (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").
BlankLinesSettingsPage - class de.hunsicker.jalopy.swing.BlankLinesSettingsPage.
Settings page for the Jalopy printer blank lines settings.
BlankLinesSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.BlankLinesSettingsPage
Creates a new BlankLinesSettingsPage object.
BRACE_ADD_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Add comments like end if and end switch after brace blocks
BRACE_ADD_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
Add comments after closing braces
BRACE_EMPTY_CUDDLE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Cuddle empty braces? (boolean)
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_INSERT_STATEMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert an empty statement into empty braces? (boolean)
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_INSERT_DO_WHILE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert braces around single do-while statements? (boolean)
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_FOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert unneccessary braces around single for statements? (boolean)
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_IF_ELSE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert braces around single if-else statements? (boolean)
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_WHILE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert braces around single while statements? (boolean)
BRACE_INSERT_WHILE - 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? (boolean)
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_RIGHT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print newline after right braces? (boolean)
BRACE_NEWLINE_RIGHT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
BRACE_REMOVE_BLOCK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Remove unneccessary braces for blocks? (boolean)
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_DO_WHILE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Remove braces around single do-while statements? (boolean)
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_FOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Remove unneccessary braces around single for statements? (boolean)
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_IF_ELSE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Remove unneccessary braces around single if-else statements? (boolean)
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_WHILE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Remove braces around single while statements? (boolean)
BRACE_REMOVE_WHILE - 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? (boolean)
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_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? (boolean)
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").
BracesSettingsPage - class de.hunsicker.jalopy.swing.BracesSettingsPage.
Settings page for the Jalopy printer general brace settings.
BracesSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.BracesSettingsPage
Creates a new BracesSettingsPage.
bundle - Variable in class de.hunsicker.jalopy.swing.AbstractSettingsPage
ResourceBundle that provides the localized string resources for the graphical components.
button - Variable in class de.hunsicker.swing.StringButtonPanel
DOCUMENT ME!

C

call() - Method in class de.hunsicker.util.concurrent.TimedCallable
DOCUMENT ME!
call() - Method in interface de.hunsicker.util.concurrent.Callable
Perform some action that returns a result or throws an exception.
Callable - interface de.hunsicker.util.concurrent.Callable.
Interface for runnable actions that bear results and/or throw Exceptions.
cause - Variable in class de.hunsicker.util.ChainingRuntimeException
Causing throwable.
ChainingRuntimeException - exception de.hunsicker.util.ChainingRuntimeException.
Resembles the JDK 1.4 exception chaining facility.
ChainingRuntimeException() - Constructor for class de.hunsicker.util.ChainingRuntimeException
Creates a new ChainingRuntimeException object.
ChainingRuntimeException(String) - Constructor for class de.hunsicker.util.ChainingRuntimeException
Creates a new ChainingRuntimeException object.
ChainingRuntimeException(String, Throwable) - Constructor for class de.hunsicker.util.ChainingRuntimeException
Creates a new ChainingRuntimeException object.
ChainingRuntimeException(Throwable) - Constructor for class de.hunsicker.util.ChainingRuntimeException
Creates a new ChainingRuntimeException object.
changedUpdate(DocumentEvent) - Method in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument.DocumentHandler
 
changePressed() - Method in class de.hunsicker.swing.StringButtonPanel
Called when the users presses the change button.
changePressed() - Method in class de.hunsicker.swing.DirectoryPanel
Change pressed
checkCompatibility(String) - Static method in class de.hunsicker.jalopy.Jalopy
Checks whether the specification version of the given Plug-in is compatible with the Jalopy Plug-in API spec version.
checkEntryConditions() - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
CHUNKS_BY_BLANK_LINES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Enable chunk detection by blank lines? (boolean)
CHUNKS_BY_BLANK_LINES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
CHUNKS_BY_COMMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Enable chunk detection by comments? (boolean)
CHUNKS_BY_COMMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
CLASS - Static variable in class de.hunsicker.jalopy.language.DeclarationType
Represents a class declaration.
CLASS_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
The bit value for classes.
CLASS_NAME - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
The class name variable
CLASS_REPOSITORY_DIRECTORY - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Directory to store class repository files (String).
ClassRepository - class de.hunsicker.jalopy.language.ClassRepository.
Stores type names for Java packages.
ClassRepositoryEntry - class de.hunsicker.jalopy.language.ClassRepositoryEntry.
Represents a repository entry for a given Java library.
ClassRepositoryEntry.Info - class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info.
Provides information about a repository entry.
ClassRepositoryEntry.Info(File) - Constructor for class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
Creates a new Info object.
ClassRepositoryEntry(ClassRepositoryEntry.Info, Set) - Constructor for class de.hunsicker.jalopy.language.ClassRepositoryEntry
Creates a new ClassRepositoryEntry object.
ClassRepositoryEntry(File, long, Set) - Constructor for class de.hunsicker.jalopy.language.ClassRepositoryEntry
Creates a new ClassRepositoryEntry object.
cleanupBackupDirectory() - Method in class de.hunsicker.jalopy.Jalopy
Cleans up the backup directory.
clear() - Method in class de.hunsicker.jalopy.language.CompositeFactory
Clears all objects that were created in the factories
clear() - Method in class de.hunsicker.jalopy.language.antlr.Node
Method to prevent references from sticking around
clear() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Method to prevent references from sticking around
clear() - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
 
clear() - Method in interface de.hunsicker.jalopy.plugin.SwingAppender
Clears all messages currently being displayed.
clear() - Method in class de.hunsicker.jalopy.storage.History
Clears the history.
clear() - Method in class de.hunsicker.util.concurrent.FutureResult
Clear the value and exception and set to not-ready, allowing this FutureResult to be reused.
clearCache() - Method in class de.hunsicker.jalopy.swing.SettingsContainer
Clears the panel cache.
close() - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
close() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Closes the stream, flushing it first.
CodeInspector - class de.hunsicker.jalopy.language.CodeInspector.
Inspects a Java parse tree for convention violations and possible code weaknesses.
CodeInspector(Map) - Constructor for class de.hunsicker.jalopy.language.CodeInspector
Creates a new CodeInspector object.
CodeInspectorSettingsPage - class de.hunsicker.jalopy.swing.CodeInspectorSettingsPage.
Settings page for the Jalopy Code Inspector general settings.
CodeInspectorSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.CodeInspectorSettingsPage
Creates a new CodeInspectorSettingsPage object.
COLLAPSE - Static variable in class de.hunsicker.jalopy.storage.ImportPolicy
Collapse single-type import statements.
colors - Variable in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument
The colors
column - Variable in class de.hunsicker.jalopy.language.Position
 
column - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Current column position.
ComboBoxPanelCheckBox - class de.hunsicker.jalopy.swing.ComboBoxPanelCheckBox.
A component that combines a check box and a combo box panel.
ComboBoxPanelCheckBox(String, boolean, String, Object[], Object) - Constructor for class de.hunsicker.jalopy.swing.ComboBoxPanelCheckBox
Creates a new ComboBoxPanelCheckBox.
ComboBoxPanelCheckBox(String, String, Object[]) - Constructor for class de.hunsicker.jalopy.swing.ComboBoxPanelCheckBox
Creates a new ComboBoxPanelCheckBox.
COMMENT - Static variable in class de.hunsicker.jalopy.storage.History.Policy
Insert a single line comment header at the top of every formatted file.
COMMENT_FORMAT_MULTI_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Format multi-line comments? (boolean)
COMMENT_FORMAT_MULTI_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_INSERT_SEPARATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert separator comments between the different tree portions ( class/interface/variable/method/constructor/initialiation declarations)? (boolean)
COMMENT_INSERT_SEPARATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_INSERT_SEPARATOR_RECURSIVE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert separator comments between the different tree portions of inner classes/interfaces (a.k.a recursively)? (boolean)
COMMENT_INSERT_SEPARATOR_RECURSIVE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_CHECK_TAGS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Check Javadoc standard tags? (boolean)
COMMENT_JAVADOC_CHECK_TAGS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_CHECK_TAGS_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Should Javadoc &064;throws tags be checked or not? (boolean)
COMMENT_JAVADOC_CHECK_TAGS_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_CLASS_MASK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert missing Javadoc comment for classes/interfaces? (int)
COMMENT_JAVADOC_CLASS_MASK - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
COMMENT_JAVADOC_CTOR_MASK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert missing Javadoc comment for constructors? (int)
COMMENT_JAVADOC_CTOR_MASK - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
COMMENT_JAVADOC_FIELDS_SHORT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print Javadoc comments for fields in one line if possible? (boolean)
COMMENT_JAVADOC_FIELDS_SHORT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
COMMENT_JAVADOC_INNER_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert missing Javadoc comments for inner classes too? (boolean)
COMMENT_JAVADOC_INNER_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_METHOD_MASK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert missing Javadoc comment for methods? (int)
COMMENT_JAVADOC_METHOD_MASK - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
COMMENT_JAVADOC_PARSE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Parse Javadoc comments or add AS IS? (boolean)
COMMENT_JAVADOC_PARSE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_REMOVE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Remove Javadoc comments? (boolean)
COMMENT_JAVADOC_REMOVE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_TAGS_INLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Custom Javadoc in-line tags definitions (String).
COMMENT_JAVADOC_TAGS_INLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
COMMENT_JAVADOC_TAGS_STANDARD - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Custom Javadoc standard tags definitions (String).
COMMENT_JAVADOC_TAGS_STANDARD - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
COMMENT_JAVADOC_TEMPLATE_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for classes (String).
COMMENT_JAVADOC_TEMPLATE_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""/**| * DOCUMENT ME!| *| * @author $author$| * @version $Revision$| */"").
COMMENT_JAVADOC_TEMPLATE_CTOR_BOTTOM - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for constructors, bottom part (String).
COMMENT_JAVADOC_TEMPLATE_CTOR_BOTTOM - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("" */"").
COMMENT_JAVADOC_TEMPLATE_CTOR_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for constructors, exceptions part (String).
COMMENT_JAVADOC_TEMPLATE_CTOR_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("" * @throws $exceptionType$ DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_CTOR_PARAM - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for constructors, parameters part (String).
COMMENT_JAVADOC_TEMPLATE_CTOR_PARAM - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("" * @param $paramType$ DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_CTOR_TOP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for constructors, top part (String).
COMMENT_JAVADOC_TEMPLATE_CTOR_TOP - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""/**| * Creates a new $objectType$ object."").
COMMENT_JAVADOC_TEMPLATE_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for interfaces (String).
COMMENT_JAVADOC_TEMPLATE_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""/**| * DOCUMENT ME!| *| * @author $author$| * @version $Revision$| */"").
COMMENT_JAVADOC_TEMPLATE_METHOD_BOTTOM - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for methods, bottom part (String).
COMMENT_JAVADOC_TEMPLATE_METHOD_BOTTOM - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("" */"").
COMMENT_JAVADOC_TEMPLATE_METHOD_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for methods, exceptions part (String).
COMMENT_JAVADOC_TEMPLATE_METHOD_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("" * @throws $exceptionType$ DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_METHOD_PARAM - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for methods, parameter part (String).
COMMENT_JAVADOC_TEMPLATE_METHOD_PARAM - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("" * @param $paramType$ DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_METHOD_RETURN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for methods, return part (String).
COMMENT_JAVADOC_TEMPLATE_METHOD_RETURN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("" * @return DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_METHOD_SEPARATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("" *"").
COMMENT_JAVADOC_TEMPLATE_METHOD_TOP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for methods, top part (String).
COMMENT_JAVADOC_TEMPLATE_METHOD_TOP - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""/**| * DOCUMENT ME!"").
COMMENT_JAVADOC_TEMPLATE_VARIABLE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Javadoc template for variables (String).
COMMENT_JAVADOC_TEMPLATE_VARIABLE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""/**| * DOCUMENT ME!| */"").
COMMENT_JAVADOC_TRANSFORM - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Transform non-Javadoc comments to Javadoc comments? (boolean)
COMMENT_JAVADOC_TRANSFORM - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_JAVADOC_VARIABLE_MASK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert missing Javadoc comment for variables? (int)
COMMENT_JAVADOC_VARIABLE_MASK - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
COMMENT_REMOVE_MULTI_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Remove multi-line comments? (boolean)
COMMENT_REMOVE_MULTI_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT_REMOVE_SINGLE_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Remove single-line comments? (boolean)
COMMENT_REMOVE_SINGLE_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
COMMENT1 - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Comment 1 token id.
COMMENT2 - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Comment 2 token id.
COMMENT3 - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Comment 2 token id.
CommentsSettingsPage - class de.hunsicker.jalopy.swing.CommentsSettingsPage.
Settings page for the Jalopy printer comment settings.
CommentsSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.CommentsSettingsPage
Creates a new CommentsSettingsPage object.
compareTo(Object) - Method in class de.hunsicker.jalopy.language.ModifierType
Compares this object with the specified object for order.
compareTo(Object) - Method in class de.hunsicker.jalopy.language.MethodType
Compares this object with the specified object for order.
compareTo(Object) - Method in class de.hunsicker.jalopy.language.DeclarationType
Compares this object with the specified object for order.
compareTo(Object) - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
Compares this object with the specified object for order.
compareTo(Object) - Method in class de.hunsicker.jalopy.language.antlr.Node
Compares this object with the specified object for order.
compareTo(Object) - Method in class de.hunsicker.jalopy.storage.Convention.Key
CompositeFactory - class de.hunsicker.jalopy.language.CompositeFactory.
This class creates instances of all the Factories used to generate JavaNodes, Nodes, & Extended Tokens.
CompositeFactory.ExtendedTokenFactory - class de.hunsicker.jalopy.language.CompositeFactory.ExtendedTokenFactory.
 
CompositeFactory() - Constructor for class de.hunsicker.jalopy.language.CompositeFactory
 
compute() - Method in class de.hunsicker.util.Lcs
Computes the longest common subsequence for the two given strings.
compute(String, String) - Static method in class de.hunsicker.util.Lcs
Computes the longest common subsequence for the two given strings.
construct() - Method in class de.hunsicker.swing.util.SwingWorker
Computes the value to be returned by the SwingWorker.get() method.
contains(FilenameFilter) - Method in class de.hunsicker.io.Filters
Indicates wheter the given filter is contained in the filter list.
contains(int, int) - Method in class de.hunsicker.jalopy.language.antlr.Node
Checks whether this node contains the given position.
contains(int, int, int, int) - Method in class de.hunsicker.jalopy.language.antlr.Node
Checks whether this node contains the given position.
contains(Node) - Method in class de.hunsicker.jalopy.language.antlr.Node
Checks whether this node contains the given node.
containsUppercase(String) - Static method in class de.hunsicker.util.StringHelper
Returns true if the given string contains at least one uppercase letter.
continuation - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Should indenting use an added contination amount?
continuationIndentSize - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Number of spaces to use for continuation indentation.
Convention - class de.hunsicker.jalopy.storage.Convention.
Represents a code convention: the settings that describe the desired coding style for Java source files.
CONVENTION - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "convention".
CONVENTION_DESCRIPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Description of the code convention (String).
CONVENTION_DESCRIPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Sun Java Coding Convention"").
CONVENTION_NAME - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Name of the code convention (String).
CONVENTION_NAME - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Sun"").
Convention.Key - class de.hunsicker.jalopy.storage.Convention.Key.
A key for storing a value in a code convention.
ConventionDefaults - class de.hunsicker.jalopy.storage.ConventionDefaults.
Holds the default code convention values (Sun Java Coding Style).
ConventionKeys - class de.hunsicker.jalopy.storage.ConventionKeys.
Provides the valid keys for accessing the values in a code convention.
Copy - class de.hunsicker.io.Copy.
Helper routines for copying files or directories.
copy() - Method in class de.hunsicker.jalopy.storage.Environment
Returns a copy of this object.
COUNTRY - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Uppercase two-letter ISO-3166 code (String).
COUNTRY - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""US"").
CRC32 - Static variable in class de.hunsicker.jalopy.storage.History.Method
Use CRC32 checksum.
create() - Method in class de.hunsicker.jalopy.language.NodeFactory
Creates a new empty JavaNode node.
create() - Method in class de.hunsicker.jalopy.language.CompositeFactory.ExtendedTokenFactory
 
create(AST) - Method in class de.hunsicker.jalopy.language.NodeFactory
Creates a new empty Node node.
create(AST) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Creates a new JavaNode node.
create(AST, NodeWriter) - Static method in class de.hunsicker.jalopy.printer.PrinterFactory
Returns a printer instance for the given node.
create(Element) - Method in class de.hunsicker.jalopy.swing.syntax.SyntaxEditorKit
Creates a view from an element that can be used for painting that element.
create(File, File) - Static method in class de.hunsicker.io.FileBackup
Returns the new backup file for the given file.
create(File, File, int) - Static method in class de.hunsicker.io.FileBackup
Returns the name of the new backup file for the given file..
create(File, File, int, String, int) - Static method in class de.hunsicker.io.FileBackup
Returns the new backup file for the given file.
create(int) - Method in class de.hunsicker.jalopy.language.NodeFactory
Creates a new empty Node node.
create(int) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Creates a new JavaNode node.
create(int, int, int, int) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
 
create(int, String) - Method in class de.hunsicker.jalopy.language.NodeFactory
Creates a new empty Node node.
create(int, String) - Method in class de.hunsicker.jalopy.language.CompositeFactory.ExtendedTokenFactory
 
create(int, String) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Creates a new JavaNode node.
create(String, String, File, int) - Static method in class de.hunsicker.io.FileBackup
Creates and returns the new backup file for the given content.
create(Token) - Method in class de.hunsicker.jalopy.language.NodeFactory
Creates a new empty Node node.
create(Token) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Creates a new JavaNode node.
create(Window) - Static method in class de.hunsicker.jalopy.swing.SettingsDialog
Creates a new SettingsDialog object.
create(Window, boolean, Throwable) - Static method in class de.hunsicker.swing.ErrorDialog
Creates a new error dialog.
create(Window, String) - Static method in class de.hunsicker.jalopy.swing.SettingsDialog
Creates a new SettingsDialog object.
create(Window, String, boolean, Throwable) - Static method in class de.hunsicker.swing.ErrorDialog
Creates a new error dialog.
create(Window, Throwable) - Static method in class de.hunsicker.swing.ErrorDialog
Creates a new, modal error dialog.
createButton(String) - Static method in class de.hunsicker.swing.util.SwingHelper
Creates a new button with the given text.
createButton(String, boolean) - Static method in class de.hunsicker.swing.util.SwingHelper
Creates a new button with the given text.
createDefaultDocument() - Method in class de.hunsicker.jalopy.swing.syntax.SyntaxEditorKit
Creates a new instance of the default document for this editor kit.
createEntry(ClassRepositoryEntry.Info) - Static method in class de.hunsicker.jalopy.language.ClassRepository
Creates a repository entry for the given repository info.
createItemList(int[]) - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Creates a list with the string values of the given integer values.
createNodes() - Method in class de.hunsicker.jalopy.swing.SettingsContainer
Creates the different nodes to choose the settings pages.
createProgressMonitor() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Creates a monitor to be used for long-running operations.
CTOR - Static variable in class de.hunsicker.jalopy.language.DeclarationType
Represents a constructor declaration.
CTOR_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
The bit value for constructors.

D

DATE - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
The date variable you can specify a pattern following the date like $date:dd/mmmm$ as long as it follows the simple date format rules
de.hunsicker.io - package de.hunsicker.io
Contains I/O related stuff.
de.hunsicker.jalopy - package de.hunsicker.jalopy
Contains the main classes to directly interact with the Jalopy formatting engine.
de.hunsicker.jalopy.language - package de.hunsicker.jalopy.language
Contains all classes related to the task of language recognition and processing.
de.hunsicker.jalopy.language.antlr - package de.hunsicker.jalopy.language.antlr
 
de.hunsicker.jalopy.plugin - package de.hunsicker.jalopy.plugin
Supplies the Plug-in hook for the integration with other Java applications.
de.hunsicker.jalopy.prefs - package de.hunsicker.jalopy.prefs
 
de.hunsicker.jalopy.printer - package de.hunsicker.jalopy.printer
Provides classes and interfaces for handling the AST output.
de.hunsicker.jalopy.storage - package de.hunsicker.jalopy.storage
The Jalopy runtime and persistant state storage and configuration facility.
de.hunsicker.jalopy.swing - package de.hunsicker.jalopy.swing
Provides some building blocks to make implementing a Swing-based, graphical user interface for the Jalopy code convention settings easy.
de.hunsicker.jalopy.swing.syntax - package de.hunsicker.jalopy.swing.syntax
 
de.hunsicker.swing - package de.hunsicker.swing
Contains GUI related stuff.
de.hunsicker.swing.util - package de.hunsicker.swing.util
Contains miscellaneous utility classes.
de.hunsicker.util - package de.hunsicker.util
Contains miscellaneous utility and helper classes.
de.hunsicker.util.concurrent - package de.hunsicker.util.concurrent
Provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming.
DeclarationType - class de.hunsicker.jalopy.language.DeclarationType.
Represents a method type to distinguish between ordinary method names and those which adhere to the Java Bean naming conventions.
DEFAULT - Static variable in class de.hunsicker.io.FileFormat
Represents the platform default file format.
DefaultSyntaxDocument - class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument.
A simple implementation of SyntaxDocument.
DefaultSyntaxDocument.DocumentHandler - class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument.DocumentHandler.
An implementation of DocumentListener that inserts and deletes lines from the token marker's state.
DefaultSyntaxDocument.DocumentHandler() - Constructor for class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument.DocumentHandler
 
DefaultSyntaxDocument() - Constructor for class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument
Creates a new DefaultSyntaxDocument instance.
delete(File, boolean) - Static method in class de.hunsicker.io.IoHelper
Deletes the given file or directory.
deleteLines(int, int) - Method in class de.hunsicker.jalopy.swing.syntax.TokenMarker
Informs the token marker that line have been deleted from the document.
DELIMETER - Static variable in class de.hunsicker.jalopy.swing.AbstractSettingsPage
The Deliminator
deserialize(byte[]) - Static method in class de.hunsicker.io.IoHelper
Deserializes an object previously written using an ObjectOutputStream.
deserialize(File) - Static method in class de.hunsicker.io.IoHelper
Deserializes the object stored in the given file.
deserialize(InputStream) - Static method in class de.hunsicker.io.IoHelper
Deserializes the object stored in the given stream.
detachAnnotations() - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Detaches all annotations.
detachAnnotations() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Detaches and returns all annotations that are attached to this node.
detachAnnotations() - Method in interface de.hunsicker.jalopy.plugin.Editor
Detaches all existing annotations of this view.
directory(File, File) - Static method in class de.hunsicker.io.Copy
Copies the given directory to the new location.
DirectoryPanel - class de.hunsicker.swing.DirectoryPanel.
The directory panel
DirectoryPanel(String, String) - Constructor for class de.hunsicker.swing.DirectoryPanel
Creates a new DirectoryPanel object.
DirectoryScanner - class de.hunsicker.io.DirectoryScanner.
Class for scanning a directory for files/directories that match a certain filter.
DirectoryScanner() - Constructor for class de.hunsicker.io.DirectoryScanner
Creates a new DirectoryScanner object.
DirectoryScanner(File) - Constructor for class de.hunsicker.io.DirectoryScanner
Creates a new DirectoryScanner object.
DirectoryScanner(File, int) - Constructor for class de.hunsicker.io.DirectoryScanner
Creates a new DirectoryScanner object.
DirectoryScanner(Set) - Constructor for class de.hunsicker.io.DirectoryScanner
Creates a new DirectoryScanner object.
DirectoryScanner(Set, int) - Constructor for class de.hunsicker.io.DirectoryScanner
Creates a new DirectoryScanner object.
DirectoryScanner(String) - Constructor for class de.hunsicker.io.DirectoryScanner
Creates a new DirectoryScanner object.
DirectoryScanner(String, int) - Constructor for class de.hunsicker.io.DirectoryScanner
Creates a new DirectoryScanner object.
disable() - Static method in class de.hunsicker.jalopy.storage.Loggers
Disables logging output.
DISABLED - Static variable in class de.hunsicker.jalopy.storage.ImportPolicy
Apply no import optimization.
DISABLED - Static variable in class de.hunsicker.jalopy.storage.History.Policy
Don't use the history.
displayError(Throwable, Frame) - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Displays an error dialog.
dispose() - Method in class de.hunsicker.jalopy.swing.SettingsContainer
Releases allocated resources.
dispose() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Housekeeping method.
dispose() - Method in class de.hunsicker.jalopy.swing.JavadocSettingsPage
Frees allocated resources.
doGet() - Method in class de.hunsicker.util.concurrent.FutureResult
internal utility: either get the value or throw the exception
done() - Method in interface de.hunsicker.jalopy.plugin.SwingAppender
Notifies the appender that a run was finished.
done() - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
Notifies the appender that a run was finished.
done() - Method in interface de.hunsicker.jalopy.swing.ProgressMonitor
Notifies that the worker is done.
DONT_COMMENT_JAVADOC_WHEN_ML - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Dont insert missing Javadoc comments if multiline comment exists (boolean)
DONT_COMMENT_JAVADOC_WHEN_ML - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
DOS - Static variable in class de.hunsicker.io.FileFormat
Represents the DOS file format ("\r\n").
drawLine(int, Graphics, int, int) - Method in class de.hunsicker.jalopy.swing.syntax.SyntaxView
Paints the specified line.
dumpAppenders(Logger) - Static method in class de.hunsicker.jalopy.storage.Loggers
Prints information about all appenders for the given logger.
dup(AST) - Method in class de.hunsicker.jalopy.language.NodeFactory
Copy a single node with same Java AST objec type.
dup(AST) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Copy a single node with same Java AST objec type.
dupList(AST) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Duplicate the given tree (including all siblings of root).
dupTree(AST) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Duplicate a tree, assuming this is a root node of a tree -- duplicates that node and what's below; ignore siblings of root node.
duration - Variable in class de.hunsicker.util.concurrent.TimeoutException
The approximate time that the operation lasted before this timeout exception was thrown.

E

Editor - interface de.hunsicker.jalopy.plugin.Editor.
Represents an editor view used to display and interactively modify the contents of a Java source file.
EMPTY_JAVADOC_COMMENT - Static variable in class de.hunsicker.jalopy.language.antlr.JavadocParser
The empty Javadoc comment.
EMPTY_STRING - Static variable in class de.hunsicker.jalopy.language.NodeFactory
The empty string constant.
EmptyButtonGroup - class de.hunsicker.swing.EmptyButtonGroup.
Extends the standard button group to allow empty groups.
EmptyButtonGroup() - Constructor for class de.hunsicker.swing.EmptyButtonGroup
Creates a new EmptyButtonGroup object.
enable() - Static method in class de.hunsicker.jalopy.storage.Loggers
Enables logging output.
END - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
The token type, that along with a length of 0 marks the end of the token list.
endColumn - Variable in class de.hunsicker.jalopy.language.antlr.Node
Column number where this node ends.
endLine - Variable in class de.hunsicker.jalopy.language.antlr.Node
Line number where this node ends.
endsAfter(Node) - Method in class de.hunsicker.jalopy.language.antlr.Node
Determines whether this node starts after another one.
ensureCapacity(int) - Method in class de.hunsicker.jalopy.swing.syntax.TokenMarker
Ensures that the lineInfo array can contain the specified index.
ensureDirectoryExists(File) - Static method in class de.hunsicker.io.IoHelper
Verifies the existence of the