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 given directory and if that directory does not yet exist, tries to create it.
ENUM - Static variable in class de.hunsicker.jalopy.language.DeclarationType
Represents an ENUM declaration.
ENUM_ALIGN_VALUES_WHEN_EXCEEDS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of wrapping ENUM values after a certain amount ? (int)
ENUM_ALIGN_VALUES_WHEN_EXCEEDS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
ENUM_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
The bit value for enums.
ENUM_LCURLY_NO_NEW_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Enumeration LCURLY statrts new line ? (boolean)
ENUM_LCURLY_NO_NEW_LINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
EnumConstantPrinter - class de.hunsicker.jalopy.printer.EnumConstantPrinter.
The EnumConstant printer
EnumConstantPrinter() - Constructor for class de.hunsicker.jalopy.printer.EnumConstantPrinter
 
EnumPrinter - class de.hunsicker.jalopy.printer.EnumPrinter.
The enum printer
EnumPrinter() - Constructor for class de.hunsicker.jalopy.printer.EnumPrinter
Creates a new EnumPrinter object.
EnumSettingsPage - class de.hunsicker.jalopy.swing.EnumSettingsPage.
Settings page for the Jalopy printer comment settings.
EnumSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.EnumSettingsPage
Creates a new CommentsSettingsPage object.
environment - Variable in class de.hunsicker.jalopy.printer.NodeWriter
The envrionment to use.
Environment - class de.hunsicker.jalopy.storage.Environment.
Provides access to global and local environment variables (key/value pairs).
ENVIRONMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
String encoded environment variables (String).
ENVIRONMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("{@value}").
Environment.Variable - class de.hunsicker.jalopy.storage.Environment.Variable.
Represents a local environment variable.
EnvironmentSettingsPage - class de.hunsicker.jalopy.swing.EnvironmentSettingsPage.
Settings page for the Jalopy printer environment settings.
EnvironmentSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.EnvironmentSettingsPage
Creates a new EnvironmentSettingsPage object.
equals(Object) - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
equals(Object) - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
 
equals(Object) - Method in class de.hunsicker.jalopy.language.antlr.Node
Compares the specified object with this object for equality.
equals(Object) - Method in class de.hunsicker.jalopy.prefs.Key
Deprecated. Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class de.hunsicker.jalopy.storage.Project
DOCUMENT ME!
equals(Object) - Method in class de.hunsicker.jalopy.storage.Key
Deprecated. Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class de.hunsicker.jalopy.storage.Environment.Variable
 
equals(Object) - Method in class de.hunsicker.jalopy.storage.Convention.Key
equals(Object) - Method in class de.hunsicker.util.Version
ERROR - Static variable in class de.hunsicker.jalopy.Jalopy.State
Indicates a finished run, that failed.
error(String) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Logs the given error message.
ErrorDialog - class de.hunsicker.swing.ErrorDialog.
A simple dialog which can be used to display errors.
ErrorDialog(Dialog, String, boolean, Throwable) - Constructor for class de.hunsicker.swing.ErrorDialog
Creates a new ErrorDialog object.
ErrorDialog(Frame, String, boolean, Throwable) - Constructor for class de.hunsicker.swing.ErrorDialog
Creates a new ErrorDialog object.
exception_ - Variable in class de.hunsicker.util.concurrent.FutureResult
the exception encountered by operation producing result
executeAsynchron(Runnable) - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Executes the given runnable asynchronously on the AWT event dispatching thread.
executeSynchron(Runnable) - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Executes the given runnable synchronously on the AWT event dispatching thread.
EXPAND - Static variable in class de.hunsicker.jalopy.storage.ImportPolicy
Expand on-demand import statements.
exportSettings(File) - Method in class de.hunsicker.jalopy.storage.Convention
Exports the code convention to the given file.
exportSettings(OutputStream, String) - Method in class de.hunsicker.jalopy.storage.Convention
Emits the code convention in a format indicated by the given extension.
ExtendedToken - class de.hunsicker.jalopy.language.antlr.ExtendedToken.
An extended token.
ExtendedToken() - Constructor for class de.hunsicker.jalopy.language.antlr.ExtendedToken
Creates a new ExtentedToken object.
ExtendedToken(int, int, int, int, int) - Constructor for class de.hunsicker.jalopy.language.antlr.ExtendedToken
Creates a new ExtendedToken object.
ExtendedToken(int, String) - Constructor for class de.hunsicker.jalopy.language.antlr.ExtendedToken
Creates a new ExtentedToken object.
ExtendedToken(int, String, int, int, int, int) - Constructor for class de.hunsicker.jalopy.language.antlr.ExtendedToken
Creates a new ExtendedToken object.
ExtendedToken(String) - Constructor for class de.hunsicker.jalopy.language.antlr.ExtendedToken
Creates a new ExtentedToken object.
EXTENSION_DAT - Static variable in class de.hunsicker.jalopy.storage.Convention
The file extension for Jalopy local binary code convention files (".dat").
EXTENSION_JAL - Static variable in class de.hunsicker.jalopy.storage.Convention
The file extension for Jalopy binary code convention files (".jal").
EXTENSION_XML - Static variable in class de.hunsicker.jalopy.storage.Convention
The file extension for Jalopy XML code convention files (".xml").
ExtensionFilter - class de.hunsicker.io.ExtensionFilter.
ExtensionFilter implements a FilenameFilter driven by a file extension.
ExtensionFilter(String) - Constructor for class de.hunsicker.io.ExtensionFilter
Creates a new Extension filter object.

F

FILE - Static variable in class de.hunsicker.jalopy.storage.History.Policy
Track file modifications in a binary file stored in the Jalopy settings directory.
FILE - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "file".
FILE_FORMAT - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "fileFormat".
FILE_NAME - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "fileName".
file(File, File) - Static method in class de.hunsicker.io.Copy
Copies the given file to dest.
file(File, File, boolean) - Static method in class de.hunsicker.io.Copy
Copies the given file to dest.
file(String, String) - Static method in class de.hunsicker.io.Copy
Copies the given file to dest.
FileBackup - class de.hunsicker.io.FileBackup.
Handles backup generation for files.
FileFormat - class de.hunsicker.io.FileFormat.
Represents the file format of a platform.
Filters - class de.hunsicker.io.Filters.
Filters is used to build a filter list to apply for a search.
Filters() - Constructor for class de.hunsicker.io.Filters
Creates a new Filters object.
Filters(int) - Constructor for class de.hunsicker.io.Filters
Creates a new Filters object.
FINAL - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the final modifier.
finished() - Method in class de.hunsicker.swing.util.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the SwingWorker.construct() method has returned.
firstToken - Variable in class de.hunsicker.jalopy.swing.syntax.TokenMarker
The first token in the list.
flush() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Flushes the stream.
flush() - Method in class de.hunsicker.jalopy.storage.History
Stores the history to the backing store.
flush() - Method in class de.hunsicker.jalopy.storage.Convention
Flushes the code convention to the persistent store.
footer - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Should a footer be inserted at the end of every file?
FOOTER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert a footer? (boolean)
FOOTER - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
FOOTER_KEYS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Identify keys of the footers that are to be deleted (String).
FOOTER_SMART_MODE_LINES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of comments after the last node (a closing curly brace) that should be treated as footer comments (int).
FOOTER_TEXT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
The footer text (String).
FooterSettingsPage - class de.hunsicker.jalopy.swing.FooterSettingsPage.
Settings page for the Jalopy printer footer settings.
FooterSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.FooterSettingsPage
Creates a new FooterSettingsPage object.
FORCE_FORMATTING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Should the processing of a source file be forced although the file hasn't changed? (boolean)
FORCE_FORMATTING - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
FORMAT_ACTIVE - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Format the currently active (opened) file.
FORMAT_ALL - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Format all Java Source files of the currently active project.
FORMAT_OPEN - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Format all currently opened Java source files.
FORMAT_SELECTED - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Format the selected Java source file(s).
format() - Method in class de.hunsicker.jalopy.Jalopy
Formats the (via Jalopy.setInput(File)) specified input source and writes the formatted result to the specified target.
format(boolean) - Method in class de.hunsicker.jalopy.Jalopy
 
format(Object, String) - Method in class de.hunsicker.jalopy.storage.Environment.Variable
 
formatMLComments - Variable in class de.hunsicker.jalopy.language.antlr.JavaLexer
Should multi-line comments be formatted?
FutureResult - class de.hunsicker.util.concurrent.FutureResult.
A class maintaining a single reference variable serving as the result of an operation.
FutureResult() - Constructor for class de.hunsicker.util.concurrent.FutureResult
Create an initially unset FutureResult

G

GeneralSettingsPage - class de.hunsicker.jalopy.swing.GeneralSettingsPage.
Settings page for the general Jalopy settings.
GeneralSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.GeneralSettingsPage
Creates a new GeneralSettingsPage object.
get() - Method in class de.hunsicker.swing.util.SwingWorker
Return the value created by the SwingWorker.construct() method, waiting if necessary until it is ready.
get() - Method in class de.hunsicker.util.concurrent.FutureResult
Access the reference, waiting if necessary until it is ready.
get(Convention.Key, String) - Method in class de.hunsicker.jalopy.storage.Convention
Returns the value associated with the given key.
get(File) - Method in class de.hunsicker.jalopy.language.ClassRepository
Returns the repository info for the given location.
get(File) - Method in class de.hunsicker.jalopy.storage.History
Returns the history entry for the given file.
getActiveFile() - Method in interface de.hunsicker.jalopy.plugin.Project
Returns the currently active Java source file.
getActiveProject() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns the currently active project.
getAllFiles() - Method in interface de.hunsicker.jalopy.plugin.Project
Returns all Java source files that make up a project.
getASTFactory() - Method in interface de.hunsicker.jalopy.language.Parser
Sets the factory used to create the nodes of the parse tree.
getBackupDirectory() - Method in class de.hunsicker.jalopy.Jalopy
Returns the directory where file backups will be stored.
getBackupDirectory() - Static method in class de.hunsicker.jalopy.storage.Convention
Returns the current project's backup directory path.
getBlankLinesAfterKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getBlankLinesAfterKey() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the settings key to store the setting.
getBlankLinesBeforeKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getBlankLinesBeforeKey() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the settings key to store the setting.
getBoolean(Convention.Key, boolean) - Method in class de.hunsicker.jalopy.storage.Convention
Returns the boolean value associated with the given key.
getBundle(String) - Static method in class de.hunsicker.util.ResourceBundleFactory
Get the appropriate resource bundle for the given name.
getCached(Class) - Method in class de.hunsicker.jalopy.language.CompositeFactory
A factory calls this method to return an object that was cached
getCaretPosition() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the current location of the caret.
getCategory() - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Returns the category.
getCause() - Method in class de.hunsicker.util.ChainingRuntimeException
Returns the causing throwable.
getCheckBox() - Method in class de.hunsicker.jalopy.swing.ComboBoxPanelCheckBox
Returns the used check box.
getChecksum() - Method in class de.hunsicker.jalopy.storage.History.ChecksumCharArrayWriter
 
getClassName(String) - Static method in class de.hunsicker.util.StringHelper
Returns the name part of the given qualified java class name.
getColors() - Method in interface de.hunsicker.jalopy.swing.syntax.SyntaxDocument
Returns the color array that maps token identifiers to java.awt.Color objects.
getColors() - Method in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument
Returns the color array that maps token identifiers to java.awt.Color objects.
getColumn() - Method in class de.hunsicker.jalopy.language.Recognizer
Returns the current column of the lexer.
getColumn() - Method in class de.hunsicker.jalopy.language.Position
Returns the column information of this position.
getColumn() - Method in interface de.hunsicker.jalopy.language.Lexer
Returns the current column.
getColumn() - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
Returns the starting column of the token.
getColumn() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the column offset in the current line.
getColumn() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Returns the line column position of the last written character.
getComboBoxPanel() - Method in class de.hunsicker.jalopy.swing.ComboBoxPanelCheckBox
Returns the used combo box panel.
getComment() - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
Returns the comment that is attached to this token.
getCommentAfter() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Returns the first comment that appears after this node.
getCommentBefore() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Returns the first comment before this node.
getCompatibility() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Gets the current source compatiblity version.
getCompositeFactory() - Method in class de.hunsicker.jalopy.printer.NodeWriter
 
