ptolemy.vergil.toolbox
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: TextEditorFactory.java 57040 2010-01-27 20:52:32Z cxh $
Author:
Edward A. Lee
See Also:
TextEditorConfigureFactory, TextEditorTableauFactory
Accepted Rating:
Red (ptolemy)
Proposed Rating:
Yellow (eal)

Method Summary
 void clear()
          Clear the object.
 java.lang.String getText()
          Return the current text in the editor.
 

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.