public class AppletConsole extends GenericConsole
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Object |
jsConsole |
clearInButton, clearOutButton, defaultMessage, editButton, historyButton, input, label1, labels, loadButton, menuMap, nTab, output, runButton, stateButton, vwr
Constructor and Description |
---|
AppletConsole() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
JmolScriptEditorInterface |
getScriptEditor() |
protected boolean |
isMenuItem(java.lang.Object source) |
protected void |
layoutWindow(java.lang.String enabledButtons) |
protected java.lang.String |
nextFileName(java.lang.String stub,
int nTab) |
protected JmolAbstractButton |
setButton(java.lang.String text) |
protected void |
setTitle() |
void |
setVisible(boolean visible) |
void |
start(Viewer vwr) |
addButton, clearContent, completeCommand, destroyConsole, displayConsole, doAction, execute, getLabel, getLabel1, getLabelWithoutMnemonic, getText, map, notifyCallback, notifyEnabled, processKey, recallCommand, sendConsoleEcho, sendConsoleMessage, setAbstractButtonLabels, setCallbackFunction, setLabels, setupLabels, setViewer, updateLabels, zap
public void start(Viewer vwr)
protected void layoutWindow(java.lang.String enabledButtons)
layoutWindow
in class GenericConsole
protected void setTitle()
setTitle
in class GenericConsole
public void setVisible(boolean visible)
setVisible
in interface JmolAppConsoleInterface
setVisible
in class GenericConsole
protected JmolAbstractButton setButton(java.lang.String text)
setButton
in class GenericConsole
public void dispose()
dispose
in interface JmolAppConsoleInterface
dispose
in class GenericConsole
protected boolean isMenuItem(java.lang.Object source)
isMenuItem
in class GenericConsole
public JmolScriptEditorInterface getScriptEditor()
getScriptEditor
in interface JmolAppConsoleInterface
getScriptEditor
in class GenericConsole
protected java.lang.String nextFileName(java.lang.String stub, int nTab)
nextFileName
in class GenericConsole