getContent() - Method in class de.hunsicker.jalopy.language.ClassRepository
Returns the current contents of the repository.
getConvention() - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Returns the current code convention.
getConventionKeysKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getConventionKeysKey() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the settings key to store the setting.
getData() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
Returns the current data.
getData() - Method in class de.hunsicker.jalopy.language.Annotation
Returns the application specific annotation data.
getDefaultAfter() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the default value for the BLANK_LINES_AFTER_XXX setting.
getDefaultAfter() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the default value for the BLANK_LINES_AFTER_XXX setting.
getDefaultColor() - Method in class de.hunsicker.jalopy.swing.syntax.SyntaxView
Return default foreground colour
getDefaultProject() - Static method in class de.hunsicker.jalopy.storage.Convention
Returns the default project.
getDefaultSyntaxColors() - Static method in class de.hunsicker.jalopy.swing.syntax.SyntaxUtilities
Returns the default color table.
getDeleteLabel() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the label text for the identiy panel.
getDeleteLabel() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the label text for the identiy panel.
getDescription() - Method in class de.hunsicker.jalopy.storage.Project
Returns the project description.
getDisplayName() - Method in class de.hunsicker.jalopy.language.DeclarationType
Returns the display name
getDottedName(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Builds the dotted name string representation of the object contained within the JavaNode.
getEditor() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
Returns an editor view to modify the file.
getElapsed() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns the elapsed execution time of the run.
getEncoding() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
Returns the encoding used to read and write this file.
getEndColumn() - Method in class de.hunsicker.jalopy.language.antlr.Node
Returns the column number where this node ends.
getEndColumn() - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
Returns the token's start column
getEndLine() - Method in class de.hunsicker.jalopy.language.antlr.Node
Returns the line number where this node ends.
getEndLine() - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
Returns the token's end line.
getEngine() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns a Jalopy instance.
getException() - Method in class de.hunsicker.swing.util.SwingWorker
Get the exception, or null if there isn't one (yet).
getException() - Method in class de.hunsicker.util.concurrent.FutureResult
Get the exception, or null if there isn't one (yet).
getExpected() - Method in class de.hunsicker.jalopy.VersionMismatchException
Returns the expected version.
getExtendedTokenFactory() - Method in class de.hunsicker.jalopy.language.CompositeFactory
 
getFile() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
Returns the underlying physical file.
getFile() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the file of the editor.
getFileFormat() - Method in class de.hunsicker.jalopy.language.Recognizer
Gets the file format of the parsed file as reported by the lexer
getFileFormat() - Method in interface de.hunsicker.jalopy.language.Lexer
Returns the file format of the input stream.
getFileFormat() - Method in class de.hunsicker.jalopy.language.JavadocLexer
Returns the detected file format.
getFileFormat() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Returns the detected file format.
getFileFormat() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns the file format to use for writing Java source files.
getFilename() - Method in interface de.hunsicker.jalopy.language.Parser
Returns the name of the file.
getFilename() - Method in interface de.hunsicker.jalopy.language.Lexer
Returns the name of the file.
getFilename() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
Returns the filename under which this entry is stored.
getFilename() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Returns the name of the parsed file.
getFiles() - Method in class de.hunsicker.io.DirectoryScanner
Returns an array with the found files.
getFirstChainLink(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Determines the first chain link in the given chain.
getFirstChild(AST, int) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Return the first occurrence of the child node with the given type, if any.
getFound() - Method in class de.hunsicker.jalopy.VersionMismatchException
Returns the found version.
getHeight() - Method in class de.hunsicker.jalopy.swing.SettingsDialog
Overriden to dispatch the call to the top-level container if invoked from the command line.
getHistoryFile() - Static method in class de.hunsicker.jalopy.storage.Convention
Returns the history backing store file.
getIgnoreCase() - Method in class de.hunsicker.jalopy.swing.syntax.KeywordMap
Returns true if the keyword map is set to be case insensitive, false otherwise.
getIndentLength() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Returns the length of the current indent string.
getIndentLevel() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Returns the current indent level.
getIndentSize() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Returns the number of spaces to use for indentation.
getInfo() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
Returns the entry information.
getInfo() - Method in class de.hunsicker.jalopy.language.ClassRepository
Returns the repository info (info about all registered entries).
getInfo(File) - Static method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
Returns the entry information for the given repository entry file.
getInstance() - Static method in class de.hunsicker.jalopy.language.ClassRepository
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.VariableParameterDefPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.UnknownPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.TypeParametersPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.TypeArgumentsPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.EnumPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.EnumConstantPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.AnnotationsPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.AnnotationMemberValuePairPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.AnnotationFieldPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.AnnotationDefPrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.printer.AnnotatePrinter
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.storage.History
Returns the sole instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.storage.Environment
Returns an instance of this class.
getInstance() - Static method in class de.hunsicker.jalopy.storage.Convention
Returns the sole instance of this object.
getInt(Convention.Key, int) - Method in class de.hunsicker.jalopy.storage.Convention
Returns the int value represented by the string associated with the specified key in this preference node.
getItemsAfter() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the default values for the combo box entries to choose the value for the BLANK_LINES_AFTER_XXX setting.
getItemsAfter() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the default values for the combo box entries to choose the value for the BLANK_LINES_AFTER_XXX setting.
getJavadocParser() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Returns the internal parser for Javadoc comments.
getJavaNodeFactory() - Method in class de.hunsicker.jalopy.language.CompositeFactory
 
getJavaNodeFactory() - Method in class de.hunsicker.jalopy.printer.NodeWriter
 
getKey() - Method in class de.hunsicker.jalopy.language.DeclarationType
Returns the key
getKeywords() - Static method in class de.hunsicker.jalopy.swing.syntax.JavaTokenMarker
DOCUMENT ME!
getLast() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Returns the type of the token last printed.
getLastAction() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns the action that was performed last.
getLastChild(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
DOCUMENT ME!
getLength() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the number of characters in the editor document.
getLength() - Method in class de.hunsicker.util.Lcs
Returns the longest common subsequence length.
getLexer() - Method in class de.hunsicker.jalopy.language.Recognizer
Returns the used lexer.
getLine() - Method in class de.hunsicker.jalopy.language.Recognizer
Returns the current line of the lexer.
getLine() - Method in class de.hunsicker.jalopy.language.Position
Returns the line information of this position.
getLine() - Method in interface de.hunsicker.jalopy.language.Lexer
Returns the current line.
getLine() - Method in class de.hunsicker.jalopy.language.Annotation
Returns the (1-based) line number where this annotation belongs.
getLine() - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
Returns the starting line of the token.
getLine() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the current line number.
getLine() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Returns the current line number.
getLineSeparator() - Method in class de.hunsicker.io.FileFormat
Returns the characteristic line separator of the file format.
getLineSeparator() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Returns the current line separator.
getLocale() - Method in class de.hunsicker.jalopy.storage.Convention
Returns the preferred locale.
getLocale() - Static method in class de.hunsicker.util.ResourceBundleFactory
Returns the current locale of the factory.
getLocation() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
Returns the original location of the entry's data.
getLocation() - Method in class de.hunsicker.jalopy.swing.SettingsDialog
Overriden to dispatch the call to the top-level container if invoked from the command line.
getMainWindow() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns the main window of the application.
getMajorNumber() - Method in class de.hunsicker.util.Version
Returns the major version number.
getMaximum() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Returns the indicators's maximum value.
getMaxLevels() - Method in class de.hunsicker.io.DirectoryScanner
Returns the directory depth (the number of levels) to search.
getMicroNumber() - Method in class de.hunsicker.util.Version
Returns the micro version number.
getMinimum() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Returns the indicators's minimum value.
getMinorNumber() - Method in class de.hunsicker.util.Version
Returns the minor version number.
getModification() - Method in class de.hunsicker.jalopy.storage.History.Entry
Returns the last modification value (could be timestamp or crc).
getName() - Method in class de.hunsicker.io.FileFormat
Returns the descriptive name of the file format.
getName() - Method in class de.hunsicker.jalopy.language.ModifierType
Returns the name of this type.
getName() - Method in class de.hunsicker.jalopy.language.DeclarationType
Returns the name of this type.
getName() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
Returns the name of the file.
getName() - Method in class de.hunsicker.jalopy.storage.Project
Returns the project name.
getName() - Method in class de.hunsicker.jalopy.storage.ImportPolicy
Returns the unique name of this policy.
getName() - Method in class de.hunsicker.jalopy.storage.History.Method
Returns the name of this method.
getName() - Method in class de.hunsicker.jalopy.storage.History.Policy
Returns the name of this policy.
getName() - Method in class de.hunsicker.jalopy.storage.Environment.Variable
Returns the name of the variable.
getName() - Method in class de.hunsicker.util.Version
Returns the version name.
getNodeFactory() - Method in class de.hunsicker.jalopy.language.CompositeFactory
 
getOpenedFiles() - Method in interface de.hunsicker.jalopy.plugin.Project
Returns the Java source files that are currently opened (i.e.
getOrder() - Static method in class de.hunsicker.jalopy.language.ModifierType
Returns a string representation of the current sort order.
getOrder() - Static method in class de.hunsicker.jalopy.language.MethodType
Returns a string representation of the current sort order.
getOrder() - Static method in class de.hunsicker.jalopy.language.DeclarationType
Returns a string representation of the current sort order.
getOrderSize() - Static method in class de.hunsicker.jalopy.language.DeclarationType
 
getOwnerFrame(Component) - Static method in class de.hunsicker.swing.util.SwingHelper
Returns the frame that contains the given component.
getPackageName() - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Returns the package name of the parsed source file.
getPackageName() - Method in class de.hunsicker.jalopy.language.JavaParser
Returns the package name of the parsed source file.
getPackageName() - Method in class de.hunsicker.jalopy.storage.History.Entry
Returns the package name of the entry.
getPackageName(String) - Static method in class de.hunsicker.util.StringHelper
Returns the package name of the given Java class name.
getParent() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Returns the parent node of this node.
getParser() - Method in class de.hunsicker.jalopy.language.Recognizer
Returns the used parser.
getParser() - Method in interface de.hunsicker.jalopy.language.Lexer
Returns the corresponding parser for this lexer.
getParser() - Method in class de.hunsicker.jalopy.language.JavadocLexer
 
getParser() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Returns the corresponding parser for this lexer.
getParseTree() - Method in class de.hunsicker.jalopy.language.Recognizer
Returns the root node of the generated parse tree.
getParseTree() - Method in interface de.hunsicker.jalopy.language.Parser
Returns the root node of the generated parse tree.
getParseTree() - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Returns the root node of the generated parse tree.
getParseTree() - Method in class de.hunsicker.jalopy.language.JavaParser
Returns the root node of the generated parse tree.
getParseTree() - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
 
getPercentage() - Method in class de.hunsicker.util.Lcs
Returns the similarity of the strings in percent.
getPolicy() - Method in class de.hunsicker.io.Filters
Returns the policy currently being used.
getPopup(JTextComponent) - Method in class de.hunsicker.swing.util.PopupSupport
Returns the popup menu for the given component.
getPosition() - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Returns the tracked position information.
getPosition() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Gets the tracked position.
getPreviewFileName() - Method in class de.hunsicker.jalopy.swing.WrappingSettingsPage
Returns the file name of the preview file to use for this page. Normally the file name is equivalent to the category name, but pages that use tabbed panes may want to override this method to provide different files for their different panes.
getPreviewFileName() - Method in class de.hunsicker.jalopy.swing.SortingSettingsPage
Returns the file name of the preview file to use for this page. Normally the file name is equivalent to the category name, but pages that use tabbed panes may want to override this method to provide different files for their different panes.
getPreviewFileName() - Method in class de.hunsicker.jalopy.swing.IndentationSettingsPage
Returns the file name of the preview file to use for this page. Normally the file name is equivalent to the category name, but pages that use tabbed panes may want to override this method to provide different files for their different panes.
getPreviewFileName() - Method in class de.hunsicker.jalopy.swing.BracesSettingsPage
Returns the file name of the preview file to use for this page. Normally the file name is equivalent to the category name, but pages that use tabbed panes may want to override this method to provide different files for their different panes.
getPreviewFileName() - Method in class de.hunsicker.jalopy.swing.BlankLinesSettingsPage
Returns the file name of the preview file to use for this page. Normally the file name is equivalent to the category name, but pages that use tabbed panes may want to override this method to provide different files for their different panes.
getPreviewFileName() - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Returns the file name of the preview file to use for this page.
getPreviousSibling() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Returns the previous sibling of this node.
getProfileTimes() - Method in class de.hunsicker.jalopy.Jalopy
Returns a string with the elapsed times for the different profiling categories.
getProgress() - Method in interface de.hunsicker.jalopy.swing.ProgressMonitor
Returns the amount of work units done.
getProject() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
Returns the project this file is attached to.
getProjectSettingsDirectory() - Static method in class de.hunsicker.jalopy.storage.Convention
Returns the current project settings directory.
getQualifiedIdents() - Method in class de.hunsicker.jalopy.language.JavaParser
Returns all qualified Java identifiers referenced in the file.
getRecognizer() - Method in class de.hunsicker.jalopy.Jalopy
Returns the used Java recognizer.
getRepositoryDirectory() - Static method in class de.hunsicker.jalopy.storage.Convention
Returns the current project's class repository directory.
getRoot() - Method in class de.hunsicker.jalopy.language.JavaRecognizer
DOCUMENT ME!
getSegmentMapKey(Segment, int, int) - Method in class de.hunsicker.jalopy.swing.syntax.KeywordMap
DOCUMENT ME!
getSelectedFiles() - Method in interface de.hunsicker.jalopy.plugin.Project
Returns the Java source files that are currently selected.
getSelectedText() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the selected text contained in this editor.
getSelection() - Method in class de.hunsicker.swing.EmptyButtonGroup
Returns the selected button model.
getSelectionEnd() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the selected text's end position.
getSelectionStart() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the selected text's start position.
getSettingsDirectory() - Static method in class de.hunsicker.jalopy.storage.Convention
Returns the base settings directory.
getSettingsFile() - Static method in class de.hunsicker.jalopy.storage.Convention
Returns the local code convention file.
getSize() - Method in class de.hunsicker.jalopy.language.ClassRepository
Returns the current size of the repository.
getSizeCommentsAfter() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Returns the number of comments that appear after this node.
getSizeCommentsBefore() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Returns the number of comments that appear before this node.
getSmartModeKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getSmartModeKey() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the settings key to store the setting.
getSort() - Method in class de.hunsicker.jalopy.language.ModifierType
 
getStartColumn() - Method in class de.hunsicker.jalopy.language.Recognizer
 
getStartColumn() - Method in class de.hunsicker.jalopy.language.antlr.Node
Returns the column number where this node starts.
getStartLine() - Method in class de.hunsicker.jalopy.language.Recognizer
 
getStartLine() - Method in class de.hunsicker.jalopy.language.antlr.Node
Returns the line number where this node starts.
getState() - Method in class de.hunsicker.jalopy.Jalopy
Returns the current state info.
getState() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns the state info of Plug-in.
getStatusBar() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns the active status bar.
getString() - Method in class de.hunsicker.util.Lcs
Returns the longest common subsequence.
getString(int) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Returns a string of the given length.
getStringMapKey(String) - Method in class de.hunsicker.jalopy.swing.syntax.KeywordMap
DOCUMENT ME!
getTableHeight(JTable) - Static method in class de.hunsicker.swing.util.SwingHelper
Returns the visual height of the given table.
getTabSize() - Method in class de.hunsicker.jalopy.language.JavadocLexer
Returns the current tab size.
GETTER - Static variable in class de.hunsicker.jalopy.language.MethodType
Represents a Java Bean accessor.
getText() - Method in class de.hunsicker.jalopy.language.antlr.Node
Get the token text for this node
getText() - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
Returns the text of the token.
getText() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the text contained in this editor.
getTextComponent() - Method in class de.hunsicker.swing.StringButtonPanel
Returns the text field to display edit the value.
getTextKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getTextKey() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the settings key to store the setting.
getThreadFactory() - Method in class de.hunsicker.util.concurrent.ThreadFactoryUser
Get the factory for creating new threads.
getTimeout() - Method in class de.hunsicker.swing.util.SwingWorker
Returns timeout period in milliseconds.
getTitle() - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Returns the title of this page.
getTokenMarker() - Method in interface de.hunsicker.jalopy.swing.syntax.SyntaxDocument
Returns the token marker that is to be used to split lines of this document up into tokens.
getTokenMarker() - Method in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument
Returns the token marker that is to be used to split lines of this document up into tokens.
getTokenNames() - Method in interface de.hunsicker.jalopy.language.Parser
Returns the token names of the parser.
getType() - Method in class de.hunsicker.jalopy.language.antlr.Node
Get the token type for this node
getUnqualifiedIdents() - Method in class de.hunsicker.jalopy.language.JavaParser
Returns all unqualified Java identifiers referenced in the file.
getUseKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getUseKey() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the settings key to store the setting.
getUseLabel() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the text for the use label.
getUseLabel() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the text for the use label.
getVersion() - Static method in class de.hunsicker.jalopy.Jalopy
Returns the version information.
getViewFactory() - Method in class de.hunsicker.jalopy.swing.syntax.SyntaxEditorKit
Returns an instance of a view factory that can be used for creating views from elements.
getWidth() - Method in class de.hunsicker.jalopy.swing.SettingsDialog
Overriden to dispatch the call to the top-level container if invoked from the command line.
getX() - Method in class de.hunsicker.jalopy.swing.SettingsDialog
Overriden to dispatch the call to the top-level container if invoked from the command line.
getY() - Method in class de.hunsicker.jalopy.swing.SettingsDialog
Overriden to dispatch the call to the top-level container if invoked from the command line.

H

handleRecoverableError(RecognitionException) - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
Handler for recoverable errors.
hasAnnotations() - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Indicates whether the current tree contains annotations.
hasCommentsAfter() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Indicates whether comments appear before of this node.
hasCommentsBefore() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Indicates whether comments appear after this node.
hashCode() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
hashCode() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
hashCode() - Method in class de.hunsicker.jalopy.prefs.Key
Deprecated. Returns a hash code value for the object.
hashCode() - Method in class de.hunsicker.jalopy.storage.Project
DOCUMENT ME!
hashCode() - Method in class de.hunsicker.jalopy.storage.Key
Deprecated. Returns a hash code value for this object.
hashCode() - Method in class de.hunsicker.jalopy.storage.Environment.Variable
 
hashCode() - Method in class de.hunsicker.jalopy.storage.Convention.Key
hashCode() - Method in class de.hunsicker.util.Version
hasJavadocComment(boolean) - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Indicates whether this node has a Javadoc comment attached.
hasPosition() - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Determines whether the current tree contains a node that needs its position to be tracked.
HEADER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert a header? (boolean)
HEADER - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
HEADER_KEYS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Identify keys of the headers that are to be deleted (String).
HEADER_SMART_MODE_LINES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of comments before the first node (an opening curly brace) that should be treated as header comments (int).
HEADER_SMART_MODE_LINES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
HEADER_TEXT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
The header text (String).
HeaderSettingsPage - class de.hunsicker.jalopy.swing.HeaderSettingsPage.
Settings page for the Jalopy printer header settings.
HeaderSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.HeaderSettingsPage
Creates a new HeaderSettingsPage object.
Helper - class de.hunsicker.util.Helper.
A few asorted helper routines.
hideWaitCursor() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Hides the wait cursor.
History - class de.hunsicker.jalopy.storage.History.
History serves as a tracker for file modifications.
HISTORY_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
The method used to identify changed files.
HISTORY_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name.
HISTORY_POLICY - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
The history policy to use (String).
HISTORY_POLICY - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name.
History.ChecksumCharArrayWriter - class de.hunsicker.jalopy.storage.History.ChecksumCharArrayWriter.
A writer that calculates a checkum during the writing process.
History.ChecksumCharArrayWriter(History.Method) - Constructor for class de.hunsicker.jalopy.storage.History.ChecksumCharArrayWriter
 
History.Entry - class de.hunsicker.jalopy.storage.History.Entry.
Represents a history entry.
History.Entry(String, long) - Constructor for class de.hunsicker.jalopy.storage.History.Entry
Creates a new entry object.
History.Method - class de.hunsicker.jalopy.storage.History.Method.
Represents the method used to identify dirty files and changed files.
History.Policy - class de.hunsicker.jalopy.storage.History.Policy.
Represents a history policy.

I

id - Variable in class de.hunsicker.jalopy.swing.syntax.Token
The id of this token.
ID_COUNT - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
The total number of defined token ids.
IMPORT_GROUPING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Holds grouping info for distinct package names (String).
IMPORT_GROUPING - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""*:0|gnu:2|java:2|javax:2"").
IMPORT_GROUPING_DEPTH - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Default import grouping depth (int).
IMPORT_GROUPING_DEPTH - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("3").
IMPORT_POLICY - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Specifies the import optimization policy (String).
IMPORT_POLICY - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name.
IMPORT_SORT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort import statements? (boolean)
IMPORT_SORT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
ImportPolicy - class de.hunsicker.jalopy.storage.ImportPolicy.
Represents an import policy.
importSettings(File) - Static method in class de.hunsicker.jalopy.storage.Convention
Imports the code convention from the given file.
importSettings(InputStream, String) - Static method in class de.hunsicker.jalopy.storage.Convention
Imports the code convention from the specified input stream.
importSettings(URL) - Static method in class de.hunsicker.jalopy.storage.Convention
Imports the code convention from the specified url.
ImportsSettingsPage - class de.hunsicker.jalopy.swing.ImportsSettingsPage.
Settings page for the Jalopy printer import statement settings.
ImportsSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.ImportsSettingsPage
Creates a new ImportsSettingsPage.
increaseErrors() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Increases the error count.
increaseFiles() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Increases the file count.
increaseWarnings() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Increases the warnings count.
INDENT_CASE_FROM_SWITCH - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indent case block in switch statements? (boolean)
INDENT_CASE_FROM_SWITCH - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INDENT_CONTINUATION_BLOCK - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Should continuation indentation be used for statement blocks? (boolean).
INDENT_CONTINUATION_BLOCK - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
INDENT_CONTINUATION_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Should continuation indentation be used for operators? (boolean).
INDENT_CONTINUATION_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INDENT_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Should standard indentation be used to indent wrapped lines, or rather the deep indentation policy? (boolean).
INDENT_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INDENT_FIRST_COLUMN_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indent first column comments? (boolean)
INDENT_FIRST_COLUMN_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
INDENT_LABEL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indent labels? (boolean)
INDENT_LABEL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INDENT_NO - Static variable in class de.hunsicker.jalopy.printer.NodeWriter
Indicates that no indentation should be performed.
INDENT_SIZE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Amount of space to use for indentation (int).
INDENT_SIZE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("4").
INDENT_SIZE_BRACE_CUDDLED - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indentation before cuddled braces (int).
INDENT_SIZE_BRACE_CUDDLED - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("1").
INDENT_SIZE_BRACE_LEFT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indentation before a left curly brace (int).
INDENT_SIZE_BRACE_LEFT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("1").
INDENT_SIZE_BRACE_RIGHT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indentation before a right curly brace (int).
INDENT_SIZE_BRACE_RIGHT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
INDENT_SIZE_BRACE_RIGHT_AFTER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indentation after a right curly brace (int).
INDENT_SIZE_BRACE_RIGHT_AFTER - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("1").
INDENT_SIZE_COMMENT_ENDLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indentation before an endline comment (int).
INDENT_SIZE_COMMENT_ENDLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("1").
INDENT_SIZE_CONTINUATION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Continuation indent size (int).
INDENT_SIZE_CONTINUATION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("4").
INDENT_SIZE_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Maximal amount of spaces for wrapping should be forced (int).
INDENT_SIZE_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("55").
INDENT_SIZE_EXTENDS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indentation for extends types (int).
INDENT_SIZE_EXTENDS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("-1").
INDENT_SIZE_IMPLEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indentation for implements types (int).
INDENT_SIZE_IMPLEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("-1").
INDENT_SIZE_LEADING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indentation before every line (int).
INDENT_SIZE_LEADING - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
INDENT_SIZE_TABS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of spaces to assume for tabs (int).
INDENT_SIZE_TABS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("8").
INDENT_SIZE_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Indentation for throws types (int).
INDENT_SIZE_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("-1").
INDENT_WITH_TABS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Fill gaps with tabs? (boolean)
INDENT_WITH_TABS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INDENT_WITH_TABS_ONLY_LEADING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Use spaces for continuation after tabs? (boolean)
INDENT_WITH_TABS_ONLY_LEADING - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INDENT_YES - Static variable in class de.hunsicker.jalopy.printer.NodeWriter
Indicates that indentation should be performed.
indent() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Increases the current indent level one level.
IndentationSettingsPage - class de.hunsicker.jalopy.swing.IndentationSettingsPage.
Settings page for the Jalopy printer indentation settings.
IndentationSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.IndentationSettingsPage
Creates a new IndentationSettingsPage object.
indentSize - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Number of spaces to take for one indent.
indexOf(char, String, int) - Static method in class de.hunsicker.util.StringHelper
Returns the index within the given string of the x. occurrence of the specified character.
indexOfNonWhitespace(String) - Static method in class de.hunsicker.util.StringHelper
Returns the offset of the first non-whitespace character of the given string.
indexOfNonWhitespace(String, int) - Static method in class de.hunsicker.util.StringHelper
Returns the offset of the first non-whitespace character of the given string.
INIT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
Represents an instance initializer.
INIT_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
The bit value for instance initializers.
init(String, String) - Method in class de.hunsicker.util.Lcs
Sets the two strings to compute the longest common subsequence for and initializes the processing table.
initialize(Appender) - Static method in class de.hunsicker.jalopy.storage.Loggers
Initializes logging for the given appender.
initialize(AST) - Method in class de.hunsicker.jalopy.language.antlr.Node
Initializes this node with information from the given node.
initialize(AST) - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Initializes this node with information from the given node.
initialize(int, String) - Method in class de.hunsicker.jalopy.language.antlr.Node
Initializes this node with the given information.
initialize(Token) - Method in class de.hunsicker.jalopy.language.antlr.Node
Initializes this node with information from the given token.
INSERT_EXPRESSION_PARENTHESIS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert parenthesis around expressions to make precedence clear? (boolean)
INSERT_EXPRESSION_PARENTHESIS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
INSERT_FINAL_MODIFIER_FOR_PARAMETERS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Should the "final" modifier be added for method parameters? (boolean)
INSERT_FINAL_MODIFIER_FOR_PARAMETERS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INSERT_LOGGING_CONDITIONAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert conditional expresssion for debug logging calls? (boolean)
INSERT_LOGGING_CONDITIONAL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INSERT_SERIAL_UID - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert serial version UID for serializable classes? (boolean)
INSERT_SERIAL_UID - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INSERT_TRAILING_NEWLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a newline after the last curly brace? (boolean)
INSERT_TRAILING_NEWLINE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
insertLines(int, int) - Method in class de.hunsicker.jalopy.swing.syntax.TokenMarker
Informs the token marker that lines have been inserted into the document.
insertTrailingEmpty - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Indicates wether a trailing empty line should be inserted at the end of a file.
insertUpdate(DocumentEvent) - Method in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument.DocumentHandler
 
INSPECT_ACTIVE - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Inspect the currently active (opened) file.
INSPECT_ALL - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Inspect all Java Source files of the currently active project.
INSPECT_OPEN - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Inspect all currently opened Java source files.
INSPECT_SELECTED - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Inspect the selected Java source file(s).
inspect() - Method in class de.hunsicker.jalopy.Jalopy
Inspects the (via Jalopy.setInput(File)) specified input source for code convention violations and coding weaknesses.
inspect(AST, File) - Method in class de.hunsicker.jalopy.language.CodeInspector
Inspects the given Java parse tree for code convention violations and coding weaknesses.
inspect(JavaNode) - Method in class de.hunsicker.jalopy.Jalopy
Inspects the given Java AST for code convention violations and coding weaknesses.
INSPECTED - Static variable in class de.hunsicker.jalopy.Jalopy.State
Indicates a successful inspection phase.
INSPECTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Enable the code inspector? (boolean)
INSPECTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
INTERFACE - Static variable in class de.hunsicker.jalopy.language.DeclarationType
Represents an interface declaration.
INTERFACE_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
The bit value for interfaces.
INTERNAL_FIRST - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
The first id that can be used for internal state in a token marker.
INTERNAL_LAST - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
The last id that can be used for internal state in a token marker.
INTERNAL_VERSION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
The version number of the current code convention.
interpolate(String) - Method in class de.hunsicker.jalopy.storage.Environment
Performs variable interpolation for the given input string.
interrupt() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Interrupts the currently performed action, if any.
interrupt() - Method in class de.hunsicker.swing.util.SwingWorker
Stops the worker and sets the exception to InterruptedException.
INVALID - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Invalid token id.
IO - Static variable in class de.hunsicker.jalopy.storage.Loggers
Logging category for I/O messages.
IoHelper - class de.hunsicker.io.IoHelper.
Some I/O helper routines.
isAbstract(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Indicates whether the given modifiers node contains the abstract keyword.
isAbstractMethod(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Determines whether the given node represents an abstract method.
isAnonymousInnerClass(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Determines wether the given node represents an anonymous inner class or interface.
isBean() - Method in class de.hunsicker.jalopy.language.MethodType
Indicates whether this type represents a Java Bean method.
isBeta() - Method in class de.hunsicker.util.Version
Indicates whether this version represents a beta state.
isBlockNext(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Determines whether the given node will be followed by a block.
isCanceled() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Indicates whether the was stopped by the user.
isCanceled() - Method in interface de.hunsicker.jalopy.swing.ProgressMonitor
Indicates whether the user canceled the monitored operation.
isChained(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Determines whether the given node is part of a chain.
isClipboardEmpty() - Method in class de.hunsicker.swing.util.PopupSupport
Indicates whether the system clipboard contains text content.
isEmpty() - Method in class de.hunsicker.io.DirectoryScanner
Indicates whether the queue with the found files is empty.
isEmpty() - Method in class de.hunsicker.jalopy.language.ClassRepository
Indicates whether the repository is currently empty.
isEmptyBlock(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Determines whether the given node, which represents a block, is empty.
isFinal(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Indicates whether the given modifiers node contains the final keyword.
isFinished() - Method in class de.hunsicker.io.DirectoryScanner
Indicates whether the scan has finished or is still running.
isFinished() - Method in class de.hunsicker.jalopy.language.Recognizer
Indicates whether the recognizer is currently running.
isFormatMLComments() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Indicates whether multi-line comments should be formatted.
isFreestandingBlock(JavaNode) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Determines whether the given node represents a freestanding block.
isFriendly(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Indicates whether the given modifiers node denotes package protected (friendly) access.
isFriendly(int) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Indicates whether the given modifier denotes package protected (friendly) access.
isInnerClass(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Determines whether the given node represents an inner class or interface.
isInspect() - Method in class de.hunsicker.jalopy.Jalopy
Determines wether the code inspector is enabled during formatting runs.
isLoaded() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
 
isLocalVariable(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeHelper
Determines whether the given node represents a local variable.
isNextLineRequested() - Method in class de.hunsicker.jalopy.swing.syntax.TokenMarker
Returns true if the next line should be repainted.
isNumber(String) - Static method in class de.hunsicker.util.StringHelper
Checks whether the given string represents a number.
isOpened() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
Determines whether the file is currently opened.
isParseJavadocComments() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Indicates whether Javadoc comments will be parsed during processing.
isPositionKnown() - Method in class de.hunsicker.jalopy.language.antlr.Node
Indicates whether this node has its location information set.
isPrivate(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Indicates whether the given modifiers node contains the private keyword.
isProtected(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Indicates whether the given modifiers node contains the protected keyword.
isPublic(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Indicates whether the given modifiers node contains the public keyword.
isReadOnly() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
Determines whether the file can be changed.
isReady() - Method in class de.hunsicker.swing.util.SwingWorker
Return whether the SwingWorker.get() method is ready to return a value.
isReady() - Method in class de.hunsicker.util.concurrent.FutureResult
Return whether the reference or exception have been set.
isRefreshable() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
Determines whether this entry can be refreshed.
isRemoveJavadocComments() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Indicates whether Javadoc comments should be removed during processing.
isRemoveMLComments() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Indicates whether multi-line comments should be removed during processing.
isRemoveSLComments() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Indicates whether single-line comments should be removed during processing.
isRunning() - Method in class de.hunsicker.jalopy.language.Recognizer
Indicates whether the recognizer is currently running.
isRunning() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Determines whether the Plug-in currently processes a request.
isSelected(ButtonModel) - Method in class de.hunsicker.swing.EmptyButtonGroup
Indicates whether the given button model is selected.
isStatic(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Indicates whether the given modifiers node contains the static keyword.
isStripQualifation() - Method in class de.hunsicker.jalopy.language.JavaParser
Indicates whether the qualification stripping is enabled.
isSynchronized(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Indicates whether the given modifiers node contains the synchronized keyword.
isTextSelected(int, int) - Method in class de.hunsicker.swing.util.PopupSupport
Indicates whether a text selection exists.
isUppercase(char) - Static method in class de.hunsicker.util.StringHelper
Returns true if the given letter is uppercase.
isValid(Convention.Key) - Static method in class de.hunsicker.jalopy.storage.ConventionKeys
Determines whether the given key is valid.
iterator() - Method in class de.hunsicker.io.DirectoryScanner
Returns an iterator over the found files.

J

jalopy - Variable in class de.hunsicker.jalopy.plugin.AbstractPlugin
The main Jalopy instance.
Jalopy - class de.hunsicker.jalopy.Jalopy.
The bean-like interface to Jalopy.
Jalopy.State - class de.hunsicker.jalopy.Jalopy.State.
Represents a Jalopy run state.
Jalopy() - Constructor for class de.hunsicker.jalopy.Jalopy
Creates a new Jalopy object.
JavadocLexer - class de.hunsicker.jalopy.language.JavadocLexer.
TODO
JavadocLexer(CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.JavadocLexer
Creates a new JavadocLexer object.
JavadocLexer(InputBuffer, CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.JavadocLexer
 
JavadocLexer(LexerSharedInputState, CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.JavadocLexer
 
JavadocLexer(Reader, CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.JavadocLexer
 
JavadocParser - class de.hunsicker.jalopy.language.antlr.JavadocParser.
Parser for Javadoc comments.
JavadocParser(ParserSharedInputState) - Constructor for class de.hunsicker.jalopy.language.antlr.JavadocParser
Creates a new JavadocParser object.
JavadocParser(TokenBuffer, int, JavaNodeFactory) - Constructor for class de.hunsicker.jalopy.language.antlr.JavadocParser
Creates a new JavadocParser object.
JavadocParser(TokenBuffer, JavaNodeFactory) - Constructor for class de.hunsicker.jalopy.language.antlr.JavadocParser
Creates a new JavadocParser object.
JavadocParser(TokenStream, int, JavaNodeFactory) - Constructor for class de.hunsicker.jalopy.language.antlr.JavadocParser
Creates a new JavadocParser object.
JavadocParser(TokenStream, JavaNodeFactory) - Constructor for class de.hunsicker.jalopy.language.antlr.JavadocParser
Creates a new JavadocParser object.
JavadocSettingsPage - class de.hunsicker.jalopy.swing.JavadocSettingsPage.
Settings page for the Jalopy printer Javadoc settings.
JavadocSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.JavadocSettingsPage
Creates a new JavadocSettingsPage object.
JavaLexer - class de.hunsicker.jalopy.language.antlr.JavaLexer.
 
JavaLexer(CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.antlr.JavaLexer
Creates a new JavaLexer object.
JavaLexer(InputBuffer, CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.antlr.JavaLexer
 
JavaLexer(LexerSharedInputState, CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.antlr.JavaLexer
 
JavaLexer(Reader, CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.antlr.JavaLexer
 
JavaNode - class de.hunsicker.jalopy.language.antlr.JavaNode.
A node representing an element in a Java source file.
JavaNode() - Constructor for class de.hunsicker.jalopy.language.antlr.JavaNode
Creates a new JavaNode object.
JavaNodeFactory - class de.hunsicker.jalopy.language.antlr.JavaNodeFactory.
Central facility to create the nodes for Java parse trees.
JavaNodeFactory(CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Creates a new JavaNodeFactory object.
JavaNodeHelper - class de.hunsicker.jalopy.language.JavaNodeHelper.
Some common helpers for dealing with the nodes of a Java AST.
JavaNodeModifier - class de.hunsicker.jalopy.language.JavaNodeModifier.
Helper class which resolves the different modifiers of a MODIFIERS node.
JavaParser - class de.hunsicker.jalopy.language.JavaParser.
Java 1.5 Recognizer Run 'java Main [-showtree] directory-full-of-java-files' [The -showtree option pops up a Swing frame that shows the JavaNode constructed from the parser.] Run 'java Main ' Contributing authors: John Mitchell johnm@non.net Terence Parr parrt@magelang.com John Lilley jlilley@empathy.com Scott Stanchfield thetick@magelang.com Markus Mohnen mohnen@informatik.rwth-aachen.de Peter Williams pete.williams@sun.com Allan Jacobs Allan.Jacobs@eng.sun.com Steve Messick messick@redhills.com John Pybus john@pybus.org Version 1.00 December 9, 1997 -- initial release Version 1.01 December 10, 1997 fixed bug in octal def (0..7 not 0..8) Version 1.10 August 1998 (parrt) added tree construction fixed definition of WS,comments for mac,pc,unix newlines added unary plus Version 1.11 (Nov 20, 1998) Added "shutup" option to turn off last ambig warning.
JavaParser(ParserSharedInputState) - Constructor for class de.hunsicker.jalopy.language.JavaParser
 
JavaParser(TokenBuffer) - Constructor for class de.hunsicker.jalopy.language.JavaParser
 
JavaParser(TokenBuffer, int) - Constructor for class de.hunsicker.jalopy.language.JavaParser
 
JavaParser(TokenStream) - Constructor for class de.hunsicker.jalopy.language.JavaParser
 
JavaParser(TokenStream, int) - Constructor for class de.hunsicker.jalopy.language.JavaParser
 
JavaRecognizer - class de.hunsicker.jalopy.language.JavaRecognizer.
The Java-specific recognizer.
JavaRecognizer(CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.JavaRecognizer
Creates a new JavaRecognizer object.
JavaTokenMarker - class de.hunsicker.jalopy.swing.syntax.JavaTokenMarker.
Java token marker.
JavaTokenMarker() - Constructor for class de.hunsicker.jalopy.swing.syntax.JavaTokenMarker
Creates a new JavaTokenMarker object.
JavaTokenMarker(boolean, KeywordMap) - Constructor for class de.hunsicker.jalopy.swing.syntax.JavaTokenMarker
Creates a new JavaTokenMarker object.
JDK_1_3 - Static variable in class de.hunsicker.jalopy.language.JavaRecognizer
Indicates JDK version 1.3.
JDK_1_3 - Static variable in class de.hunsicker.jalopy.language.JavaParser
Indicates JDK version 1.3.
JDK_1_3 - Static variable in class de.hunsicker.jalopy.language.antlr.JavaLexer
Indicates JDK version 1.3.
JDK_1_4 - Static variable in class de.hunsicker.jalopy.language.JavaRecognizer
Indicates JDK version 1.4.
JDK_1_4 - Static variable in class de.hunsicker.jalopy.language.JavaParser
Indicates JDK version 1.4.
JDK_1_4 - Static variable in class de.hunsicker.jalopy.language.antlr.JavaLexer
Indicates JDK version 1.4.
JDK_1_5 - Static variable in class de.hunsicker.jalopy.language.JavaParser
Indicates JDK version 1.5.

K

Key - class de.hunsicker.jalopy.prefs.Key.
Deprecated. Replaced by Convention.Key
Key - class de.hunsicker.jalopy.storage.Key.
Deprecated. Replaced by Convention.Key. Only provided for backwards compatibility with earlier versions. Will be removed with a future release.
KEYWORD1 - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Keyword 1 token id.
KEYWORD2 - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Keyword 2 token id.
KEYWORD3 - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Keyword 3 token id.
KeywordMap - class de.hunsicker.jalopy.swing.syntax.KeywordMap.
A KeywordMap is similar to a hashtable in that it maps keys to values.
KeywordMap(boolean) - Constructor for class de.hunsicker.jalopy.swing.syntax.KeywordMap
Creates a new KeywordMap.
KeywordMap(boolean, int) - Constructor for class de.hunsicker.jalopy.swing.syntax.KeywordMap
Creates a new KeywordMap.

L

label - Variable in class de.hunsicker.swing.StringButtonPanel
DOCUMENT ME!
LABEL - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Label token id.
LANGUAGE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Lowercase two-letter ISO-639 code (String).
LANGUAGE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""en"").
last - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Holds the type of the last printed token.
lastChild - Static variable in class de.hunsicker.jalopy.printer.PrinterFactory
 
lastToken - Variable in class de.hunsicker.jalopy.swing.syntax.TokenMarker
The last token in the list.
Lcs - class de.hunsicker.util.Lcs.
Implementation of the Longest Common Subsequence algorithm.
Lcs() - Constructor for class de.hunsicker.util.Lcs
Creates a new Lcs object.
Lcs(String, String) - Constructor for class de.hunsicker.util.Lcs
Creates a new Lcs object for the two given strings.
leftBraceIndent - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Number of spaces to print before left curly braces.
leftBraceNewline - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Print left curly braces on a new line?
leftPad(String, int) - Static method in class de.hunsicker.util.StringHelper
Left pad a String with spaces.
leftPad(String, int, String) - Static method in class de.hunsicker.util.StringHelper
Left pad a String with a specified string.
length - Variable in class de.hunsicker.jalopy.swing.syntax.TokenMarker
The length of the lineInfo array.
length - Variable in class de.hunsicker.jalopy.swing.syntax.Token
The length of this token.
lexer - Variable in class de.hunsicker.jalopy.language.Recognizer
The used lexer.
Lexer - interface de.hunsicker.jalopy.language.Lexer.
Common interface for ANTLR lexers.
line - Variable in class de.hunsicker.jalopy.language.Position
 
line - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Current line number.
LINE_LENGTH - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of characters in each line(int).
LINE_LENGTH - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("80").
LINE_WRAP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Use line wrapping? (boolean)
LINE_WRAP - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
LINE_WRAP_AFTER_ASSIGN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Prefer wrapping after assignments? (boolean)
LINE_WRAP_AFTER_ASSIGN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_CHAINED_METHOD_CALL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping/alignment of chained method? (boolean)
LINE_WRAP_AFTER_CHAINED_METHOD_CALL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_LABEL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print newline after labels? (boolean)
LINE_WRAP_AFTER_LABEL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
LINE_WRAP_AFTER_LEFT_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Prefer line wrapping after the left parentheses of parameter/expression lists? (boolean)
LINE_WRAP_AFTER_LEFT_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_PARAMS_METHOD_CALL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping/alignment after parameters for method calls? (boolean)
LINE_WRAP_AFTER_PARAMS_METHOD_CALL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_PARAMS_METHOD_CALL_IF_NESTED - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping/alignment after parameters for method calls if they contain at least one other method call? (boolean)
LINE_WRAP_AFTER_PARAMS_METHOD_CALL_IF_NESTED - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_PARAMS_METHOD_DEF - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping/alignment of parameters for method/constructor declarations? (boolean)
LINE_WRAP_AFTER_PARAMS_METHOD_DEF - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_EXTENDS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of extends types for class/interface declarations? (boolean)
LINE_WRAP_AFTER_TYPES_EXTENDS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_EXTENDS_EXCEED - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of extends types for class/interface declarations? (boolean)
LINE_WRAP_AFTER_TYPES_EXTENDS_EXCEED - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_IMPLEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of implements types for class/interface declarations? (boolean)
LINE_WRAP_AFTER_TYPES_IMPLEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_IMPLEMENTS_EXCEED - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of implements types for class/interface declarations? (boolean)
LINE_WRAP_AFTER_TYPES_IMPLEMENTS_EXCEED - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping/alignment of exception types for method/ctor declarations? (boolean)
LINE_WRAP_AFTER_TYPES_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_AFTER_TYPES_THROWS_EXCEED - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force alignment of throws types for method/ctor declarations? (boolean)
LINE_WRAP_AFTER_TYPES_THROWS_EXCEED - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_ARRAY_ELEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping/alignment after given number of array elements (int).
LINE_WRAP_ARRAY_ELEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("0").
LINE_WRAP_BEFORE_ARRAY_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_EXTENDS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force line wrapping before extends? (boolean)
LINE_WRAP_BEFORE_EXTENDS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_IMPLEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force line wrapping before implements? (boolean)
LINE_WRAP_BEFORE_IMPLEMENTS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Should line wrapping be performed before or after operators? (boolean)
LINE_WRAP_BEFORE_OPERATOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_RIGHT_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert a newline before the right parentheses of parameter/epxression lists? (boolean)
LINE_WRAP_BEFORE_RIGHT_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_BEFORE_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force line wrapping before throws? (boolean)
LINE_WRAP_BEFORE_THROWS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_PARAMS_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
When wrapping parameters always do it deeply (boolean)
LINE_WRAP_PARAMS_DEEP - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_PARAMS_EXCEED - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Force wrapping/alignment of successive parameters/expression if the first parameter/expression was wrapped ? (boolean)
LINE_WRAP_PARAMS_EXCEED - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_PARAMS_HARD - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
If it is better to wrap the parameters deeply then do so (boolean)
LINE_WRAP_PARAMS_HARD - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
LINE_WRAP_PAREN_GROUPING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Wrap and indent expressions in grouping parentheses ? (boolean)
LINE_WRAP_PAREN_GROUPING - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
lineInfo - Variable in class de.hunsicker.jalopy.swing.syntax.TokenMarker
An array for storing information about lines.
lineSeparator - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Used line separator.
lineToRect(Shape, int) - Method in class de.hunsicker.jalopy.swing.syntax.SyntaxView
redefined from PlainView private method to allow for redefinition of modelToView method
LITERAL1 - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Literal 1 token id.
LITERAL2 - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Literal 2 token id.
load(File) - Method in class de.hunsicker.jalopy.language.ClassRepository
Loads the contents of the given location into memory.
loadAll(List) - Method in class de.hunsicker.jalopy.language.ClassRepository
Loads the contents of the given locations into memory.
loadClass(String, Object) - Static method in class de.hunsicker.util.Helper
Loads the class with the specified name.
loadInfo(File) - Method in class de.hunsicker.jalopy.language.ClassRepository
Loads the information from the given repository entry file.
Loggers - class de.hunsicker.jalopy.storage.Loggers.
Exposes the loggers that are used throughout the system.
lookup(Segment, int, int) - Method in class de.hunsicker.jalopy.swing.syntax.KeywordMap
Looks up a key.
lowercaseFirst(String) - Static method in class de.hunsicker.util.StringHelper
Returns the given string with the first letter converted to lower case.

M

MAC - Static variable in class de.hunsicker.io.FileFormat
Represents the Mac file format ("\r").
main(String[]) - Static method in class de.hunsicker.jalopy.storage.ConventionKeys
Called to dump the keys
main(String[]) - Static method in class de.hunsicker.jalopy.swing.SettingsDialog
Displays the settings dialog.
make(AST[]) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
Makes a tree from a list of nodes.
makeASTRoot(ASTPair, AST) - Method in class de.hunsicker.jalopy.language.antlr.JavaNodeFactory
DOCUMENT ME!
makeJavaDoc(Token, String) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
 
makeToken(int) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Creates a token of the given tpye.
makeToken(int) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Creates a token of the given tpye.
mapLength - Variable in class de.hunsicker.jalopy.swing.syntax.KeywordMap
DOCUMENT ME!
markTokens(Segment, int) - Method in class de.hunsicker.jalopy.swing.syntax.TokenMarker
A wrapper for the lower-level markTokensImpl method that is called to split a line up into tokens.
markTokensImpl(byte, Segment, int) - Method in class de.hunsicker.jalopy.swing.syntax.TokenMarker
An abstract method that splits a line up into tokens.
markTokensImpl(byte, Segment, int) - Method in class de.hunsicker.jalopy.swing.syntax.JavaTokenMarker
Marks the token
MASK - Static variable in class de.hunsicker.jalopy.language.ModifierType
 
MessagesSettingsPage - class de.hunsicker.jalopy.swing.MessagesSettingsPage.
Settings page for the Jalopy messaging settings.
MessagesSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.MessagesSettingsPage
Creates a new MessagesSettingsPage object.
METHOD - Static variable in class de.hunsicker.jalopy.language.DeclarationType
Represents a method declaration.
METHOD_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
The bit value for methods.
MethodType - class de.hunsicker.jalopy.language.MethodType.
Represents a method type to distinguish between ordinary method names and those which adhere to the Java Bean naming conventions.
MiscSettingsPage - class de.hunsicker.jalopy.swing.MiscSettingsPage.
Settings page for the miscellaneous Jalopy settings.
MiscSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.MiscSettingsPage
Creates a new MiscSettingsPage object.
mode - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Printing mode.
modelToView(int, Shape, Position.Bias) - Method in class de.hunsicker.jalopy.swing.syntax.SyntaxView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
ModifierType - class de.hunsicker.jalopy.language.ModifierType.
Represents a Java modifier.
MSG_PRIORITY_IO - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Level of the Loggers.IO (int).
MSG_PRIORITY_IO - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name.
MSG_PRIORITY_PARSER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Level of the Loggers.PARSER (int).
MSG_PRIORITY_PARSER - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name.
MSG_PRIORITY_PARSER_JAVADOC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Level of the Loggers.PARSER_JAVADOC (int).
MSG_PRIORITY_PARSER_JAVADOC - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name.
MSG_PRIORITY_PRINTER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Level of the Loggers.PRINTER (int).
MSG_PRIORITY_PRINTER - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name.
MSG_PRIORITY_PRINTER_JAVADOC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Level of the Loggers.PRINTER_JAVADOC (int).
MSG_PRIORITY_PRINTER_JAVADOC - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name.
MSG_PRIORITY_TRANSFORM - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Level of the Loggers.TRANSFORM (int).
MSG_PRIORITY_TRANSFORM - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name.
MSG_SHOW_ERROR_STACKTRACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Display stacktrace for errors? (boolean)
MSG_SHOW_ERROR_STACKTRACE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").

N

NamingSettingsPage - class de.hunsicker.jalopy.swing.NamingSettingsPage.
Settings page for the Jalopy Code Inspector naming settings.
NamingSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.NamingSettingsPage
Creates a new NamingSettingsPage object.
NATIVE - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the native modifier.
newColumn - Variable in class de.hunsicker.jalopy.language.antlr.JavaNode
 
newline - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Indicates whether we're at the beginning of a new line (column == 1).
newLine - Variable in class de.hunsicker.jalopy.language.antlr.JavaNode
 
NEWLINE_NO - Static variable in class de.hunsicker.jalopy.printer.NodeWriter
Print NO newline after a token.
NEWLINE_YES - Static variable in class de.hunsicker.jalopy.printer.NodeWriter
Print a newline after a token.
newline() - Method in class de.hunsicker.jalopy.language.JavadocLexer
Inserts a newline.
newline(boolean) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Inserts a newline.
newThread(Runnable) - Method in class de.hunsicker.util.concurrent.ThreadFactoryUser.DefaultThreadFactory
 
newThread(Runnable) - Method in interface de.hunsicker.util.concurrent.ThreadFactory
Create a new thread that will run the given command when started
next - Variable in class de.hunsicker.jalopy.swing.syntax.Token
The next token in the linked list.
nextLineRequested - Variable in class de.hunsicker.jalopy.swing.syntax.TokenMarker
True if the next line should be painted.
nextNewline - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Indicates that the line following this is a new line Used for printing commas in blocks without white space after the new line
nextTabStop(float, int) - Method in class de.hunsicker.jalopy.swing.syntax.SyntaxView
Returns the next tab stop position after a given reference position.
nlAfter - Variable in class de.hunsicker.jalopy.language.antlr.Node
 
nlAfter - Variable in class de.hunsicker.jalopy.language.antlr.ExtendedToken
 
Node - class de.hunsicker.jalopy.language.antlr.Node.
A node which stores information about its span.
Node() - Constructor for class de.hunsicker.jalopy.language.antlr.Node
Creates a new Node object.
Node(int, int, int, int) - Constructor for class de.hunsicker.jalopy.language.antlr.Node
Creates a new Node object.
Node(int, String) - Constructor for class de.hunsicker.jalopy.language.antlr.Node
Creates a new Node object.
Node(int, String, int, int, int, int) - Constructor for class de.hunsicker.jalopy.language.antlr.Node
Creates a new Node object.
Node(String) - Constructor for class de.hunsicker.jalopy.language.antlr.Node
Creates a new Node object.
Node(Token) - Constructor for class de.hunsicker.jalopy.language.antlr.Node
Creates a new Node object from the given token.
NodeFactory - class de.hunsicker.jalopy.language.NodeFactory.
Central facility to create extended nodes.
NodeFactory(CompositeFactory) - Constructor for class de.hunsicker.jalopy.language.NodeFactory
Creates a new NodeFactory object.
NodeWriter - class de.hunsicker.jalopy.printer.NodeWriter.
The writer to be used to print a Java AST.
NodeWriter(CompositeFactory) - Constructor for class de.hunsicker.jalopy.printer.NodeWriter
Creates a new NodeWriter object.
NodeWriter(Writer, CompositeFactory, String, Map, String, String) - Constructor for class de.hunsicker.jalopy.printer.NodeWriter
Creates a new NodeWriter object with the given file output format.
NULL - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Normal text token id.
NumberComboBoxPanel - class de.hunsicker.jalopy.swing.NumberComboBoxPanel.
DOCUMENT ME!
NumberComboBoxPanel(String, Object[]) - Constructor for class de.hunsicker.jalopy.swing.NumberComboBoxPanel
Creates a new NumberComboBoxPanel object.
NumberComboBoxPanel(String, Object[], Object) - Constructor for class de.hunsicker.jalopy.swing.NumberComboBoxPanel
Creates a new NumberComboBoxPanel object.
NumberComboBoxPanelCheckBox - class de.hunsicker.jalopy.swing.NumberComboBoxPanelCheckBox.
DOCUMENT ME!
NumberComboBoxPanelCheckBox(String, boolean, String, Object[], Object) - Constructor for class de.hunsicker.jalopy.swing.NumberComboBoxPanelCheckBox
Creates a new ComboBoxPanelCheckBox.
NumberComboBoxPanelCheckBox(String, String, Object[]) - Constructor for class de.hunsicker.jalopy.swing.NumberComboBoxPanelCheckBox
Creates a new ComboBoxPanelCheckBox.
NUMBERED - Static variable in class de.hunsicker.io.FileBackup
Make numbered backups of every file by appending ~REVISION~ to the file.

O

obj - Variable in class de.hunsicker.jalopy.swing.syntax.TokenMarker.LineInfo
This is for use by the token marker implementations themselves.
occurs(char, char[]) - Static method in class de.hunsicker.util.StringHelper
Returns the number of occurrences of character in string.
occurs(char, String) - Static method in class de.hunsicker.util.StringHelper
Returns the number of occurrences of character in string.
OK - Static variable in class de.hunsicker.jalopy.Jalopy.State
Indicates a finished run without any warnings or errors.
OPERATOR - Static variable in class de.hunsicker.jalopy.swing.syntax.Token
Operator token id.
originalLineSeparator - Variable in class de.hunsicker.jalopy.printer.NodeWriter
The original line separator of the file as reported by the lexer.
OTHER - Static variable in class de.hunsicker.jalopy.language.MethodType
Represents an ordinary Java method.

P

PACKAGE - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "package".
PADDING_ASSIGNMENT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad assignment operators? (boolean)
PADDING_ASSIGNMENT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
PADDING_BITWISE_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad bitwise operators? (boolean)
PADDING_BITWISE_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
PADDING_BRACES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert spaces after the left, and before the right curly brace for array initializations? (boolean)
PADDING_BRACES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
PADDING_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert spaces after the left, and before the right bracket? (boolean)
PADDING_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
PADDING_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert spaces after the left, and before the right type cast parenthesis? (boolean)
PADDING_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
PADDING_LOGICAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad logical operators? (boolean)
PADDING_LOGICAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
PADDING_MATH_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad mathematical operators? (boolean)
PADDING_MATH_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
PADDING_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Insert spaces after the left, and before the right parenthesis? (boolean)
PADDING_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
PADDING_RELATIONAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad relational operators? (boolean)
PADDING_RELATIONAL_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
PADDING_SHIFT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Pad shift operators? (boolean)
PADDING_SHIFT_OPERATORS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
panic() - Method in class de.hunsicker.jalopy.language.JavadocLexer
Reports a fatal error.
panic() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
 
panic(String) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Reports a fatal error.
panic(String) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
 
parent - Variable in class de.hunsicker.jalopy.language.antlr.JavaNode
Parent node.
PARSE_ACTIVE - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Parse the currently active (opened) file.
PARSE_ALL - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Parse all Java Source files of the currently active project.
PARSE_OPEN - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Parse all currently opened Java source files.
PARSE_SELECTED - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Parse the selected Java source file(s).
parse() - Method in class de.hunsicker.jalopy.Jalopy
Parses the (via Jalopy.setInput(File)) specified input source.
parse() - Method in interface de.hunsicker.jalopy.language.Parser
Start parsing.
parse() - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
 
parse(File) - Method in class de.hunsicker.jalopy.language.Recognizer
Parses the given file.
parse(Reader, String) - Method in class de.hunsicker.jalopy.language.Recognizer
Parses the given stream.
parse(Reader, String) - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Parses the given stream.
parse(String, String) - Method in class de.hunsicker.jalopy.language.Recognizer
Parses the given string.
PARSED - Static variable in class de.hunsicker.jalopy.Jalopy.State
Indicates a successful parse phase.
parseJavadocComments - Variable in class de.hunsicker.jalopy.language.antlr.JavaLexer
Should Javadoc comments be parsed or added AS IS?
parseMessage(LoggingEvent) - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
Parses the given message.
parser - Variable in class de.hunsicker.jalopy.language.Recognizer
The used parser.
Parser - interface de.hunsicker.jalopy.language.Parser.
Common interface for ANTLR parsers.
PARSER - Static variable in class de.hunsicker.jalopy.storage.Loggers
Logging category for parsing messages.
PARSER_JAVADOC - Static variable in class de.hunsicker.jalopy.storage.Loggers
Logging category for Javadoc parsing messages.
paste(String) - Method in interface de.hunsicker.jalopy.plugin.Editor
Replaces the currently selected content with new content represented by the given string.
peek() - Method in class de.hunsicker.util.concurrent.FutureResult
Access the reference, even if not ready
performAction(AbstractPlugin.Action) - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Performs the given action.
POLICY_LAZY - Static variable in class de.hunsicker.io.Filters
If one filter accepts a file, the file will be accepted.
POLICY_STRICT - Static variable in class de.hunsicker.io.Filters
Only if all filters accept a file, the file will be accepted.
pop() - Method in class de.hunsicker.io.DirectoryScanner
Returns and removes the file at the top of the internal file queue.
PopupSupport - class de.hunsicker.swing.util.PopupSupport.
Helper class which adds popup menu support for text components.
PopupSupport() - Constructor for class de.hunsicker.swing.util.PopupSupport
Creates a new PopupSuppport object.
PopupSupport(boolean) - Constructor for class de.hunsicker.swing.util.PopupSupport
Creates a new PopupSuppport object.
PopupSupport(boolean, List) - Constructor for class de.hunsicker.swing.util.PopupSupport
Creates a new PopupSuppport object.
PopupSupport(List) - Constructor for class de.hunsicker.swing.util.PopupSupport
Creates a new PopupSuppport object.
POS_COLUMN - Static variable in class de.hunsicker.jalopy.plugin.AbstractAppender
Position of the message text in the regex result.
POS_FILENAME - Static variable in class de.hunsicker.jalopy.plugin.AbstractAppender
Position of the filename in the regex result.
POS_LINE - Static variable in class de.hunsicker.jalopy.plugin.AbstractAppender
Position of the lineno in the regex result.
POS_TEXT - Static variable in class de.hunsicker.jalopy.plugin.AbstractAppender
Position of the message text in the regex result.
Position - class de.hunsicker.jalopy.language.Position.
Represents a position in a Java Source file.
prevSibling - Variable in class de.hunsicker.jalopy.language.antlr.JavaNode
Previous node.
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.VariableParameterDefPrinter
Adds a marker
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.UnknownPrinter
TODO
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.TypeParametersPrinter
Prints the type arguments
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.TypeArgumentsPrinter
TODO
print(AST, NodeWriter) - Method in interface de.hunsicker.jalopy.printer.Printer
Outputs the given node.
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.EnumPrinter
Prints the enumeration
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.EnumConstantPrinter
Prints the children.
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.AnnotationsPrinter
TODO
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.AnnotationMemberValuePairPrinter
Prints the member value pairs
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.AnnotationFieldPrinter
Prints the field annotation.
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.AnnotationDefPrinter
Adds a marker
print(AST, NodeWriter) - Method in class de.hunsicker.jalopy.printer.AnnotatePrinter
Prints the annotation as defined in the modifier
print(String, int) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Outputs the given string of the given type to the underlying writer.
printBlankLines(int) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Prints the given number of blank lines.
Printer - interface de.hunsicker.jalopy.printer.Printer.
Common Interface for printing nodes.
PRINTER - Static variable in class de.hunsicker.jalopy.storage.Loggers
Logging category for printer messages.
PRINTER_JAVADOC - Static variable in class de.hunsicker.jalopy.storage.Loggers
Logging category for Javadoc printer messages.
PrinterFactory - class de.hunsicker.jalopy.printer.PrinterFactory.
Central facility to create printers.
printLeftBrace() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Outputs a left curly brace.
printLeftBrace(boolean, boolean) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Outputs a leftcurly brace.
printLeftBrace(boolean, boolean, boolean) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Outputs a left curly brace.
printNewline() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Outputs a line break.
printRightBrace() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Outputs a closing curly brace.
printRightBrace(boolean) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Outputs a right curly brace.
printRightBrace(int, boolean) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Outputs a right curly brace.
printRightBrace(int, boolean, boolean) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Outputs a right curly brace.
printStackTrace() - Method in class de.hunsicker.util.ChainingRuntimeException
Prints this Throwable (the cause if available) and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class de.hunsicker.util.ChainingRuntimeException
Prints this Throwable (the cause if available) and its backtrace to the specified print writer.
printStackTrace(PrintWriter) - Method in class de.hunsicker.util.ChainingRuntimeException
Prints this Throwable (the cause if available) and its backtrace to the specified print writer.
PRIVATE - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the private modifier.
ProgressMonitor - interface de.hunsicker.jalopy.swing.ProgressMonitor.
Common interface for objects that monitor the progress of an operation.
ProgressPanel - class de.hunsicker.jalopy.swing.ProgressPanel.
A component that can be used to display progress information to the user.
ProgressPanel() - Constructor for class de.hunsicker.jalopy.swing.ProgressPanel
Creates a new ProgressPanel object.
Project - interface de.hunsicker.jalopy.plugin.Project.
Provides access to the Java source files that make up a user's project.
Project - class de.hunsicker.jalopy.storage.Project.
Represents a project to associate specific settings with.
Project(String, String) - Constructor for class de.hunsicker.jalopy.storage.Project
Creates a new Project object.
ProjectFile - interface de.hunsicker.jalopy.plugin.ProjectFile.
Represents a Java source file that is part of a project.
ProjectSettingsPage - class de.hunsicker.jalopy.swing.ProjectSettingsPage.
Settings page for the Jalopy project settings.
ProjectSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.ProjectSettingsPage
Creates a new ProjectSettingsPage object.
PROTECTED - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the protected modifier.
PUBLIC - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the public modifier.
put(Convention.Key, String) - Method in class de.hunsicker.jalopy.storage.Convention
Implements the put method as per the specification in Convention.put(Convention.Key,String).
putBoolean(Convention.Key, boolean) - Method in class de.hunsicker.jalopy.storage.Convention
Implements the putBoolean method as per the specification in Convention.putBoolean(Convention.Key,boolean).
putInt(Convention.Key, int) - Method in class de.hunsicker.jalopy.storage.Convention
Implements the putInt method as per the specification in Convention.putInt(Convention.Key,int).

R

readTextFile(File) - Static method in class de.hunsicker.io.IoHelper
Returns the contents of the given text file.
ready_ - Variable in class de.hunsicker.util.concurrent.FutureResult
Status -- true after first set
Recognizer - class de.hunsicker.jalopy.language.Recognizer.
Recognizer acts as a helper class to bundle both an ANTLR parser and lexer for the task of language recognition.
Recognizer.ParseException - exception de.hunsicker.jalopy.language.Recognizer.ParseException.
Indicates an unexpected error during the parsing of an input file or stream.
Recognizer.ParseException(Throwable) - Constructor for class de.hunsicker.jalopy.language.Recognizer.ParseException
Creates a new ParseException.
Recognizer() - Constructor for class de.hunsicker.jalopy.language.Recognizer
Creates a new Recognizer object.
Recognizer(Parser, Lexer) - Constructor for class de.hunsicker.jalopy.language.Recognizer
Creates a new Recognizer object.
regex - Variable in class de.hunsicker.jalopy.plugin.AbstractAppender
The regex to parse the messages.
REGEXP_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for class names (String).
REGEXP_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""[A-Z][a-zA-Z0-9]+"").
REGEXP_CLASS_ABSTRACT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for abstract class names (String).
REGEXP_CLASS_ABSTRACT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""[A-Z][a-zA-Z0-9]+"").
REGEXP_FIELD - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""[a-z][\\w]+"").
REGEXP_FIELD_DEFAULT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for package protected (default access) fields (String).
REGEXP_FIELD_DEFAULT_STATIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for package protected (default access) static fields (String).
REGEXP_FIELD_DEFAULT_STATIC_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for package protected (default access) static final fields (String).
REGEXP_FIELD_PRIVATE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for private fields (String).
REGEXP_FIELD_PRIVATE_STATIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for private static fields (String).
REGEXP_FIELD_PRIVATE_STATIC_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for private static final fields (String).
REGEXP_FIELD_PROTECTED - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for protected fields (String).
REGEXP_FIELD_PROTECTED_STATIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for protected static (String).
REGEXP_FIELD_PROTECTED_STATIC_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for protected static final fields (String).
REGEXP_FIELD_PUBLIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for public fields (String).
REGEXP_FIELD_PUBLIC_STATIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for public static fields (String).
REGEXP_FIELD_PUBLIC_STATIC_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for public static final fields (String).
REGEXP_FIELD_STATIC_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""[a-zA-Z][\\w]+"").
REGEXP_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for interface names (String).
REGEXP_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""[A-Z][a-zA-Z0-9]+"").
REGEXP_LABEL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for labels (String).
REGEXP_LABEL - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""\\w+"").
REGEXP_LOCAL_VARIABLE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for local variables names (String).
REGEXP_LOCAL_VARIABLE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""[a-z][\\w]*"").
REGEXP_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""[a-z][\\w]+"").
REGEXP_METHOD_DEFAULT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for package protected (default access) methods (String).
REGEXP_METHOD_DEFAULT_STATIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for package protected (default access) static methods (String).
REGEXP_METHOD_DEFAULT_STATIC_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for package protected (default access) static final methods (String).
REGEXP_METHOD_PRIVATE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for private methods (String).
REGEXP_METHOD_PRIVATE_STATIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for private static methods (String).
REGEXP_METHOD_PRIVATE_STATIC_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for private static final methods (String).
REGEXP_METHOD_PROTECTED - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for protected methods (String).
REGEXP_METHOD_PROTECTED_STATIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for protected static (String).
REGEXP_METHOD_PROTECTED_STATIC_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for protected static final methods (String).
REGEXP_METHOD_PUBLIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for public methods (String).
REGEXP_METHOD_PUBLIC_STATIC - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for public static methods (String).
REGEXP_METHOD_PUBLIC_STATIC_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for public static final methods (String).
REGEXP_PACKAGE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for package names (String).
REGEXP_PACKAGE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""[a-z]+(?:\\.[a-z]+)*"").
REGEXP_PARAM - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for method/ctor parameter names (String).
REGEXP_PARAM - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""[a-z][\\w]+"").
REGEXP_PARAM_FINAL - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Regexp for final method/ctor parameter names (String).
regionMatches(boolean, Segment, int, char[]) - Static method in class de.hunsicker.jalopy.swing.syntax.SyntaxUtilities
Checks if a subregion of a Segment is equal to a character array.
remove(File) - Method in class de.hunsicker.jalopy.storage.History
Removes the given file from the history.
removeFilter(FilenameFilter) - Method in class de.hunsicker.io.Filters
Removes the given filter.
removeFilter(FilenameFilter) - Method in class de.hunsicker.io.DirectoryScanner
Removes the given file filter.
removeJavadocComments - Variable in class de.hunsicker.jalopy.language.antlr.JavaLexer
Should Javadoc comments be ignored?
removeMLComments - Variable in class de.hunsicker.jalopy.language.antlr.JavaLexer
Should multi-line comments be ignored?
removeNotify() - Method in class de.hunsicker.jalopy.swing.ImportsSettingsPage
DOCUMENT ME!
removeProject(Project) - Static method in class de.hunsicker.jalopy.storage.Convention
Removes the given project.
removeSLComments - Variable in class de.hunsicker.jalopy.language.antlr.JavaLexer
Should single-line comments be ignored?
removeUpdate(DocumentEvent) - Method in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument.DocumentHandler
 
repeat(String, int) - Static method in class de.hunsicker.util.StringHelper
Repeat a string n times to form a new string.
replace(String, String, String) - Static method in class de.hunsicker.util.StringHelper
Searchs and replaces fixed string matches within the given string.
replaceNewline(int) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Replaces the newline chars last read into the text buffer with a single space.
replaceTab() - Method in class de.hunsicker.jalopy.language.JavadocLexer
Replaces the tab char last read into the text buffer with an equivalent number of spaces.
reportError(RecognitionException) - Method in class de.hunsicker.jalopy.language.JavaParser
Reports the given error.
reportError(RecognitionException) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Reports the given error.
reportError(RecognitionException) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Reports the given error.
reportError(RecognitionException) - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
Reports the given error.
reportError(String) - Method in class de.hunsicker.jalopy.language.JavaParser
Reports the given error.
reportError(String) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Reports the given error.
reportError(String) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Reports the given error.
reportError(String) - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
Reports the given error.
reportWarning(String) - Method in class de.hunsicker.jalopy.language.JavaParser
Reports the given warning.
reportWarning(String) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Reports the given warning.
reportWarning(String) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Reports the given warning.
reportWarning(String) - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
Reports the given warning.
requestFocus() - Method in interface de.hunsicker.jalopy.plugin.Editor
Tries to set the focus on the receiving component.
requiresLayout() - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
reset() - Method in class de.hunsicker.io.DirectoryScanner
Resets the scanner so it can be reused.
reset() - Method in class de.hunsicker.jalopy.Jalopy
Resets this instance.
reset() - Method in class de.hunsicker.jalopy.language.TreeWalker
Resets the walker.
reset() - Method in class de.hunsicker.jalopy.language.Recognizer
Resets both the parser and lexer.
reset() - Method in interface de.hunsicker.jalopy.language.Parser
Resets the parser state.
reset() - Method in interface de.hunsicker.jalopy.language.Lexer
Resets the lexer state.
reset() - Method in class de.hunsicker.jalopy.language.JavaParser
Resets the parser state.
reset() - Method in class de.hunsicker.jalopy.language.JavadocLexer
Resets the lexer.
reset() - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Resets the lexer.
reset() - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
Resets the parser.
reset() - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Resets all counters and the progress bar.
ResourceBundleFactory - class de.hunsicker.util.ResourceBundleFactory.
Serves as the central facility to aquire ResourceBundle objects.
ResourceBundleFactory() - Constructor for class de.hunsicker.util.ResourceBundleFactory
 
revert() - Method in class de.hunsicker.jalopy.storage.Convention
Reverts the code convention to the state of the last snapshot.
root - Variable in class de.hunsicker.jalopy.language.JavaRecognizer
DOCUMENT ME!
run() - Method in class de.hunsicker.io.DirectoryScanner
Starts the scanning process.
run() - Method in class de.hunsicker.swing.util.SwingWorker
Calls the SwingWorker.construct() method to compute the result, and then invokes the SwingWorker.finished() method on the event dispatch thread.
RUNNING - Static variable in class de.hunsicker.jalopy.Jalopy.State
Indicates the running state (no phase yet finished).

S

selectAll() - Method in interface de.hunsicker.jalopy.plugin.Editor
Selects the whole text of the editor.
selection - Variable in class de.hunsicker.swing.EmptyButtonGroup
The currently selected button.
SEPARATOR_ANNOTATION_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the annotation section (String).
SEPARATOR_ANNOTATION_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Annotations"").
SEPARATOR_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the inner classes section (String).
SEPARATOR_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Inner Classes"").
SEPARATOR_CTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the constructors section (String).
SEPARATOR_CTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Constructors"").
SEPARATOR_ENUM_CONSTANT_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the enumeration constant section (String).
SEPARATOR_ENUM_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the enumeration section (String).
SEPARATOR_ENUM_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Enumerations"").
SEPARATOR_FILL_CHARACTER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
The fill character to use for the separator comments (String).
SEPARATOR_FILL_CHARACTER - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""-"").
SEPARATOR_INSTANCE_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the instance initializers section (String).
SEPARATOR_INSTANCE_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Instance initializers"").
SEPARATOR_INSTANCE_VAR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the instance variables section (String).
SEPARATOR_INSTANCE_VAR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Instance fields"").
SEPARATOR_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the interfaces section (String).
SEPARATOR_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Inner Interfaces"").
SEPARATOR_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the methods section (String).
SEPARATOR_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Methods"").
SEPARATOR_STATIC_VAR_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Separator text for the static variables and initalizers section (String).
SEPARATOR_STATIC_VAR_INIT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name (""Static fields/initializers"").
serialize(Object, File) - Static method in class de.hunsicker.io.IoHelper
Serializes the given object to the given file.
serialize(Object, OutputStream) - Static method in class de.hunsicker.io.IoHelper
Serializes the given object to the given output stream.
set_startLine(int) - Method in class de.hunsicker.jalopy.language.Recognizer
 
set(Object) - Method in class de.hunsicker.util.concurrent.FutureResult
Set the reference, and signal that it is ready.
set(String, Object) - Method in class de.hunsicker.jalopy.storage.Environment
Sets the given variable to the given value.
setASTFactory(ASTFactory) - Method in interface de.hunsicker.jalopy.language.Parser
Sets the factory used to create tree nodes.
setBackup(boolean) - Method in class de.hunsicker.jalopy.Jalopy
Sets whether to hold a backup copy of an input file.
setBackupDirectory(File) - Method in class de.hunsicker.jalopy.Jalopy
Sets the directory where backup files will be stored.
setBackupDirectory(String) - Method in class de.hunsicker.jalopy.Jalopy
Sets the directory where backup files will be stored.
setBackupLevel(int) - Method in class de.hunsicker.jalopy.Jalopy
Sets the number of backups to hold.
setCancelButtonVisible(boolean) - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Sets whether a stop button should be displayed.
setCanceled(boolean) - Method in interface de.hunsicker.jalopy.swing.ProgressMonitor
Sets the canceled state to the given value.
setCaretPosition(int) - Method in interface de.hunsicker.jalopy.plugin.Editor
Moves the caret to the given location.
setCaretPosition(int, int) - Method in interface de.hunsicker.jalopy.plugin.Editor
Moves the caret to the given location.
setCategory(String) - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Sets the name of this page's category.
setCheckBox(JCheckBox) - Method in class de.hunsicker.jalopy.swing.ComboBoxPanelCheckBox
Sets the check box to use.
setColors(Color[]) - Method in interface de.hunsicker.jalopy.swing.syntax.SyntaxDocument
Sets the color array that maps token identifiers to java.awt.Color ojects.
setColors(Color[]) - Method in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument
Sets the color array that maps token identifiers to java.awt.Color ojects.
setColumn(int) - Method in class de.hunsicker.jalopy.language.Recognizer
Sets the current column of the lexer.
setColumn(int) - Method in interface de.hunsicker.jalopy.language.Lexer
Sets the start column of the position where parsing starts.
setComboBoxPanel(ComboBoxPanel) - Method in class de.hunsicker.jalopy.swing.ComboBoxPanelCheckBox
Sets the combo box panel to use.
setComment(Node) - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
Sets the comment for this token.
setCompatibility(int) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Sets the source compatiblity to the given release version.
setConstraints(GridBagConstraints, int, int, int, int, double, double, int, int, Insets, int, int) - Static method in class de.hunsicker.swing.util.SwingHelper
Sets the constraints for the given constraints object.
setConvention(Convention) - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Sets the current code convention.
setConvention(File) - Static method in class de.hunsicker.jalopy.Jalopy
Sets the code convention to be loaded from the given file (either a qualified file path or single file name).
setConvention(String) - Static method in class de.hunsicker.jalopy.Jalopy
Sets the code convention to be loaded from the given location string.
setConvention(URL) - Static method in class de.hunsicker.jalopy.Jalopy
Sets the code convention to be loaded from the given url.
setCustomInlineTags(Collection) - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
Sets the custom Javadoc in-line tags to recognize.
setCustomStandardTags(Collection) - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
Sets the custom Javadoc standard tags to recognize.
setData(Set) - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
Sets the data of the entry.
setDescription(String) - Method in class de.hunsicker.jalopy.storage.Project
Sets the project description.
setDestination(File) - Method in class de.hunsicker.jalopy.Jalopy
Sets the destination directory to create all formatting output into.
setEnabled(boolean) - Method in class de.hunsicker.swing.util.PopupSupport
Sets the status of the popup menu support.
setEncoding(String) - Method in class de.hunsicker.jalopy.Jalopy
Sets the encoding that controls how Jalopy interprets text files containing characters beyond the ASCII character set.
setEndColumn(int) - Method in class de.hunsicker.jalopy.language.antlr.Node
Sets the end column value.
setEndLine(int) - Method in class de.hunsicker.jalopy.language.antlr.Node
Sets the end line value.
setEnvironment(Environment) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Sets the environment to use.
setException(Throwable) - Method in class de.hunsicker.util.concurrent.FutureResult
Set the exception field, also setting ready status.
setFileFormat(FileFormat) - Method in class de.hunsicker.jalopy.Jalopy
Sets the file format of the output stream.
setFileFormat(String) - Method in class de.hunsicker.jalopy.Jalopy
Sets the file format of the output stream.
setFilename(String) - Method in interface de.hunsicker.jalopy.language.Parser
Sets the filename we parse.
setFilename(String) - Method in interface de.hunsicker.jalopy.language.Lexer
Sets the filename we parse.
setFilename(String) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Sets the filename of the file beeing printed.
setFilterPolicy(int) - Method in class de.hunsicker.io.DirectoryScanner
Sets the filter policy to use.
setForce(boolean) - Method in class de.hunsicker.jalopy.Jalopy
Specifies whether all files should be formatted no matter what the state of a file is.
setFormatMLComments(boolean) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Sets whether multi-line comments should be formatted.
setHiddenAfter(CommonHiddenStreamToken) - Method in class de.hunsicker.jalopy.language.antlr.Node
Sets the first hidden token that appears after this node.
setHiddenAfter(CommonHiddenStreamToken) - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
 
setHiddenBefore(CommonHiddenStreamToken) - Method in class de.hunsicker.jalopy.language.antlr.Node
Sets the first hidden token that appears before this node.
setHiddenBefore(CommonHiddenStreamToken) - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
 
setHistoryMethod(History.Method) - Method in class de.hunsicker.jalopy.Jalopy
Sets the history method to use.
setHistoryPolicy(History.Policy) - Method in class de.hunsicker.jalopy.Jalopy
Sets the history policy to use.
setIgnoreCase(boolean) - Method in class de.hunsicker.jalopy.swing.syntax.KeywordMap
Sets if the keyword map should be case insensitive.
setIndentLevel(int) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Sets the current indent level.
setInput(File) - Method in class de.hunsicker.jalopy.Jalopy
Sets the input source to use.
setInput(InputStream, String) - Method in class de.hunsicker.jalopy.Jalopy
Sets the input source to use.
setInput(Reader, String) - Method in class de.hunsicker.jalopy.Jalopy
Sets the input source to use.
setInput(String, String) - Method in class de.hunsicker.jalopy.Jalopy
Sets the input source to use.
setInputBuffer(InputBuffer) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Sets the input buffer to use.
setInputBuffer(InputBuffer) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Sets the input buffer to use.
setInputBuffer(Reader) - Method in interface de.hunsicker.jalopy.language.Lexer
Sets the input source to use.
setInputBuffer(Reader) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Sets the input buffer to use.
setInputBuffer(Reader) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Sets the input buffer to use.
setInspect(boolean) - Method in class de.hunsicker.jalopy.Jalopy
Enables or disables the code inspector during formatting runs.
setLast(int) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Sets the type of the token last printed.
setLexer(JavadocLexer) - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
Sets the corresponding Javadoc lexer for the parser.
setLine(int) - Method in class de.hunsicker.jalopy.language.Recognizer
Sets the current line of the lexer.
setLine(int) - Method in interface de.hunsicker.jalopy.language.Lexer
Sets the line number of the position where parsing starts.
setLine(int) - Method in class de.hunsicker.jalopy.language.Annotation
Sets the line number where this annotation belongs.
setLineSeparator(String) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Sets the separator string to use for newlines.
setLoaded(boolean) - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
 
setLocale(Locale) - Static method in class de.hunsicker.jalopy.storage.Loggers
DOCUMENT ME!
setLocale(Locale) - Static method in class de.hunsicker.util.ResourceBundleFactory
Sets the current locale of the factory.
setLocation(int, int) - Method in class de.hunsicker.jalopy.swing.SettingsDialog
Overriden to dispatch the call to the top-level container if invoked from the command line.
setMaximum(int) - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Sets the maximum value of the progress indicator.
setMaxLevels(int) - Method in class de.hunsicker.io.DirectoryScanner
Sets the directory depth (number of levels) to search.
setMenuText(AbstractButton, String, boolean) - Static method in class de.hunsicker.swing.util.SwingHelper
DOCUMENT ME!
setName(String) - Method in class de.hunsicker.jalopy.plugin.AbstractAppender
Sets the name of the appender.
setOrder(String) - Static method in class de.hunsicker.jalopy.language.ModifierType
Sets the order to use as the natural order.
setOrder(String) - Static method in class de.hunsicker.jalopy.language.MethodType
Sets the order to use as the natural order.
setOrder(String) - Static method in class de.hunsicker.jalopy.language.DeclarationType
Sets the order to use as the natural order.
setOutput(File) - Method in class de.hunsicker.jalopy.Jalopy
Sets the output target to use.
setOutput(StringBuffer) - Method in class de.hunsicker.jalopy.Jalopy
Sets the output target to use.
setOutput(Writer) - Method in class de.hunsicker.jalopy.Jalopy
Sets the output target to use.
setParent(JavaNode) - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Sets the parent to the given node.
setParseJavadocComments(boolean) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Sets whether Javadoc comments should be parsed during processing.
setPolicy(int) - Method in class de.hunsicker.io.Filters
Sets the filter policy to use.
setPosition(int, int) - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Sets a position in the given input source that should be tracked.
setPosition(Position) - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Sets the position that is to be tracked.
setPreviousSibling(JavaNode) - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Sets the previous sibling to the given node.
setProgress(int) - Method in interface de.hunsicker.jalopy.swing.ProgressMonitor
Sets amount of work units done to units.
setProgressBarVisible(boolean) - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Sets whether a progress bar should be displayed.
setProject(Project) - Static method in class de.hunsicker.jalopy.storage.Convention
Sets the currently active project.
setRecognizer(Recognizer) - Method in class de.hunsicker.jalopy.language.JavadocLexer
 
setRecognizer(Recognizer) - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
 
setRemoveJavadocComments(boolean) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Sets whether Javadoc comments should be removed during processing.
setRemoveMLComments(boolean) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Sets whether multi-line comments should be removed during processing.
setRemoveSLComments(boolean) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Sets whether single-line comments should be removed during processing.
setSelected(ButtonModel, boolean) - Method in class de.hunsicker.swing.EmptyButtonGroup
Sets the selected state of the given button model.
setSelection(int, int) - Method in interface de.hunsicker.jalopy.plugin.Editor
Selects the specified text.
setStartColumn(int) - Method in class de.hunsicker.jalopy.language.antlr.Node
Sets the column where this node starts.
setStartLine(int) - Method in class de.hunsicker.jalopy.language.antlr.Node
Sets the line where this node starts.
setStripQualification(boolean) - Method in class de.hunsicker.jalopy.language.JavaParser
Sets whether qualification of qualified identifiers should be stripped.
setTabSize(int) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Sets the tab size to use.
setTagType(AST, String) - Method in class de.hunsicker.jalopy.language.antlr.JavadocParser
Tries to determine and set the correct type for the given tag node.
setTargets(Collection) - Method in class de.hunsicker.io.DirectoryScanner
Sets the targets to search (both single files and directories are valid)
setTargets(Set) - Method in class de.hunsicker.io.DirectoryScanner
Sets the targets to search.
SETTER - Static variable in class de.hunsicker.jalopy.language.MethodType
Represents a Java Bean mutator.
setter(Callable) - Method in class de.hunsicker.util.concurrent.FutureResult
Return a Runnable object that, when run, will set the result value.
setText(String) - Method in class de.hunsicker.jalopy.language.antlr.Node
Sets the text of this node.
setText(String) - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
Sets the text of the token.
setText(String) - Method in interface de.hunsicker.jalopy.plugin.StatusBar
Sets the text to display.
setText(String) - Method in interface de.hunsicker.jalopy.plugin.Editor
Sets the text of this editor to the specified text.
setText(String) - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Sets the text to display.
setText(String) - Method in interface de.hunsicker.jalopy.swing.ProgressMonitor
Sets the description to be displayed.
setThreadFactory(ThreadFactory) - Method in class de.hunsicker.util.concurrent.ThreadFactoryUser
Set the factory for creating new threads.
settings - Variable in class de.hunsicker.jalopy.printer.NodeWriter
The code convention settings that controls the output style.
settings - Variable in class de.hunsicker.jalopy.swing.AbstractSettingsPage
The code convention to display/edit.
SettingsContainer - class de.hunsicker.jalopy.swing.SettingsContainer.
The main container that provides a tree view on the left where users may choose the different settings pages that are then displayed.
SettingsContainer(PreviewFrame) - Constructor for class de.hunsicker.jalopy.swing.SettingsContainer
Creates a new SettingsContainer object.
SettingsDialog - class de.hunsicker.jalopy.swing.SettingsDialog.
The Jalopy settings dialog provides a graphical user interface to manage, display and interactively test and edit the available code convention and asorted configuration settings.
SettingsDialog(Dialog) - Constructor for class de.hunsicker.jalopy.swing.SettingsDialog
Creates a new SettingsDialog object.
SettingsDialog(Frame) - Constructor for class de.hunsicker.jalopy.swing.SettingsDialog
Creates a new SettingsDialog object.
setTitle(String) - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Sets the title of this page.
setTokenBuffer(TokenBuffer) - Method in interface de.hunsicker.jalopy.language.Parser
Sets the token buffer of the parser.
setTokenMarker(TokenMarker) - Method in interface de.hunsicker.jalopy.swing.syntax.SyntaxDocument
Sets the token marker that is to be used to split lines of this document up into tokens.
setTokenMarker(TokenMarker) - Method in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument
Sets the token marker that is to be used to split lines of this document up into tokens.
setTokenObjectClass(String) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Sets the class to use for tokens.
setTokenObjectClass(String) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Sets the class to use for tokens.
setTracking(boolean) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Sets whether the tree that is to be printed contains nodes that needs their positions tracked.
setType(int) - Method in class de.hunsicker.jalopy.language.antlr.Node
Sets the type of this node.
setValue(int) - Method in class de.hunsicker.jalopy.swing.ProgressPanel
Sets the current value of the progress indicator.
setWriter(Writer) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Sets the underlying writer to actually write to.
shouldSort(int) - Method in class de.hunsicker.jalopy.language.ModifierType
 
show() - Method in class de.hunsicker.jalopy.swing.SettingsDialog
Overriden to dispatch the call to the top-level container if invoked from the command line.
showJFileChooser(JFileChooser, Component, String) - Static method in class de.hunsicker.swing.util.SwingHelper
Displays the given file chooser.
showWaitCursor() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Shows the wait cursor to indicate a long-running operation.
SIMPLE - Static variable in class de.hunsicker.io.FileBackup
Make simple backups of every file.
skipLeadingSpaceAndAsterix(boolean) - Method in class de.hunsicker.jalopy.language.JavadocLexer
Skips leading spaces and asterix.
snapshot() - Method in class de.hunsicker.jalopy.storage.Convention
Creates an internal snapshot of the current code convention.
SORT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort the different elements of a Java source file? (boolean)
SORT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
SORT_ANNOTATION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort annotation declarations? (boolean)
SORT_ANNOTATION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SORT_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort classes declarations? (boolean)
SORT_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SORT_CTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort constructors declarations? (boolean)
SORT_CTOR - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SORT_ENUM - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort enum declarations? (boolean)
SORT_ENUM - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SORT_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort interfaces declarations? (boolean)
SORT_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SORT_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort methods declarations? (boolean)
SORT_METHOD - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SORT_METHOD_BEAN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort method bean declarations? (boolean)
SORT_METHOD_BEAN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SORT_MODIFIERS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort modifers? (boolean)
SORT_MODIFIERS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SORT_ORDER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
String indicating the declaration sort order (String).
SORT_ORDER_MODIFIERS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
String indicating the modifiers sort order (String).
SORT_VARIABLE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Sort variable declarations? (boolean)
SORT_VARIABLE - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SortingSettingsPage - class de.hunsicker.jalopy.swing.SortingSettingsPage.
Settings page for the Jalopy printer sorting settings.
SortingSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.SortingSettingsPage
Creates a new SortingSettingsPage object.
SOURCE_VERSION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
JDK source compatibility version (String).
SOURCE_VERSION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("15").
sourceVersion - Variable in class de.hunsicker.jalopy.language.antlr.JavaLexer
Specifies the Java release version to be compatible with.
SPACE_AFTER_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space after type casting? (boolean)
SPACE_AFTER_CAST - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
SPACE_AFTER_COMMA - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space after a comma? (boolean)
SPACE_AFTER_COMMA - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
SPACE_AFTER_SEMICOLON - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space after a semicolon? (boolean)
SPACE_AFTER_SEMICOLON - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
SPACE_BEFORE_BRACES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space before braces (of arrays)? (boolean)
SPACE_BEFORE_BRACES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
SPACE_BEFORE_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space before brackets? (boolean)
SPACE_BEFORE_BRACKETS - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SPACE_BEFORE_BRACKETS_TYPES - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space before types with brackets (int).
SPACE_BEFORE_BRACKETS_TYPES - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SPACE_BEFORE_CASE_COLON - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space before the colon of a case block? (boolean)
SPACE_BEFORE_CASE_COLON - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SPACE_BEFORE_LOGICAL_NOT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space before the negation of boolean expressions? (boolean)
SPACE_BEFORE_LOGICAL_NOT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SPACE_BEFORE_METHOD_CALL_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space before method call parenthesis? (boolean)
SPACE_BEFORE_METHOD_CALL_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SPACE_BEFORE_METHOD_DEF_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space before method definition parenthesis? (boolean)
SPACE_BEFORE_METHOD_DEF_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
SPACE_BEFORE_STATEMENT_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Print a space before java statement parenthesis? (boolean)
SPACE_BEFORE_STATEMENT_PAREN - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("true").
split(String, String) - Static method in class de.hunsicker.util.StringHelper
Splits the given string into chunks.
start() - Method in class de.hunsicker.swing.util.SwingWorker
Starts the worker thread.
startColumn - Variable in class de.hunsicker.jalopy.language.antlr.Node
Column number where this node starts.
startLine - Variable in class de.hunsicker.jalopy.language.antlr.Node
Line number where this node starts.
startsBefore(Node) - Method in class de.hunsicker.jalopy.language.antlr.Node
Determines whether this node starts before another one.
startsWithUppercase(String) - Static method in class de.hunsicker.util.StringHelper
Returns true if the given string starts with an uppercase letter.
STATIC - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the static modifier.
STATIC_VAR_INIT_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
The bit value for static variables/initializers.
STATIC_VARIABLE_INIT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
Represents a static variable declaration or initializer.
StatusBar - interface de.hunsicker.jalopy.plugin.StatusBar.
Provides access to the status bar of a graphical Java application.
stop - Variable in class de.hunsicker.jalopy.language.TreeWalker
Indicates a stop.
stop() - Method in class de.hunsicker.jalopy.language.TreeWalker
Stops the walking.
STRICTFP - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the strictfp modifier.
StringButtonPanel - class de.hunsicker.swing.StringButtonPanel.
A component to display and change a string value.
StringButtonPanel(String, String) - Constructor for class de.hunsicker.swing.StringButtonPanel
Creates a new StringButtonPanel.
StringHelper - class de.hunsicker.util.StringHelper.
String related helper functions.
STRIP_QUALIFICATION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Strip qualification for identifiers? (boolean)
STRIP_QUALIFICATION - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("false").
STYLE_LOCATION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
The location where to load the code convention from (String).
SwingAppender - interface de.hunsicker.jalopy.plugin.SwingAppender.
Common interface for appenders which output log statements in a visual component.
SwingHelper - class de.hunsicker.swing.util.SwingHelper.
UI related helper functions.
SwingWorker - class de.hunsicker.swing.util.SwingWorker.
An abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class de.hunsicker.swing.util.SwingWorker
Creates new SwingWorker with no timeout.
SwingWorker(long) - Constructor for class de.hunsicker.swing.util.SwingWorker
Creates new SwingWorker with specified timeout.
SwingWorker(ThreadFactory, long) - Constructor for class de.hunsicker.swing.util.SwingWorker
Creates new SwingWorker with specified thread factory and timeout.
SYNCHRONIZED - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the synchronized modifier.
SyntaxDocument - interface de.hunsicker.jalopy.swing.syntax.SyntaxDocument.
The interface a document must implement to be colorizable by the SyntaxEditorKit.
SyntaxEditorKit - class de.hunsicker.jalopy.swing.syntax.SyntaxEditorKit.
An implementation of EditorKit used for syntax colorizing.
SyntaxEditorKit() - Constructor for class de.hunsicker.jalopy.swing.syntax.SyntaxEditorKit
 
SyntaxUtilities - class de.hunsicker.jalopy.swing.syntax.SyntaxUtilities.
Class with segment and bracket matching functions used by the syntax colorizing subsystem.
SyntaxView - class de.hunsicker.jalopy.swing.syntax.SyntaxView.
A Swing view implementation that colorizes lines of a SyntaxDocument using a TokenMarker.
SyntaxView(Element) - Constructor for class de.hunsicker.jalopy.swing.syntax.SyntaxView
Creates a new SyntaxView for painting the specified element.

T

TAB_SIZE - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "tabSize".
take() - Method in class de.hunsicker.io.DirectoryScanner
Returns and removes the file at the top of the internal file queue.
TESTER - Static variable in class de.hunsicker.jalopy.language.MethodType
Represents a Java Bean accessor/tester.
testLiteralsTable(int) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Test the token type against the literals table.
testLiteralsTable(String, int) - Method in class de.hunsicker.jalopy.language.antlr.JavaLexer
Test the text passed in against the literals table.
text - Variable in class de.hunsicker.jalopy.language.antlr.Node
Node text.
textField - Variable in class de.hunsicker.swing.StringButtonPanel
DOCUMENT ME!
THREAD_COUNT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Number of processing threads to use (int).
THREAD_COUNT - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
The default value for the key with the same name ("1").
ThreadFactory - interface de.hunsicker.util.concurrent.ThreadFactory.
Interface describing any class that can generate new Thread objects.
threadFactory_ - Variable in class de.hunsicker.util.concurrent.ThreadFactoryUser
DOCUMENT ME!
ThreadFactoryUser - class de.hunsicker.util.concurrent.ThreadFactoryUser.
Base class for Executors and related classes that rely on thread factories.
ThreadFactoryUser.DefaultThreadFactory - class de.hunsicker.util.concurrent.ThreadFactoryUser.DefaultThreadFactory.
 
ThreadFactoryUser.DefaultThreadFactory() - Constructor for class de.hunsicker.util.concurrent.ThreadFactoryUser.DefaultThreadFactory
 
ThreadFactoryUser() - Constructor for class de.hunsicker.util.concurrent.ThreadFactoryUser
 
TimedCallable - class de.hunsicker.util.concurrent.TimedCallable.
TimedCallable runs a Callable function for a given length of time.
TimedCallable(Callable, long) - Constructor for class de.hunsicker.util.concurrent.TimedCallable
Creates a new TimedCallable object.
timedGet(long) - Method in class de.hunsicker.swing.util.SwingWorker
Wait at most msecs to access the constructed result.
timedGet(long) - Method in class de.hunsicker.util.concurrent.FutureResult
Wait at most msecs to access the reference.
TimeoutException - exception de.hunsicker.util.concurrent.TimeoutException.
Thrown by synchronization classes that report timeouts via exceptions.
TimeoutException(long) - Constructor for class de.hunsicker.util.concurrent.TimeoutException
Constructs a TimeoutException with given duration value.
TimeoutException(long, String) - Constructor for class de.hunsicker.util.concurrent.TimeoutException
Constructs a TimeoutException with the specified duration value and detail message.
TIMESTAMP - Static variable in class de.hunsicker.jalopy.storage.History.Method
Use simple, last modified timestamp.
TIP_ADHERE_TO_NAMING_CONVENTION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_AVOID_THREAD_GROUPS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_DECLARE_COLLECTION_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_DECLARE_COLLECTION_VARIABLE_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_DONT_IGNORE_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_DONT_SUBSTITUTE_OBJECT_EQUALS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_EMPTY_FINALLY - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_INTERFACE_ONLY_FOR_TYPE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_NEVER_THROW_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_NEVER_THROW_THROWABLE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_NEVER_WAIT_OUTSIDE_LOOP - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_OBEY_CONTRACT_EQUALS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_OVERRIDE_EQUALS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_OVERRIDE_HASHCODE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_OVERRIDE_TO_STRING - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_REFER_BY_INTERFACE - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_REPLACE_STRUCTURE_WITH_CLASS - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_RETURN_ZERO_ARRAY - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_STRING_LITERAL_I18N - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_VARIABLE_SHADOW - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection? (boolean)
TIP_WRONG_COLLECTION_COMMENT - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
Perform this code inspection (boolean)
toFront() - Method in class de.hunsicker.jalopy.swing.SettingsDialog
Overriden to dispatch the call to the top-level container if invoked from the command line.
token - Variable in class de.hunsicker.jalopy.swing.syntax.TokenMarker.LineInfo
The id of the last token of the line.
Token - class de.hunsicker.jalopy.swing.syntax.Token.
A linked list of tokens.
Token(int, byte) - Constructor for class de.hunsicker.jalopy.swing.syntax.Token
Creates a new token.
tokenizeLines() - Method in interface de.hunsicker.jalopy.swing.syntax.SyntaxDocument
Reparses the document, by passing all lines to the token marker.
tokenizeLines() - Method in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument
Reparses the document, by passing all lines to the token marker.
tokenizeLines(int, int) - Method in interface de.hunsicker.jalopy.swing.syntax.SyntaxDocument
Reparses the document, by passing the specified lines to the token marker.
tokenizeLines(int, int) - Method in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument
Reparses the document, by passing the specified lines to the token marker.
tokenMarker - Variable in class de.hunsicker.jalopy.swing.syntax.DefaultSyntaxDocument
The token marker
TokenMarker - class de.hunsicker.jalopy.swing.syntax.TokenMarker.
A token marker that splits lines of text into tokens.
TokenMarker.LineInfo - class de.hunsicker.jalopy.swing.syntax.TokenMarker.LineInfo.
Inner class for storing information about tokenized lines.
TokenMarker.LineInfo() - Constructor for class de.hunsicker.jalopy.swing.syntax.TokenMarker.LineInfo
Creates a new LineInfo object with token = Token.NULL and obj = null.
TokenMarker.LineInfo(byte, Object) - Constructor for class de.hunsicker.jalopy.swing.syntax.TokenMarker.LineInfo
Creates a new LineInfo object with the specified parameters.
TokenMarker() - Constructor for class de.hunsicker.jalopy.swing.syntax.TokenMarker
Creates a new TokenMarker.
toString() - Method in class de.hunsicker.io.FileFormat
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.Jalopy.State
Returns a string representation of this state.
toString() - Method in class de.hunsicker.jalopy.language.Position
toString() - Method in class de.hunsicker.jalopy.language.ModifierType
Returns a string representation of this modifier type.
toString() - Method in class de.hunsicker.jalopy.language.MethodType
Returns a string representation of this method type.
toString() - Method in class de.hunsicker.jalopy.language.DeclarationType
Returns a string representation of this method type.
toString() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
toString() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
toString() - Method in class de.hunsicker.jalopy.language.antlr.Node
Returns a string representation of this node.
toString() - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Returns a string representation of this node.
toString() - Method in class de.hunsicker.jalopy.language.antlr.ExtendedToken
toString() - Method in class de.hunsicker.jalopy.prefs.Key
Deprecated. Returns a string representation of the object.
toString() - Method in class de.hunsicker.jalopy.storage.Key
Deprecated. Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.ImportPolicy
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.History.Entry
Returns a string representation of this entry.
toString() - Method in class de.hunsicker.jalopy.storage.History.Method
Returns a string representation of this method.
toString() - Method in class de.hunsicker.jalopy.storage.History.Policy
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.Environment
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.Environment.Variable
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.Convention
Returns a string representation of this object.
toString() - Method in class de.hunsicker.jalopy.storage.Convention.Key
toString() - Method in class de.hunsicker.jalopy.swing.syntax.Token
Returns a string representation of this token.
toString() - Method in class de.hunsicker.util.Version
TRANSFORM - Static variable in class de.hunsicker.jalopy.storage.Loggers
Logging category for transformation messages.
Transformation - interface de.hunsicker.jalopy.language.Transformation.
Command interface for applying tree transformations.
TransformationException - exception de.hunsicker.jalopy.language.TransformationException.
Indicates an error during a transformation.
TransformationException(String) - Constructor for class de.hunsicker.jalopy.language.TransformationException
Creates a new TransformationException.
TRANSIENT - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the transient modifier.
TreeWalker - class de.hunsicker.jalopy.language.TreeWalker.
Helper class to make implementing tree walkers easy.
TreeWalker() - Constructor for class de.hunsicker.jalopy.language.TreeWalker
Creates a new TreeWalker object.
TRIM_ALL - Static variable in class de.hunsicker.util.StringHelper
Trim both leading and trailing whitespace.
TRIM_LEADING - Static variable in class de.hunsicker.util.StringHelper
Trim only leading whitespace.
TRIM_NONE - Static variable in class de.hunsicker.util.StringHelper
No trimming.
trimTrailing(String) - Static method in class de.hunsicker.util.StringHelper
Removes trailing whitespace from the given string.
type - Variable in class de.hunsicker.jalopy.language.antlr.Node
Node type.
Type - interface de.hunsicker.jalopy.language.Type.
Tagging interface.
TYPE_EXCEPTION - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "exceptionType".
TYPE_OBJECT - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "objectType".
TYPE_PARAM - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
Defines the variable "paramType".
TypeArgumentsPrinter - class de.hunsicker.jalopy.printer.TypeArgumentsPrinter.
TODO
TypeArgumentsPrinter() - Constructor for class de.hunsicker.jalopy.printer.TypeArgumentsPrinter
 
TypeParametersPrinter - class de.hunsicker.jalopy.printer.TypeParametersPrinter.
TODO
TypeParametersPrinter() - Constructor for class de.hunsicker.jalopy.printer.TypeParametersPrinter
 

U

UNDEFINED - Static variable in class de.hunsicker.jalopy.Jalopy.State
Indicates the undefined state (a run was not yet startet).
UNDEFINED - Static variable in class de.hunsicker.jalopy.plugin.AbstractPlugin.Action
Indicates that no action was ever performed.
unindent() - Method in class de.hunsicker.jalopy.printer.NodeWriter
Decreases the current indent level one level.
UNIX - Static variable in class de.hunsicker.io.FileFormat
Represents the Unix file format ("\n").
UNKNOWN - Static variable in class de.hunsicker.io.FileFormat
Represents an unknown or not yet determined file format.
UNKNOWN - Static variable in class de.hunsicker.jalopy.language.JavaNodeModifier
Unknown keyword.
UNKNOWN_FILE - Static variable in class de.hunsicker.jalopy.language.Recognizer
Represents an unknown filename that may be used for the filename argument with Recognizer.parse(Reader, String) or Recognizer.parse(String, String).
UnknownPrinter - class de.hunsicker.jalopy.printer.UnknownPrinter.
TODO
UnknownPrinter() - Constructor for class de.hunsicker.jalopy.printer.UnknownPrinter
 
unload(File) - Method in class de.hunsicker.jalopy.language.ClassRepository
Unloads the given file from memory.
unloadAll(List) - Method in class de.hunsicker.jalopy.language.ClassRepository
Unloads the given locations from memory.
unset(String) - Method in class de.hunsicker.jalopy.storage.Environment
Unsets (removes) the given variable
updatePosition(int, int) - Method in class de.hunsicker.jalopy.language.antlr.JavaNode
Updates the position information of this node (and all annotations), if necessary.
updateSettings() - Method in class de.hunsicker.jalopy.swing.WrappingSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.WhitespaceSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.SortingSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.SettingsContainer
Stores the settings of all contained pages.
updateSettings() - Method in class de.hunsicker.jalopy.swing.ProjectSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.NamingSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.MiscSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.MessagesSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.JavadocSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.IndentationSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.ImportsSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.GeneralSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.EnvironmentSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.EnumSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.CommentsSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.CodeInspectorSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.BracesSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.BlankLinesSettingsPage
Updates the current code convention to reflect the current state of this page.
updateSettings() - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Updates the current code convention to reflect the current state of this page.
useLeadingTabs - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Should tabs only be used to print leading indentation?
useTabs - Variable in class de.hunsicker.jalopy.printer.NodeWriter
Should tabs be used to print indentation?

V

validateSettings() - Method in class de.hunsicker.jalopy.swing.JavadocSettingsPage
Validates this page's settings. Pages that need their input validated should override to provide the needed implementation.

In case of any violation the implementation should simply display an error message and throw a ValidationException to inform the caller about the invalid input.

validateSettings() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Validates this page's settings. Pages that need their input validated should override to provide the needed implementation.

In case of any violation the implementation should simply display an error message and throw a ValidationException to inform the caller about the invalid input.

validateSettings() - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Validates this page's settings.
ValidationException - exception de.hunsicker.jalopy.swing.ValidationException.
Indicates that some user specified input violates some data constraint.
ValidationException() - Constructor for class de.hunsicker.jalopy.swing.ValidationException
Creates a new ValidationException object.
ValidationException(String) - Constructor for class de.hunsicker.jalopy.swing.ValidationException
Creates a new ValidationException object.
value_ - Variable in class de.hunsicker.util.concurrent.FutureResult
The result of the operation
valueOf(AST) - Static method in class de.hunsicker.jalopy.language.JavaNodeModifier
Returns the modifier mask of the given modifiers node.
valueOf(int) - Static method in class de.hunsicker.jalopy.language.ModifierType
 
valueOf(String) - Static method in class de.hunsicker.io.FileFormat
Returns the FileFormat object for the given file format string.
valueOf(String) - Static method in class de.hunsicker.jalopy.language.ModifierType
Returns the modifier type for the given name.
valueOf(String) - Static method in class de.hunsicker.jalopy.language.MethodType
Returns the method type of the given method name.
valueOf(String) - Static method in class de.hunsicker.jalopy.language.DeclarationType
Returns the declaration type of the given abreviation.
valueOf(String) - Static method in class de.hunsicker.jalopy.storage.ImportPolicy
Returns the ImportPolicy for the given name.
valueOf(String) - Static method in class de.hunsicker.jalopy.storage.History.Method
Returns the history method for the given name.
valueOf(String) - Static method in class de.hunsicker.jalopy.storage.History.Policy
Returns the policy for the given name.
valueOf(String) - Static method in class de.hunsicker.util.Version
Returns the version object for the given string.
VARIABLE - Static variable in class de.hunsicker.jalopy.language.DeclarationType
Represents an instance variable declaration.
VARIABLE_INT - Static variable in class de.hunsicker.jalopy.language.DeclarationType
The bit value for instance variables.
VariableParameterDefPrinter - class de.hunsicker.jalopy.printer.VariableParameterDefPrinter.
This class prints out an variable paramater def group The format may be similar to
VariableParameterDefPrinter() - Constructor for class de.hunsicker.jalopy.printer.VariableParameterDefPrinter
Single instance
Version - class de.hunsicker.util.Version.
A class that represents version information.
Version(String, int, int) - Constructor for class de.hunsicker.util.Version
Creates a new Version object.
Version(String, int, int, int) - Constructor for class de.hunsicker.util.Version
Creates a new Version object.
Version(String, int, int, int, boolean) - Constructor for class de.hunsicker.util.Version
Creates a new Version object.
VersionMismatchException - exception de.hunsicker.jalopy.VersionMismatchException.
Indicates a version mismatch between the specification versions of the Jalopy Plug-in API and a concrete Plug-in implementation.
VersionMismatchException(Version, Version) - Constructor for class de.hunsicker.jalopy.VersionMismatchException
Creates a new VersionMismatchException object.
viewToModel(float, float, Shape, Position.Bias[]) - Method in class de.hunsicker.jalopy.swing.syntax.SyntaxView
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
visit(AST) - Method in class de.hunsicker.jalopy.language.TreeWalker
Callback method that can be called for a node found.
visit(AST) - Method in class de.hunsicker.jalopy.language.CodeInspector
Callback method that can be called for a node found. Overwrite to perform whatever action you want take place for a node.

In the default implementation, this method will be called for every node of the tree.

VOLATILE - Static variable in class de.hunsicker.jalopy.language.ModifierType
Represents the volatile modifier.

W

waitUntilFinished() - Method in class de.hunsicker.io.DirectoryScanner
Blocks until the scanner has finished processing.
walk(AST) - Method in class de.hunsicker.jalopy.language.TreeWalker
Starts the walking with the root node of the tree or node portion.
walkChildren(AST) - Method in class de.hunsicker.jalopy.language.TreeWalker
Iterates over all children of the given node.
walkNode(AST) - Method in class de.hunsicker.jalopy.language.TreeWalker
Walks over the given node.
WARN - Static variable in class de.hunsicker.jalopy.Jalopy.State
Indicates a finished run which produced warnings.
WhitespaceSettingsPage - class de.hunsicker.jalopy.swing.WhitespaceSettingsPage.
Settings page for the Jalopy printer whitespace settings.
WhitespaceSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.WhitespaceSettingsPage
Creates a new WhitespaceSettingsPage object.
WrappingSettingsPage - class de.hunsicker.jalopy.swing.WrappingSettingsPage.
Settings page for the Jalopy printer wrapping settings.
WrappingSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.WrappingSettingsPage
Creates a new WrappingSettingsPage object.
wrapString(String, int, boolean) - Static method in class de.hunsicker.util.StringHelper
Wraps multi-line strings.
wrapStringToArray(String, int, BreakIterator, String, boolean, int) - Static method in class de.hunsicker.util.StringHelper
Wraps multi-line strings (and get the individual lines).
wrapStringToArray(String, int, String, boolean, int) - Static method in class de.hunsicker.util.StringHelper
Wraps multi-line strings (and returns the individual lines).
write(char[], int, int) - Method in class de.hunsicker.jalopy.printer.NodeWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class de.hunsicker.jalopy.storage.History.ChecksumCharArrayWriter
 

_

_args - Variable in class de.hunsicker.jalopy.language.CodeInspector
Helper array used to store the arguments for the message formatter.
_settings - Static variable in class de.hunsicker.jalopy.language.CodeInspector
The code convention.

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

Copyright © 1997-2005 Jalopy. All Rights Reserved.