public abstract class JmolConsole extends GenericConsole implements ActionListener, WindowListener
| Modifier and Type | Class and Description |
|---|---|
private class |
JmolConsole.FileChecker |
| Modifier and Type | Field and Description |
|---|---|
protected Container |
externalContainer |
protected ScriptEditor |
scriptEditor |
protected JFrame |
vwrFrame |
clearInButton, clearOutButton, defaultMessage, editButton, historyButton, input, label1, labels, loadButton, menuMap, nTab, output, runButton, stateButton, vwr| Constructor and Description |
|---|
JmolConsole() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
protected void |
addWindowListener() |
void |
dispose() |
protected Container |
getPane() |
JmolScriptEditorInterface |
getScriptEditor() |
protected boolean |
isMenuItem(Object source) |
Object |
newJMenu(String key) |
Object |
newJMenuItem(String key) |
protected String |
nextFileName(String stub,
int nTab) |
protected JmolAbstractButton |
setButton(String label) |
protected void |
setTitle() |
void |
setVisible(boolean isVisible) |
void |
updateFontSize() |
protected void |
updateLabels() |
void |
windowActivated(WindowEvent we) |
void |
windowClosed(WindowEvent we) |
void |
windowClosing(WindowEvent we) |
void |
windowDeactivated(WindowEvent we) |
void |
windowDeiconified(WindowEvent we) |
void |
windowIconified(WindowEvent we) |
void |
windowOpened(WindowEvent we) |
addButton, clearContent, completeCommand, destroyConsole, displayConsole, doAction, execute, getLabel, getLabel1, getLabelWithoutMnemonic, getMnemonic, getText, layoutWindow, map, notifyCallback, notifyEnabled, processKey, recallCommand, sendConsoleEcho, sendConsoleMessage, setAbstractButtonLabels, setCallbackFunction, setLabels, setupLabels, setupLabels0, setViewer, zapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstartprotected JFrame vwrFrame
protected Container externalContainer
protected ScriptEditor scriptEditor
public void dispose()
dispose in interface JmolAppConsoleInterfacedispose in class GenericConsoleprotected Container getPane()
protected void setTitle()
setTitle in class GenericConsolepublic void setVisible(boolean isVisible)
setVisible in interface JmolAppConsoleInterfacesetVisible in class GenericConsoleprotected JmolAbstractButton setButton(String label)
setButton in class GenericConsoleprotected void updateLabels()
updateLabels in class GenericConsolepublic JmolScriptEditorInterface getScriptEditor()
getScriptEditor in interface JmolAppConsoleInterfacegetScriptEditor in class GenericConsoleprotected String nextFileName(String stub, int nTab)
nextFileName in class GenericConsolepublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerprotected boolean isMenuItem(Object source)
isMenuItem in class GenericConsoleprotected void addWindowListener()
public void windowActivated(WindowEvent we)
windowActivated in interface WindowListenerwe - public void windowClosed(WindowEvent we)
windowClosed in interface WindowListenerpublic void windowClosing(WindowEvent we)
windowClosing in interface WindowListenerpublic void windowDeactivated(WindowEvent we)
windowDeactivated in interface WindowListenerwe - public void windowDeiconified(WindowEvent we)
windowDeiconified in interface WindowListenerwe - public void windowIconified(WindowEvent we)
windowIconified in interface WindowListenerwe - public void windowOpened(WindowEvent we)
windowOpened in interface WindowListenerwe - public Object newJMenu(String key)
newJMenu in interface JmolAppConsoleInterfacepublic Object newJMenuItem(String key)
newJMenuItem in interface JmolAppConsoleInterfacepublic void updateFontSize()