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

G

GE - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
DOCUMENT ME!
GETTER - Static variable in class de.hunsicker.jalopy.language.MethodType
Represents a Java Bean accessor.
GT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
DOCUMENT ME!
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(File) - Method in class de.hunsicker.jalopy.language.ClassRepository
Returns the repository info for the given location.
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.storage.History
Returns the history entry for the given file.
getASTFactory() - Method in interface de.hunsicker.jalopy.language.Parser
Sets the factory used to create the nodes of the parse tree.
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.
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.FooterSettingsPage
Returns the settings key to store the setting.
getBlankLinesAfterKey() - 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.
getBlankLinesBeforeKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
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.
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.
getChecksum() - Method in class de.hunsicker.jalopy.storage.History.ChecksumCharArrayWriter
 
getColumn() - Method in class de.hunsicker.jalopy.language.ExtendedToken
Returns the starting column of the token.
getColumn() - Method in interface de.hunsicker.jalopy.language.Lexer
Returns the current column.
getColumn() - Method in class de.hunsicker.jalopy.language.Position
Returns the column information of this position.
getColumn() - Method in class de.hunsicker.jalopy.language.Recognizer
Returns the current column of the lexer.
getColumn() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the column offset in the current line.
getComment() - Method in class de.hunsicker.jalopy.language.ExtendedToken
Returns the comment that is attached to this token.
getCommentAfter() - Method in class de.hunsicker.jalopy.language.JavaNode
Returns the first comment that appears after this node.
getCommentBefore() - Method in class de.hunsicker.jalopy.language.JavaNode
Returns the first comment before this node.
getCompatibility() - Method in class de.hunsicker.jalopy.language.JavaLexer
Gets the current source compatiblity version.
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.FooterSettingsPage
Returns the settings key to store the setting.
getConventionKeysKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getData() - Method in class de.hunsicker.jalopy.language.Annotation
Returns the application specific annotation data.
getData() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
Returns the current data.
getDefaultAfter() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the default value for the BLANK_LINES_AFTER_XXX setting.
getDefaultAfter() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the default value for the BLANK_LINES_AFTER_XXX setting.
getDefaultProject() - Static method in class de.hunsicker.jalopy.storage.Convention
Returns the default project.
getDeleteLabel() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the label text for the identiy panel.
getDeleteLabel() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
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
DOCUMENT ME!
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.ExtendedToken
Returns the token's start column
getEndColumn() - Method in class de.hunsicker.jalopy.language.Node
Returns the column number where this node ends.
getEndLine() - Method in class de.hunsicker.jalopy.language.ExtendedToken
Returns the token's end line.
getEndLine() - Method in class de.hunsicker.jalopy.language.Node
Returns the line number where this node ends.
getEngine() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns a Jalopy instance.
getExpected() - Method in class de.hunsicker.jalopy.VersionMismatchException
Returns the expected version.
getFile() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the file of the editor.
getFile() - Method in interface de.hunsicker.jalopy.plugin.ProjectFile
Returns the underlying physical file.
getFileFormat() - Method in class de.hunsicker.jalopy.language.JavaLexer
Returns the detected file format.
getFileFormat() - Method in class de.hunsicker.jalopy.language.JavadocLexer
Returns the detected file format.
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.Recognizer
Gets the file format of the parsed file as reported by the lexer
getFileFormat() - Method in class de.hunsicker.jalopy.plugin.AbstractPlugin
Returns the file format to use for writing Java source files.
getFilename() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
Returns the filename under which this entry is stored.
getFilename() - Method in interface de.hunsicker.jalopy.language.Lexer
Returns the name of the file.
getFilename() - Method in interface de.hunsicker.jalopy.language.Parser
Returns the name of the file.
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.
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.
getInfo() - Method in class de.hunsicker.jalopy.language.ClassRepositoryEntry
Returns the entry information.
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.storage.Convention
Returns the sole instance of this object.
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.History
Returns the sole instance of this class.
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.FooterSettingsPage
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.HeaderSettingsPage
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.JavaLexer
Returns the internal parser for Javadoc comments.
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.
getLexer() - Method in class de.hunsicker.jalopy.language.Recognizer
Returns the used lexer.
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.ExtendedToken
Returns the starting line of the token.
getLine() - Method in interface de.hunsicker.jalopy.language.Lexer
Returns the current line.
getLine() - Method in class de.hunsicker.jalopy.language.Position
Returns the line information of this position.
getLine() - Method in class de.hunsicker.jalopy.language.Recognizer
Returns the current line of the lexer.
getLine() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the current line number.
getLineSeparator() - Method in class de.hunsicker.io.FileFormat
Returns the characteristic line separator of the file format.
getLocale() - Method in class de.hunsicker.jalopy.storage.Convention
Returns the preferred locale.
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.
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.DeclarationType
Returns the name of this type.
getName() - Method in class de.hunsicker.jalopy.language.ModifierType
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.Environment.Variable
Returns the name of the variable.
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.ImportPolicy
Returns the unique name of this policy.
getName() - Method in class de.hunsicker.jalopy.storage.Project
Returns the project name.
getName() - Method in class de.hunsicker.util.Version
Returns the version name.
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.DeclarationType
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.ModifierType
Returns a string representation of the current sort order.
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.language.JavaRecognizer
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.
getParent() - Method in class de.hunsicker.jalopy.language.JavaNode
Returns the parent node of this node.
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.JavaRecognizer
Returns the root node of the generated parse tree.
getParseTree() - Method in class de.hunsicker.jalopy.language.JavadocParser
DOCUMENT ME!
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.Recognizer
Returns the root node of the generated parse tree.
getParser() - Method in class de.hunsicker.jalopy.language.JavaLexer
Returns the corresponding parser for this lexer.
getParser() - Method in class de.hunsicker.jalopy.language.JavadocLexer
DOCUMENT ME!
getParser() - Method in interface de.hunsicker.jalopy.language.Lexer
Returns the corresponding parser for this lexer.
getParser() - Method in class de.hunsicker.jalopy.language.Recognizer
Returns the used parser.
getPosition() - Method in class de.hunsicker.jalopy.language.JavaNode
Gets the tracked position.
getPosition() - Method in class de.hunsicker.jalopy.language.JavaRecognizer
Returns the tracked position information.
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.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.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.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.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.
getPreviousSibling() - Method in class de.hunsicker.jalopy.language.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.
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.
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.JavaNode
Returns the number of comments that appear after this node.
getSizeCommentsBefore() - Method in class de.hunsicker.jalopy.language.JavaNode
Returns the number of comments that appear before this node.
getSmartModeKey() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the settings key to store the setting.
getSmartModeKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getStartColumn() - Method in class de.hunsicker.jalopy.language.Node
Returns the column number where this node starts.
getStartLine() - Method in class de.hunsicker.jalopy.language.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.
getTabSize() - Method in class de.hunsicker.jalopy.language.JavadocLexer
Returns the current tab size.
getText() - Method in class de.hunsicker.jalopy.language.ExtendedToken
Returns the text of the token.
getText() - Method in class de.hunsicker.jalopy.language.Node
Get the token text for this node
getText() - Method in interface de.hunsicker.jalopy.plugin.Editor
Returns the text contained in this editor.
getTextKey() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the settings key to store the setting.
getTextKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getTitle() - Method in class de.hunsicker.jalopy.swing.AbstractSettingsPage
Returns the title of this page.
getTokenNames() - Method in interface de.hunsicker.jalopy.language.Parser
Returns the token names of the parser.
getType() - Method in class de.hunsicker.jalopy.language.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.FooterSettingsPage
Returns the settings key to store the setting.
getUseKey() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the settings key to store the setting.
getUseLabel() - Method in class de.hunsicker.jalopy.swing.FooterSettingsPage
Returns the text for the use label.
getUseLabel() - Method in class de.hunsicker.jalopy.swing.HeaderSettingsPage
Returns the text for the use label.
getVersion() - Static method in class de.hunsicker.jalopy.Jalopy
Returns the version information.
getVersion() - Static method in class de.hunsicker.jalopy.plugin.console.ConsolePlugin
Returns the version information of this Plug-in.
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.

Jalopy 1.0b10
A B C D E F G H I J K L M N O P Q R S T U V W _
Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 17 2003