All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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