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 TypeMethodDescriptionvoid
exitJSpecView
(boolean withDialog, Object frame) boolean
isPro()
boolean
isSigned()
void
saveProperties
(Properties properties) void
setProperties
(Properties properties) void
siProcessCommand
(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, writeStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jmol.api.JSVInterface
runScript, syncToJmol
-
Constructor Details
-
JSVAppPro
-
-
Method Details
-
isSigned
public boolean isSigned()- Specified by:
isSigned
in interfaceJSVAppletInterface
- Specified by:
isSigned
in interfaceScriptInterface
- Overrides:
isSigned
in classJSVApp
-
isPro
public boolean isPro()- Specified by:
isPro
in interfaceJSVAppletInterface
- Overrides:
isPro
in classJSVApp
-
exitJSpecView
- Specified by:
exitJSpecView
in interfaceJSVInterface
-
siProcessCommand
Description copied from class:JSVApp
overloaded in JSVAppletPro- Specified by:
siProcessCommand
in interfaceScriptInterface
- Overrides:
siProcessCommand
in classJSVApp
-
saveProperties
- Specified by:
saveProperties
in interfaceJSVInterface
-
setProperties
- Specified by:
setProperties
in interfaceJSVInterface
-