editor.IEditorHost Maven / Gradle / Ivy
package editor;
import javax.swing.text.JTextComponent;
/**
*/
public interface IEditorHost
{
public JTextComponent getEditor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package editor;
import javax.swing.text.JTextComponent;
/**
*/
public interface IEditorHost
{
public JTextComponent getEditor();
}