Uses of Class
org.opensolaris.opengrok.search.scope.Editor

Packages that use Editor
org.opensolaris.opengrok.search.scope   
org.opensolaris.opengrok.search.scope.editor   
 

Uses of Editor in org.opensolaris.opengrok.search.scope
 

Methods in org.opensolaris.opengrok.search.scope that return Editor
 Editor Config.getEditor()
          Get the selected editor.
 Editor EditorConfigPanel.getEditor()
          get the selected editor
 

Methods in org.opensolaris.opengrok.search.scope that return types with arguments of type Editor
 java.util.List<Editor> Config.getAvailableEditors()
          Get a list of the available editors to use to display files.
 

Methods in org.opensolaris.opengrok.search.scope with parameters of type Editor
 void Config.setEditor(Editor editor)
          Set the editor to use
 void EditorConfigPanel.setEditor(Editor editor)
          Update the GUI elements to display the current editor as the selected one
 

Uses of Editor in org.opensolaris.opengrok.search.scope.editor
 

Subclasses of Editor in org.opensolaris.opengrok.search.scope.editor
 class ExternalEditor
           
 class InternalEditor
          The InternaEditor is used to open a file in a JFrame.