Package ptolemy.vergil.toolbox
Interface TextEditorFactory
-
- All Known Implementing Classes:
TextEditorConfigureFactory,TextEditorTableauFactory
public interface TextEditorFactoryAn 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()Clear the object.java.lang.StringgetText()Return the current text in the editor.
-