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