Package net.ssehub.easy.dslCore.ui
Interface EditorEmbedderFactory.IEditorCreator
-
- All Known Implementing Classes:
Activator,EditorUtils,EditorUtils,StandaloneActivator
- Enclosing class:
- EditorEmbedderFactory
public static interface EditorEmbedderFactory.IEditorCreatorCreates a specific embedded editor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEmbeddedEditorembedEditor(java.net.URI resourceURI, org.eclipse.swt.widgets.Composite composite)Embeds an editor handling the givenresourceURI.
-
-
-
Method Detail
-
embedEditor
IEmbeddedEditor embedEditor(java.net.URI resourceURI, org.eclipse.swt.widgets.Composite composite)
Embeds an editor handling the givenresourceURI.- Parameters:
resourceURI- the URI to be handledcomposite- the parent composite to embed the editor into- Returns:
- the embedded editor (or null if embedding failed for some reason)
-
-