Package jspecview.appletjs
Class JSVAppletPro
java.lang.Object
jspecview.appletjs.JSVApplet
jspecview.appletjs.JSVAppletPro
- All Implemented Interfaces:
JSInterface,AppletFrame,JSVAppletInterface
A signed applet that has an Advanced... menu item that pulls up a MainFrame
- Author:
- Bob Hanson St. Olaf College hansonr@stolaf.edu
-
Field Summary
Fields inherited from class jspecview.appletjs.JSVApplet
app, viewer, viewerOptions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jspecview.appletjs.JSVApplet
addHighlight, cacheFileByName, cachePut, callToJavaScript, checkScript, createMainPanel, destroy, export, exportSpectrum, getApp, getCoordinate, getDocumentBase, getFullName, getJSVPanel, getParameter, getParameter, getPropertyAsJavaObject, getPropertyAsJSON, getSolnColour, initViewer, isSigned, loadInline, newWindow, openFile, openFileAsyncSpecial, openFileAsyncSpecialType, print, processKeyEvent, processMouseEvent, processTwoPointGesture, removeAllHighlights, removeHighlight, repaint, reversePlot, runScript, runScriptNow, setDisplay, setDropTargetListener, setFilePath, setPanelVisible, setScreenDimension, setSpectrumNumber, setStatusDragDropped, startHoverWatcher, syncScript, toggleCoordinate, toggleGrid, toggleIntegration, togglePointsOnly, update, validate, validateContent, writeStatus
-
Constructor Details
-
JSVAppletPro
-
-
Method Details
-
init
public void init()Description copied from class:JSVAppletInitializes applet with parameters and load theJDXSourcecalled by the browser -
isPro
public boolean isPro()- Specified by:
isProin interfaceJSVAppletInterface- Overrides:
isProin classJSVApplet
-
getAppletInfo
Description copied from class:JSVAppletGet Applet information- Specified by:
getAppletInfoin interfaceAppletFrame- Overrides:
getAppletInfoin classJSVApplet- Returns:
- the String "JSpecView Applet"
-
script
JSVAppletPro uses "script()" for executing a real script, not a parameter initialization. "runScript()" will also work -
doExitJmol
public void doExitJmol()- Specified by:
doExitJmolin interfaceAppletFrame- Overrides:
doExitJmolin classJSVApplet
-