JmolAppConsoleInterface
, JmolCallbackListener
public class AppletConsole extends JmolConsole
Modifier and Type | Class | Description |
---|---|---|
(package private) class |
AppletConsole.ControlEnterTextArea |
|
private class |
AppletConsole.GenericTextPane |
clearInButton, clearOutButton, defaultMessage, editButton, historyButton, input, label1, labels, loadButton, menuMap, nTab, output, runButton, stateButton, vwr
externalContainer, scriptEditor, vwrFrame
Constructor | Description |
---|---|
AppletConsole() |
Modifier and Type | Method | 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) |
addButton, clearContent, completeCommand, destroyConsole, displayConsole, doAction, getLabel, getLabelWithoutMnemonic, getMnemonic, getText, map, notifyCallback, notifyEnabled, processKey, recallCommand, sendConsoleEcho, sendConsoleMessage, setAbstractButtonLabels, setCallbackFunction, setLabels, setupLabels, setupLabels0, setViewer, zap
addWindowListener, dispose, getPane, getScriptEditor, isMenuItem, newJMenu, newJMenuItem, nextFileName, setButton, setTitle, updateFontSize, updateLabels, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
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 class JmolConsole
protected void execute(java.lang.String strCommand)
execute
in class GenericConsole