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(ActionEvent e) |
private void |
add(Container c2,
JmolAbstractButton b) |
private void |
addHelpItems(JMenu m0,
String key,
String attr) |
private void |
addHelpMenuBar(JMenuBar menuBar) |
private JMenuBar |
createMenubar() |
private JMenuItem |
createMenuItem(String cmd) |
protected void |
execute(String strCommand) |
protected JmolAbstractButton |
getLabel1() |
protected void |
layoutWindow(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(String enabledButtons)
layoutWindow in class GenericConsoleprivate void add(Container c2, JmolAbstractButton b)
private JMenuBar createMenubar()
private void addHelpMenuBar(JMenuBar menuBar)
public void setVisible(boolean visible)
setVisible in interface JmolAppConsoleInterfacesetVisible in class JmolConsolepublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListeneractionPerformed in class JmolConsoleprotected void execute(String strCommand)
execute in class GenericConsole