org.eclipse.ui.examples.javaeditor |
|
Java Source File Name | Type | Comment |
JavaActionContributor.java | Class | Contributes interesting Java actions to the desktop's Edit menu and the toolbar. |
JavaAnnotationHover.java | Class | The JavaAnnotationHover provides the hover support for java editors. |
JavaContentOutlinePage.java | Class | A content outline page which always represents the content of the
connected editor in 10 segments. |
JavaDocumentSetupParticipant.java | Class | |
JavaEditor.java | Class | Java specific text editor. |
JavaEditorExamplePlugin.java | Class | The example java editor plug-in class. |
JavaEditorMessages.java | Class | |
JavaPartitionScanner.java | Class | This scanner recognizes the JavaDoc comments and Java multi line comments. |
JavaSourceViewerConfiguration.java | Class | Example configuration for an SourceViewer which shows Java code. |
JavaTextHover.java | Class | Example implementation for an ITextHover which hovers over Java code. |
PresentationAction.java | Class | A toolbar action which toggles the presentation model of the
connected text editor. |