org.netbeans.modules.java.navigation |
|
Java Source File Name | Type | Comment |
CaretListeningFactory.java | Class | This factory creates tasks sensitive to the caret position in open Java editor.
author: Sandip V. |
CaretListeningTask.java | Class | This task is called every time the caret position changes in a Java editor.
The task finds the TreePath of the Tree under the caret, converts it to
an Element and then shows the declartion of the element in Declaration window
and javadoc in the Javadoc window.
author: Sandip V. |
ClassMemberFilters.java | Class | |
ClassMemberNavigatorJavaSourceFactory.java | Class | |
ClassMemberPanel.java | Class | |
ClassMemberPanelUI.java | Class | |
DeclarationTopComponent.java | Class | Top component which displays something.
author: Sandip V. |
DocumentationScrollPane.java | Class | |
ElementNode.java | Class | |
ElementScanningTask.java | Class | XXX Remove the ElementScanner class from here it should be wenough to
consult the Elements class. |
HTMLDocView.java | Class | HTML documentation view. |
JavadocTopComponent.java | Class | Top component which displays something.
author: Sandip V. |
JavaElement.java | Interface | The interface representing Java elements in hierarchy and members pop up windows. |
JavaHierarchy.java | Class | |
JavaHierarchyModel.java | Class | The tree model for hierarchy pop up window. |
JavaHierarchyPanel.java | Class | |
JavaMembers.java | Class | |
JavaMembersAndHierarchyIcons.java | Class | |
JavaMembersAndHierarchyOptions.java | Class | The static options for hierarchy and members pop up windows.
The options are currently not persisted (probably should be). |
JavaMembersModel.java | Class | The tree model for members pop up window. |
JavaMembersPanel.java | Class | |
JavaTreeCellRenderer.java | Class | |
NoBorderToolBar.java | Class | ToolBar that doesn't paint any border.
author: S. |
ResizablePopup.java | Class | A simple singleton factory for a popup dialog for
hierarchy and members pop up windows. |
ToolTipManagerEx.java | Class | Customized copy of javax.swing.ToolTipManager
author: S. |
Utils.java | Class | |