package org.jbehave.eclipse.editor.text; public interface TextProvider { String textOf(Object element); }