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 |
viewerFrame |
clearInButton, clearOutButton, defaultMessage, editButton, historyButton, input, label1, labels, loadButton, menuMap, nTab, output, runButton, stateButton, viewer
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) |
protected String |
nextFileName(String stub,
int nTab) |
protected JmolAbstractButton |
setButton(String label) |
protected void |
setTitle() |
void |
setVisible(boolean isVisible) |
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, setViewer, zap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
start
protected JFrame viewerFrame
protected Container externalContainer
protected ScriptEditor scriptEditor
public void dispose()
dispose
in interface JmolAppConsoleInterface
dispose
in class GenericConsole
protected 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(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 String nextFileName(String stub, int nTab)
nextFileName
in class GenericConsole
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
protected boolean isMenuItem(Object source)
isMenuItem
in class GenericConsole
protected void addWindowListener()
public void windowActivated(WindowEvent we)
windowActivated
in interface WindowListener
we
- public void windowClosed(WindowEvent we)
windowClosed
in interface WindowListener
public void windowClosing(WindowEvent we)
windowClosing
in interface WindowListener
public void windowDeactivated(WindowEvent we)
windowDeactivated
in interface WindowListener
we
- public void windowDeiconified(WindowEvent we)
windowDeiconified
in interface WindowListener
we
- public void windowIconified(WindowEvent we)
windowIconified
in interface WindowListener
we
- public void windowOpened(WindowEvent we)
windowOpened
in interface WindowListener
we
-