Interface EditorEmbedderFactory.IEditorCreator

    • Method Detail

      • embedEditor

        IEmbeddedEditor embedEditor​(java.net.URI resourceURI,
                                    org.eclipse.swt.widgets.Composite composite)
        Embeds an editor handling the given resourceURI.
        Parameters:
        resourceURI - the URI to be handled
        composite - the parent composite to embed the editor into
        Returns:
        the embedded editor (or null if embedding failed for some reason)