public class AppletConsole extends GenericConsole
Modifier and Type | Field and Description |
---|---|
(package private) Object |
jsConsole |
clearInButton, clearOutButton, defaultMessage, editButton, historyButton, input, label1, labels, loadButton, menuMap, nTab, output, runButton, stateButton, viewer
Constructor and Description |
---|
AppletConsole() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
JmolScriptEditorInterface |
getScriptEditor() |
protected boolean |
isMenuItem(Object source) |
protected void |
layoutWindow(String enabledButtons) |
protected String |
nextFileName(String stub,
int nTab) |
protected JmolAbstractButton |
setButton(String text) |
protected void |
setTitle() |
void |
setVisible(boolean visible) |
void |
start(JmolViewer viewer) |
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
Object jsConsole
public void start(JmolViewer viewer)
protected void layoutWindow(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(String text)
setButton
in class GenericConsole
public void dispose()
dispose
in interface JmolAppConsoleInterface
dispose
in class GenericConsole
protected boolean isMenuItem(Object source)
isMenuItem
in class GenericConsole
public JmolScriptEditorInterface getScriptEditor()
getScriptEditor
in interface JmolAppConsoleInterface
getScriptEditor
in class GenericConsole
protected String nextFileName(String stub, int nTab)
nextFileName
in class GenericConsole