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(String message)intgetCaretPosition()StringgetText()voidsetText(String text)
-