public class AppletConsole extends JmolConsole
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AppletConsole.ControlEnterTextArea |
private class |
AppletConsole.GenericTextPane |
externalContainer, scriptEditor, vwrFrameclearInButton, 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, newJMenu, newJMenuItem, nextFileName, setButton, setTitle, updateFontSize, updateLabels, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpenedaddButton, clearContent, completeCommand, destroyConsole, displayConsole, doAction, getLabel, getLabelWithoutMnemonic, getMnemonic, getText, map, notifyCallback, notifyEnabled, processKey, recallCommand, sendConsoleEcho, sendConsoleMessage, setAbstractButtonLabels, setCallbackFunction, setLabels, setupLabels, setupLabels0, setViewer, zappublic void start(Viewer vwr)
protected JmolAbstractButton getLabel1()
getLabel1 in class GenericConsoleprotected void layoutWindow(java.lang.String enabledButtons)
layoutWindow in class GenericConsoleprivate 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 JmolAppConsoleInterfacesetVisible in class JmolConsolepublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class JmolConsoleprotected void execute(java.lang.String strCommand)
execute in class GenericConsole