Package org.jmol.api
Interface JmolAppConsoleInterface
-
- All Known Implementing Classes:
AppConsole,AppletConsole,AppletConsole,GenericConsole,JmolConsole
public interface JmolAppConsoleInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()JmolScriptEditorInterfacegetScriptEditor()StringgetText()ObjectnewJMenu(String key)ObjectnewJMenuItem(String key)voidsendConsoleEcho(String strEcho)voidsendConsoleMessage(String strInfo)voidsetVisible(boolean b)voidstart(Viewer vwr)voidzap()
-
-
-
Method Detail
-
setVisible
void setVisible(boolean b)
-
sendConsoleEcho
void sendConsoleEcho(String strEcho)
-
sendConsoleMessage
void sendConsoleMessage(String strInfo)
-
getScriptEditor
JmolScriptEditorInterface getScriptEditor()
-
start
void start(Viewer vwr)
-
zap
void zap()
-
dispose
void dispose()
-
getText
String getText()
-
-