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, setVisible, startHoverWatcher, syncScript, toggleCoordinate, toggleGrid, toggleIntegration, togglePointsOnly, update, validate, validateContent, writeStatus
-
Constructor Details
-
JSVAppletPro
-
-
Method Details
-
init
public void init()Description copied from class:JSVApplet
Initializes applet with parameters and load theJDXSource
called by the browser -
isPro
public boolean isPro()- Specified by:
isPro
in interfaceJSVAppletInterface
- Overrides:
isPro
in classJSVApplet
-
getAppletInfo
Description copied from class:JSVApplet
Get Applet information- Specified by:
getAppletInfo
in interfaceAppletFrame
- Overrides:
getAppletInfo
in 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:
doExitJmol
in interfaceAppletFrame
- Overrides:
doExitJmol
in classJSVApplet
-