- field() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- FILE - Static variable in class de.hunsicker.jalopy.storage.Environment.Variable
-
Defines the variable "file".
- 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_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".
- FileFormat - Class in de.hunsicker.io
-
Represents the file format of a platform.
- FINAL - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- FINAL - Static variable in class de.hunsicker.jalopy.language.ModifierType
-
Represents the final modifier.
- finallyBlock() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- FLOAT_SUFFIX - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- flush() - Method in class de.hunsicker.jalopy.storage.Convention
-
Flushes the code convention to the persistent store.
- flush() - Method in class de.hunsicker.jalopy.storage.History
-
Stores the history to the backing store.
- font() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- font_dfn() - Method in class de.hunsicker.jalopy.language.JavadocParser
-
- FOOTER - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- FOOTER - Static variable in class de.hunsicker.jalopy.storage.ConventionKeys
-
Insert a footer?
- 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 in de.hunsicker.jalopy.swing
-
Settings page for the Jalopy printer footer settings.
- FooterSettingsPage() - Constructor for class de.hunsicker.jalopy.swing.FooterSettingsPage
-
Creates a new FooterSettingsPage object.
- FOR_CONDITION - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- FOR_INIT - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- FOR_ITERATOR - Static variable in class de.hunsicker.jalopy.language.JavaTokenTypes
-
- FORCE_FORMATTING - Static variable in class de.hunsicker.jalopy.storage.ConventionDefaults
-
The default value for the key with the same name ("false").
- 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?
- forCond() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- forInit() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- forIter() - Method in class de.hunsicker.jalopy.language.JavaParser
-
- 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_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).