Package org.jmol.console
Interface GenericTextArea
-
- All Known Implementing Classes:
AppletConsole.ControlEnterTextArea,AppletConsole.GenericTextPane
public interface GenericTextArea
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(java.lang.String message)intgetCaretPosition()java.lang.StringgetText()voidsetText(java.lang.String text)
-