org.jmol.applet
public class Jmol extends Object implements WrappedApplet
| Nested Class Summary | |
|---|---|
| class | Jmol.MyStatusListener |
| Field Summary | |
|---|---|
| AppletWrapper | appletWrapper |
| String[] | callbacks |
| boolean | doTranslate |
| String | fullName |
| boolean | hasProgressBar |
| boolean | haveDocumentAccess |
| String | htmlName |
| boolean | isSigned |
| boolean | isUpdating |
| JmolPopup | jmolpopup |
| Jvm12 | jvm12 |
| boolean | jvm12orGreater |
| String | language |
| int | lastMotionEventNumber |
| boolean | loading |
| boolean | mayScript |
| String | menuStructure |
| JmolAdapter | modelAdapter |
| Jmol.MyStatusListener | myStatusListener |
| boolean | needPopupMenu |
| int | paintCounter |
| boolean | popupMenuAllowed |
| static String[] | progressbarMsgs |
| static boolean | REQUIRE_PROGRESSBAR |
| boolean | showPaintTime |
| String | statusForm |
| String | statusText |
| String | statusTextarea |
| String | syncId |
| static int | SCRIPT_CHECK |
| static int | SCRIPT_NOWAIT |
| static int | SCRIPT_WAIT |
| long | timeBegin |
| int | timeCount |
| int | timeLast |
| int | timeTotal |
| JmolViewer | viewer |
| Method Summary | |
|---|---|
| void | destroy() |
| String | fmt(int num) |
| String | getAppletInfo() |
| boolean | getBooleanValue(String propertyName, boolean defaultValue) |
| String | getParameter(String paramName) |
| void | getPopupMenu(boolean forceNewConsole) |
| Object | getProperty(String infoType) |
| Object | getProperty(String infoType, String paramInfo) |
| String | getPropertyAsJSON(String infoType) |
| String | getPropertyAsJSON(String infoType, String paramInfo) |
| String | getPropertyAsString(String infoType) |
| String | getPropertyAsString(String infoType, String paramInfo) |
| String | getValue(String propertyName, String defaultValue) |
| String | getValueLowerCase(String paramName, String defaultValue) |
| boolean | handleEvent(Event e) |
| void | init() |
| void | initApplication() |
| void | initWindows() |
| void | loadDOMNode(JSObject DOMNode) |
| void | loadInline(String strModel) |
| void | loadInline(String strModel, String script) |
| void | loadInline(String[] strModels) |
| void | loadInline(String[] strModels, String script) |
| void | loadInlineArray(String[] strModels, String script, boolean isAppend) |
| void | loadInlineSeparated(String strModel, String script) |
| void | loadInlineString(String strModel, String script, boolean isAppend) |
| void | loadNodeId(String nodeId) |
| void | paint(Graphics g) |
| void | printProgressbarMessage(Graphics g) |
| void | script(String script) |
| String | scriptCheck(String script) |
| String | scriptNoWait(String script) |
| String | scriptProcessor(String script, String statusParams, int processType) |
| String | scriptWait(String script) |
| String | scriptWait(String script, String statusParams) |
| void | sendJsTextareaStatus(String message) |
| void | sendJsTextStatus(String message) |
| void | setAppletWrapper(AppletWrapper appletWrapper) |
| void | setLogging() |
| void | setStringProperty(String name, String value) |
| void | setValue(String name, String defaultValue) |
| void | showTimes(int x, int y, Graphics g) |
| void | startPaintClock() |
| void | stopPaintClock() |
| void | syncScript(String script) |
| void | update(Graphics g) |
| void | update(Graphics g, String source) |
Deprecated:
Parameters: strModel
Deprecated:
Parameters: strModel script
Deprecated:
Parameters: strModels
Deprecated:
Parameters: strModels script