Package org.jmol.api.js
Interface GenericConsoleTextArea
-
public interface GenericConsoleTextArea
-
-
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)
-