public interface JmolAppConsoleInterface
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
JmolScriptEditorInterface |
getScriptEditor() |
String |
getText() |
void |
sendConsoleEcho(String strEcho) |
void |
sendConsoleMessage(String strInfo) |
void |
setVisible(boolean b) |
void |
start(JmolViewer viewer) |
void |
zap() |
void setVisible(boolean b)
void sendConsoleEcho(String strEcho)
void sendConsoleMessage(String strInfo)
JmolScriptEditorInterface getScriptEditor()
void start(JmolViewer viewer)
void zap()
void dispose()
String getText()