public interface JmolAppConsoleInterface
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
JmolScriptEditorInterface |
getScriptEditor() |
String |
getText() |
Object |
newJMenu(String key) |
Object |
newJMenuItem(String key) |
void |
sendConsoleEcho(String strEcho) |
void |
sendConsoleMessage(String strInfo) |
void |
setVisible(boolean b) |
void |
start(Viewer vwr) |
void |
zap() |
void setVisible(boolean b)
void sendConsoleEcho(String strEcho)
void sendConsoleMessage(String strInfo)
JmolScriptEditorInterface getScriptEditor()
void start(Viewer vwr)
void zap()
void dispose()
String getText()