public class AppletConsole extends JmolConsole
Modifier and Type | Class and Description |
---|---|
(package private) class |
AppletConsole.ControlEnterTextArea |
private class |
AppletConsole.GenericTextPane |
externalContainer, scriptEditor, vwrFrame
clearInButton, clearOutButton, defaultMessage, editButton, historyButton, input, label1, labels, loadButton, menuMap, nTab, output, runButton, stateButton, vwr
Constructor and Description |
---|
AppletConsole() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
private void |
add(java.awt.Container c2,
JmolAbstractButton b) |
private void |
addHelpItems(javax.swing.JMenu m0,
java.lang.String key,
java.lang.String attr) |
private void |
addHelpMenuBar(javax.swing.JMenuBar menuBar) |
private javax.swing.JMenuBar |
createMenubar() |
private javax.swing.JMenuItem |
createMenuItem(java.lang.String cmd) |
protected void |
execute(java.lang.String strCommand) |
protected JmolAbstractButton |
getLabel1() |
protected void |
layoutWindow(java.lang.String enabledButtons) |
void |
setVisible(boolean visible) |
void |
start(Viewer vwr) |
addWindowListener, dispose, getPane, getScriptEditor, isMenuItem, nextFileName, setButton, setTitle, updateLabels, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
addButton, clearContent, completeCommand, destroyConsole, displayConsole, doAction, getLabel, getLabelWithoutMnemonic, getMnemonic, getText, map, notifyCallback, notifyEnabled, processKey, recallCommand, sendConsoleEcho, sendConsoleMessage, setAbstractButtonLabels, setCallbackFunction, setLabels, setupLabels, setViewer, zap
public void start(Viewer vwr)
protected JmolAbstractButton getLabel1()
getLabel1
in class GenericConsole
protected void layoutWindow(java.lang.String enabledButtons)
layoutWindow
in class GenericConsole
private void add(java.awt.Container c2, JmolAbstractButton b)
private javax.swing.JMenuBar createMenubar()
private void addHelpMenuBar(javax.swing.JMenuBar menuBar)
private void addHelpItems(javax.swing.JMenu m0, java.lang.String key, java.lang.String attr)
private javax.swing.JMenuItem createMenuItem(java.lang.String cmd)
public void setVisible(boolean visible)
setVisible
in interface JmolAppConsoleInterface
setVisible
in class JmolConsole
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class JmolConsole
protected void execute(java.lang.String strCommand)
execute
in class GenericConsole