public interface BasicEditorPaneContainer
BasicEditorPane contained within it, 
 and a method to retrieve it.
 
 It is used by Editors to allow controllers to access the actual BasicEditorPane
 component.
 
A container could potentially contain more than one editor, it is up to the implementor to decide which one to return. This return value need not be consistent, e.g. a different editor might be returned if the focus changes between two contained editors
| Modifier and Type | Method and Description | 
|---|---|
BasicEditorPane | 
getFocusedEditorPane()
Fetches the focused (active) editor pane embedded in the editor. 
 | 
BasicEditorPane getFocusedEditorPane()
BasicEditorPane
         that currently has focus