Interface TextEditorFactory

  • All Known Implementing Classes:
    TextEditorConfigureFactory, TextEditorTableauFactory

    public interface TextEditorFactory
    An interface for objects with a clear() method. This is implemented, for example, by TextEditorConfigureFactory and TextEditorTableauFactory, which regrettably have no useful common base class.
    Since:
    Ptolemy II 4.0
    Version:
    $Id$
    Author:
    Edward A. Lee
    See Also:
    TextEditorConfigureFactory, TextEditorTableauFactory
    Pt.AcceptedRating:
    Red (ptolemy)
    Pt.ProposedRating:
    Yellow (eal)
    • Method Detail

      • clear

        void clear()
        Clear the object.
      • getText

        java.lang.String getText()
        Return the current text in the editor.
        Returns:
        The current text in the editor.