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 void
append(java.lang.String message)
int
getCaretPosition()
java.lang.String
getText()
void
setText(java.lang.String text)
-