java.awt.event.ActionListener, java.awt.event.WindowListener, java.util.EventListener, JmolAppConsoleInterface, JmolCallbackListenerAppConsole, AppletConsolepublic abstract class JmolConsole extends GenericConsole implements java.awt.event.ActionListener, java.awt.event.WindowListener
| Modifier and Type | Class | Description |
|---|---|---|
private class |
JmolConsole.FileChecker |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.awt.Container |
externalContainer |
|
protected ScriptEditor |
scriptEditor |
|
protected javax.swing.JFrame |
vwrFrame |
clearInButton, clearOutButton, defaultMessage, editButton, historyButton, input, label1, labels, loadButton, menuMap, nTab, output, runButton, stateButton, vwr| Constructor | Description |
|---|---|
JmolConsole() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
|
protected void |
addWindowListener() |
|
void |
dispose() |
|
protected java.awt.Container |
getPane() |
|
JmolScriptEditorInterface |
getScriptEditor() |
|
protected boolean |
isMenuItem(java.lang.Object source) |
|
java.lang.Object |
newJMenu(java.lang.String key) |
|
java.lang.Object |
newJMenuItem(java.lang.String key) |
|
protected java.lang.String |
nextFileName(java.lang.String stub,
int nTab) |
|
protected JmolAbstractButton |
setButton(java.lang.String label) |
|
protected void |
setTitle() |
|
void |
setVisible(boolean isVisible) |
|
void |
updateFontSize() |
|
protected void |
updateLabels() |
|
void |
windowActivated(java.awt.event.WindowEvent we) |
|
void |
windowClosed(java.awt.event.WindowEvent we) |
|
void |
windowClosing(java.awt.event.WindowEvent we) |
|
void |
windowDeactivated(java.awt.event.WindowEvent we) |
|
void |
windowDeiconified(java.awt.event.WindowEvent we) |
|
void |
windowIconified(java.awt.event.WindowEvent we) |
|
void |
windowOpened(java.awt.event.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, zapstartprotected javax.swing.JFrame vwrFrame
protected java.awt.Container externalContainer
protected ScriptEditor scriptEditor
public void dispose()
dispose in interface JmolAppConsoleInterfacedispose in class GenericConsoleprotected java.awt.Container getPane()
protected void setTitle()
setTitle in class GenericConsolepublic void setVisible(boolean isVisible)
setVisible in interface JmolAppConsoleInterfacesetVisible in class GenericConsoleprotected JmolAbstractButton setButton(java.lang.String label)
setButton in class GenericConsoleprotected void updateLabels()
updateLabels in class GenericConsolepublic JmolScriptEditorInterface getScriptEditor()
getScriptEditor in interface JmolAppConsoleInterfacegetScriptEditor in class GenericConsoleprotected java.lang.String nextFileName(java.lang.String stub,
int nTab)
nextFileName in class GenericConsolepublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerprotected boolean isMenuItem(java.lang.Object source)
isMenuItem in class GenericConsoleprotected void addWindowListener()
public void windowActivated(java.awt.event.WindowEvent we)
windowActivated in interface java.awt.event.WindowListenerwe - public void windowClosed(java.awt.event.WindowEvent we)
windowClosed in interface java.awt.event.WindowListenerpublic void windowClosing(java.awt.event.WindowEvent we)
windowClosing in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent we)
windowDeactivated in interface java.awt.event.WindowListenerwe - public void windowDeiconified(java.awt.event.WindowEvent we)
windowDeiconified in interface java.awt.event.WindowListenerwe - public void windowIconified(java.awt.event.WindowEvent we)
windowIconified in interface java.awt.event.WindowListenerwe - public void windowOpened(java.awt.event.WindowEvent we)
windowOpened in interface java.awt.event.WindowListenerwe - public java.lang.Object newJMenu(java.lang.String key)
newJMenu in interface JmolAppConsoleInterfacepublic java.lang.Object newJMenuItem(java.lang.String key)
newJMenuItem in interface JmolAppConsoleInterfacepublic void updateFontSize()