DummyEditorRegistry

public class DummyEditorRegistry implements IEditorRegistry

Dummy editor registry that gets bound by default, to display sane warnings when nothing else is bound to IEditorRegistry. Replace with working implementation or bind NullEditorRegistry to disable the warning.

Methods

open

public void open(FileObject resource, IProject project)

open

public void open(Iterable<FileObject> resources, IProject project)

openEditors

public Iterable<IEditor> openEditors()