public abstract class JmolConsole extends GenericConsole implements java.awt.event.ActionListener, java.awt.event.WindowListener
Modifier and Type | Class and Description |
---|---|
private class |
JmolConsole.FileChecker |
Modifier and Type | Field and 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 and Description |
---|
JmolConsole() |
Modifier and Type | Method and 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) |
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) |
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, setViewer, zap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
start
protected javax.swing.JFrame vwrFrame
protected java.awt.Container externalContainer
protected ScriptEditor scriptEditor
public void dispose()
dispose
in interface JmolAppConsoleInterface
dispose
in class GenericConsole
protected java.awt.Container getPane()
protected void setTitle()
setTitle
in class GenericConsole
public void setVisible(boolean isVisible)
setVisible
in interface JmolAppConsoleInterface
setVisible
in class GenericConsole
protected JmolAbstractButton setButton(java.lang.String label)
setButton
in class GenericConsole
protected void updateLabels()
updateLabels
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
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
protected boolean isMenuItem(java.lang.Object source)
isMenuItem
in class GenericConsole
protected void addWindowListener()
public void windowActivated(java.awt.event.WindowEvent we)
windowActivated
in interface java.awt.event.WindowListener
we
- public void windowClosed(java.awt.event.WindowEvent we)
windowClosed
in interface java.awt.event.WindowListener
public void windowClosing(java.awt.event.WindowEvent we)
windowClosing
in interface java.awt.event.WindowListener
public void windowDeactivated(java.awt.event.WindowEvent we)
windowDeactivated
in interface java.awt.event.WindowListener
we
- public void windowDeiconified(java.awt.event.WindowEvent we)
windowDeiconified
in interface java.awt.event.WindowListener
we
- public void windowIconified(java.awt.event.WindowEvent we)
windowIconified
in interface java.awt.event.WindowListener
we
- public void windowOpened(java.awt.event.WindowEvent we)
windowOpened
in interface java.awt.event.WindowListener
we
-