Package jspecview.app
Class JSVAppPro
java.lang.Object
jspecview.app.JSVApp
jspecview.app.JSVAppPro
- All Implemented Interfaces:
JSVAppInterface,JSVAppletInterface,PanelListener,ScriptInterface,JSVInterface
- Author:
- Bob Hanson
-
Field Summary
Fields inherited from class jspecview.app.JSVApp
appletFrame, appletReadyCallbackFunctionName, CREDITS, vwr -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexitJSpecView(boolean withDialog, Object frame) booleanisPro()booleanisSigned()voidsaveProperties(Properties properties) voidsetProperties(Properties properties) voidsiProcessCommand(String script) overloaded in JSVAppletProMethods inherited from class jspecview.app.JSVApp
addHighlight, checkScript, dispose, doAdvanced, exportSpectrum, getAppletFrame, getAppletInfo, getCoordinate, getPropertyAsJavaObject, getPropertyAsJSON, getScriptQueue, getSolnColour, initParams, loadInline, panelEvent, print, removeAllHighlights, removeHighlight, repaint, reversePlot, runScript, runScriptNow, setCursor, setFilePath, setSpectrumNumber, setVisible, siCheckCallbacks, siExecHidden, siExecScriptComplete, siExecSetCallback, siExecTest, siGetNewJSVPanel, siGetNewJSVPanel2, siLoaded, siNewWindow, siNodeSet, siOpenDataOrFile, siSendPanelChange, siSetCurrentSource, siSetLoaded, siSetMenuEnables, siSetPropertiesFromPreferences, siSetSelectedPanel, siSourceClosed, siSyncLoad, siUpdateBoolean, siUpdateRecentMenus, siValidateAndRepaint, syncScript, syncToJmol, toggleCoordinate, toggleGrid, toggleIntegration, togglePointsOnly, updateJS, writeStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jmol.api.JSVInterface
runScript, syncToJmol
-
Constructor Details
-
JSVAppPro
-
-
Method Details
-
isSigned
public boolean isSigned()- Specified by:
isSignedin interfaceJSVAppletInterface- Specified by:
isSignedin interfaceScriptInterface- Overrides:
isSignedin classJSVApp
-
isPro
public boolean isPro()- Specified by:
isProin interfaceJSVAppletInterface- Overrides:
isProin classJSVApp
-
exitJSpecView
- Specified by:
exitJSpecViewin interfaceJSVInterface
-
siProcessCommand
Description copied from class:JSVAppoverloaded in JSVAppletPro- Specified by:
siProcessCommandin interfaceScriptInterface- Overrides:
siProcessCommandin classJSVApp- Parameters:
script-
-
saveProperties
- Specified by:
savePropertiesin interfaceJSVInterface
-
setProperties
- Specified by:
setPropertiesin interfaceJSVInterface
-