org.netbeans.editor.ext |
|
Java Source File Name | Type | Comment |
AbstractFormatLayer.java | Class | Abstract formatting layer offers the support for naming the layer and
creation of an format-support. |
CharacterArrayIterator.java | Class | Character-iterator that operates on the array of characters. |
Completion.java | Class | |
CompletionPane.java | Interface | Pane displaying the completion view and accompanying components like label
for title etc. |
CompletionQuery.java | Interface | Code completion querying support. |
CompletionView.java | Interface | Code copmletion view component interface. |
ExtCaret.java | Class | |
ExtEditorUI.java | Class | Editor UI for the component. |
ExtFinderFactory.java | Class | Various finders are located here. |
ExtFormatSupport.java | Class | Extended format-support offers comment-token support, token-and-text
operations and other support. |
ExtFormatter.java | Class | Unlike the formatter class, the ExtFormatter concentrates on providing a
support for the real formatting process. |
ExtKit.java | Class | |
ExtSettingsDefaults.java | Class | Initializer for the extended editor settings. |
ExtSettingsInitializer.java | Class | Initializer for the extended editor settings. |
ExtSettingsNames.java | Class | Names of the extended editor settings. |
ExtSyntaxSupport.java | Class | |
ExtUtilities.java | Class | |
FileStorage.java | Class | Management of storage of the data for the java completion. |
FindDialogPanel.java | Class | |
FindDialogSupport.java | Class | |
FormatLayer.java | Interface | Formatting layer that can be added to BaseFormatter to format the
tokens. |
FormatSupport.java | Class | Format support presents a set of operations over the format-writer that is
specific for the given set of formatting layers. |
FormatTokenPosition.java | Interface | Position consisting of the token-item and the offset inside it. |
FormatTokenPositionSupport.java | Class | Support class for mapping the token-positions to the tokens and providing
additional operations. |
FormatWriter.java | Class | Formatting writter accepts the input-text, formats it and writes the output
to the underlying writer. |
GotoDialogPanel.java | Class | GotoDialogPanel is an UI object for entering line numbers to move caret to.
It maintains its own history (stored in EditorState). |
GotoDialogSupport.java | Class | |
KeywordMatchGenerator.java | Class | Generator of code used for matching the keywords or more generally some group
of words. |
ListCompletionView.java | Class | Code completion view component interface. |
MultiSyntax.java | Class | Composition of several syntaxes together. |
ScrollCompletionPane.java | Class | Pane displaying the completion view and accompanying components like label
for title etc. |
StringCache.java | Class | Cache holding the most commonly used strings. |
ToolTipSupport.java | Class | Support for editor tooltips. |