Package org.jmol.util
Class GenericApplet
- java.lang.Object
-
- org.jmol.util.GenericApplet
-
- All Implemented Interfaces:
JmolAppletInterface,JmolCallbackListener,JmolStatusListener,JmolSyncInterface
public abstract class GenericApplet extends java.lang.Object implements JmolAppletInterface, JmolStatusListener
A collection of all methods necessary for initialization of and communication with the applet, whether it be JavaScript or Java.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.ObjectappletObjectprotected java.util.Map<CBK,java.lang.String>callbacksprotected java.lang.StringcodeBaseprotected java.lang.StringdocumentBaseprotected booleandoTranslateprotected java.lang.StringfullNameprotected java.lang.ObjectgRightprotected booleanhaveDocumentAccessprotected booleanhaveNotifiedErrorprotected java.lang.StringhtmlNameprotected static java.util.Map<java.lang.String,java.lang.Object>htRegistryprotected booleanisJNLPprotected booleanisJSprotected booleanisSignedprotected booleanisStereoSlaveprotected java.lang.Stringlanguageprivate booleanloadingprotected booleanmayScriptprivate javajs.util.SBoutputBufferprivate static intSCRIPT_CHECKprivate static intSCRIPT_NOWAITprivate static intSCRIPT_WAITprotected java.lang.StringstatusFormprotected java.lang.StringstatusTextprotected java.lang.StringstatusTextareaprivate java.lang.StringsyncIdprotected Viewerviewerprotected java.util.Map<java.lang.String,java.lang.Object>vwrOptions
-
Constructor Summary
Constructors Constructor Description GenericApplet()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description (package private) static voidcheckIn(java.lang.String name, java.lang.Object applet)(package private) static voidcheckOut(java.lang.String name)private voidconsoleMessage(java.lang.String message)java.lang.StringcreateImage(java.lang.String fileName, java.lang.String type, java.lang.Object text_or_bytes, int quality)Starting with Jmol 11.8.RC5, for a context where the Jmol application is embedded in another application simply to send the returned message to the application.voiddestroy()protected abstract java.lang.StringdoEval(java.lang.String strEval)protected abstract float[][]doFunctionXY(java.lang.String functionName, int nX, int nY)protected abstract float[][][]doFunctionXYZ(java.lang.String functionName, int nX, int nY, int nZ)protected abstract java.lang.StringdoSendCallback(java.lang.String callback, java.lang.Object[] data, java.lang.String strInfo)protected abstract voiddoSendJsTextareaStatus(java.lang.String strInfo)protected abstract voiddoSendJsTextStatus(java.lang.String message)protected abstract voiddoShowDocument(java.net.URL url)protected abstract voiddoShowStatus(java.lang.String errorMsg)java.lang.Stringeval(java.lang.String strEval)(package private) static voidfindApplets(java.lang.String appletName, java.lang.String mySyncId, java.lang.String excludeName, javajs.util.Lst<java.lang.String> apps)float[][]functionXY(java.lang.String functionName, int nX, int nY)for isosurface FUNCTIONXYfloat[][][]functionXYZ(java.lang.String functionName, int nX, int nY, int nZ)for isosurface FUNCTIONXYZjava.lang.StringgetAppletInfo()protected booleangetBooleanValue(java.lang.String propertyName, boolean defaultValue)protected abstract java.lang.StringgetJmolParameter(java.lang.String name)java.util.Map<java.lang.String,java.lang.Object>getJSpecViewProperty(java.lang.String key)JSpecView shares the JmolSyncInterface; used to get JSpecViewintgetModelIndexFromId(java.lang.String id)java.lang.ObjectgetProperty(java.lang.String infoType)java.lang.ObjectgetProperty(java.lang.String infoType, java.lang.String paramInfo)java.lang.StringgetPropertyAsJSON(java.lang.String infoType)java.lang.StringgetPropertyAsJSON(java.lang.String infoType, java.lang.String paramInfo)java.lang.StringgetPropertyAsString(java.lang.String infoType)java.lang.StringgetPropertyAsString(java.lang.String infoType, java.lang.String paramInfo)java.util.Map<java.lang.String,java.lang.Object>getRegistryInfo()protected java.lang.StringgetValue(java.lang.String propertyName, java.lang.String defaultValue)private java.lang.StringgetValueLowerCase(java.lang.String paramName, java.lang.String defaultValue)booleanhandleEvent(java.awt.Event e)protected voidinit(java.lang.Object applet)private voidinitApplication()protected abstract voidinitOptions()java.lang.StringloadDOMNode(java.lang.Object DOMNode)java.lang.StringloadInline(java.lang.String strModel)Deprecated.java.lang.StringloadInline(java.lang.String[] strModels)Deprecated.java.lang.StringloadInline(java.lang.String[] strModels, java.lang.String script)Deprecated.java.lang.StringloadInline(java.lang.String strModel, java.lang.String script)Deprecated.java.lang.StringloadInlineArray(java.lang.String[] strModels, java.lang.String script, boolean isAppend)java.lang.StringloadInlineString(java.lang.String strModel, java.lang.String script, boolean isAppend)voidnotifyCallback(CBK type, java.lang.Object[] data)booleannotifyEnabled(CBK type)private java.lang.StringnotifySync(java.lang.String info, java.lang.String appletName)voidoutput(java.lang.String s)voidplayAudio(java.lang.String fileOrDataURI)voidregister(java.lang.String id, JmolSyncInterface jsi)int[]resizeInnerPanel(java.lang.String data)voidscript(java.lang.String script)java.lang.StringscriptCheck(java.lang.String script)java.lang.StringscriptNoWait(java.lang.String script)private java.lang.StringscriptProcessor(java.lang.String script, java.lang.String statusParams, int processType)java.lang.StringscriptWait(java.lang.String script)java.lang.StringscriptWait(java.lang.String script, java.lang.String statusParams)java.lang.StringscriptWaitOutput(java.lang.String script)private java.lang.StringsendScript(java.lang.String script, java.lang.String appletName, boolean isSync, boolean doCallback)voidsetCallbackFunction(java.lang.String callbackName, java.lang.String callbackFunction)private voidsetStringProperty(java.lang.String name, java.lang.String value)private voidsetValue(java.lang.String name, java.lang.String defaultValue)voidshowUrl(java.lang.String urlString)voidsyncScript(java.lang.String script)-
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.JmolAppletInterface
setStereoGraphics
-
-
-
-
Field Detail
-
htRegistry
protected static java.util.Map<java.lang.String,java.lang.Object> htRegistry
-
isJS
protected boolean isJS
-
SCRIPT_CHECK
private static final int SCRIPT_CHECK
- See Also:
- Constant Field Values
-
SCRIPT_WAIT
private static final int SCRIPT_WAIT
- See Also:
- Constant Field Values
-
SCRIPT_NOWAIT
private static final int SCRIPT_NOWAIT
- See Also:
- Constant Field Values
-
codeBase
protected java.lang.String codeBase
-
documentBase
protected java.lang.String documentBase
-
isSigned
protected boolean isSigned
-
language
protected java.lang.String language
-
doTranslate
protected boolean doTranslate
-
haveDocumentAccess
protected boolean haveDocumentAccess
-
isStereoSlave
protected boolean isStereoSlave
-
mayScript
protected boolean mayScript
-
htmlName
protected java.lang.String htmlName
-
fullName
protected java.lang.String fullName
-
statusForm
protected java.lang.String statusForm
-
statusText
protected java.lang.String statusText
-
statusTextarea
protected java.lang.String statusTextarea
-
gRight
protected java.lang.Object gRight
-
viewer
protected Viewer viewer
-
callbacks
protected java.util.Map<CBK,java.lang.String> callbacks
-
vwrOptions
protected java.util.Map<java.lang.String,java.lang.Object> vwrOptions
-
haveNotifiedError
protected boolean haveNotifiedError
-
appletObject
protected java.lang.Object appletObject
-
isJNLP
protected boolean isJNLP
-
loading
private boolean loading
-
syncId
private java.lang.String syncId
-
outputBuffer
private javajs.util.SB outputBuffer
-
-
Method Detail
-
initOptions
protected abstract void initOptions()
-
getJmolParameter
protected abstract java.lang.String getJmolParameter(java.lang.String name)
-
doEval
protected abstract java.lang.String doEval(java.lang.String strEval)
-
doFunctionXY
protected abstract float[][] doFunctionXY(java.lang.String functionName, int nX, int nY)
-
doFunctionXYZ
protected abstract float[][][] doFunctionXYZ(java.lang.String functionName, int nX, int nY, int nZ)
-
doSendCallback
protected abstract java.lang.String doSendCallback(java.lang.String callback, java.lang.Object[] data, java.lang.String strInfo)
-
doSendJsTextareaStatus
protected abstract void doSendJsTextareaStatus(java.lang.String strInfo)
-
doSendJsTextStatus
protected abstract void doSendJsTextStatus(java.lang.String message)
-
doShowDocument
protected abstract void doShowDocument(java.net.URL url)
-
doShowStatus
protected abstract void doShowStatus(java.lang.String errorMsg)
-
init
protected void init(java.lang.Object applet)
-
initApplication
private void initApplication()
-
destroy
public void destroy()
- Specified by:
destroyin interfaceJmolAppletInterface
-
getBooleanValue
protected boolean getBooleanValue(java.lang.String propertyName, boolean defaultValue)
-
getValue
protected java.lang.String getValue(java.lang.String propertyName, java.lang.String defaultValue)
-
getValueLowerCase
private java.lang.String getValueLowerCase(java.lang.String paramName, java.lang.String defaultValue)
-
setValue
private void setValue(java.lang.String name, java.lang.String defaultValue)
-
setStringProperty
private void setStringProperty(java.lang.String name, java.lang.String value)
-
scriptProcessor
private java.lang.String scriptProcessor(java.lang.String script, java.lang.String statusParams, int processType)
-
register
public void register(java.lang.String id, JmolSyncInterface jsi)- Specified by:
registerin interfaceJmolSyncInterface
-
getJSpecViewProperty
public java.util.Map<java.lang.String,java.lang.Object> getJSpecViewProperty(java.lang.String key)
JSpecView shares the JmolSyncInterface; used to get JSpecView- Specified by:
getJSpecViewPropertyin interfaceJmolStatusListener- Specified by:
getJSpecViewPropertyin interfaceJmolSyncInterface
-
syncScript
public void syncScript(java.lang.String script)
- Specified by:
syncScriptin interfaceJmolSyncInterface
-
handleEvent
public boolean handleEvent(java.awt.Event e)
- Specified by:
handleEventin interfaceJmolAppletInterface
-
getAppletInfo
public java.lang.String getAppletInfo()
- Specified by:
getAppletInfoin interfaceJmolAppletInterface
-
script
public void script(java.lang.String script)
- Specified by:
scriptin interfaceJmolAppletInterface
-
scriptCheck
public java.lang.String scriptCheck(java.lang.String script)
- Specified by:
scriptCheckin interfaceJmolAppletInterface
-
scriptNoWait
public java.lang.String scriptNoWait(java.lang.String script)
- Specified by:
scriptNoWaitin interfaceJmolAppletInterface
-
scriptWait
public java.lang.String scriptWait(java.lang.String script)
- Specified by:
scriptWaitin interfaceJmolAppletInterface
-
scriptWait
public java.lang.String scriptWait(java.lang.String script, java.lang.String statusParams)- Specified by:
scriptWaitin interfaceJmolAppletInterface
-
scriptWaitOutput
public java.lang.String scriptWaitOutput(java.lang.String script)
- Specified by:
scriptWaitOutputin interfaceJmolAppletInterface
-
getModelIndexFromId
public int getModelIndexFromId(java.lang.String id)
- Specified by:
getModelIndexFromIdin interfaceJmolAppletInterface- Parameters:
id- some_id, filename#id, or ~fileNo.modelNo added ".basemodel" indicates to get the first model in a series from a JDX-MOL file.- Returns:
- model index if found; -2 if file found but model not found -2 if no file indicated and no model found -1 if no such file
-
getProperty
public java.lang.Object getProperty(java.lang.String infoType)
- Specified by:
getPropertyin interfaceJmolAppletInterface- Parameters:
infoType-- Returns:
- value
-
getProperty
public java.lang.Object getProperty(java.lang.String infoType, java.lang.String paramInfo)- Specified by:
getPropertyin interfaceJmolAppletInterface- Parameters:
infoType-paramInfo-- Returns:
- value
-
getPropertyAsString
public java.lang.String getPropertyAsString(java.lang.String infoType)
- Specified by:
getPropertyAsStringin interfaceJmolAppletInterface- Parameters:
infoType-- Returns:
- value
-
getPropertyAsString
public java.lang.String getPropertyAsString(java.lang.String infoType, java.lang.String paramInfo)- Specified by:
getPropertyAsStringin interfaceJmolAppletInterface- Parameters:
infoType-paramInfo-- Returns:
- value
-
getPropertyAsJSON
public java.lang.String getPropertyAsJSON(java.lang.String infoType)
- Specified by:
getPropertyAsJSONin interfaceJmolAppletInterface- Parameters:
infoType-- Returns:
- value
-
getPropertyAsJSON
public java.lang.String getPropertyAsJSON(java.lang.String infoType, java.lang.String paramInfo)- Specified by:
getPropertyAsJSONin interfaceJmolAppletInterface- Parameters:
infoType-paramInfo-- Returns:
- value
-
loadInlineString
public java.lang.String loadInlineString(java.lang.String strModel, java.lang.String script, boolean isAppend)- Specified by:
loadInlineStringin interfaceJmolAppletInterface
-
loadInlineArray
public java.lang.String loadInlineArray(java.lang.String[] strModels, java.lang.String script, boolean isAppend)- Specified by:
loadInlineArrayin interfaceJmolAppletInterface
-
loadDOMNode
public java.lang.String loadDOMNode(java.lang.Object DOMNode)
- Specified by:
loadDOMNodein interfaceJmolAppletInterface
-
loadInline
@Deprecated public java.lang.String loadInline(java.lang.String strModel)
Deprecated.- Specified by:
loadInlinein interfaceJmolAppletInterface- Parameters:
strModel-- Returns:
- error or null
-
loadInline
@Deprecated public java.lang.String loadInline(java.lang.String strModel, java.lang.String script)Deprecated.- Specified by:
loadInlinein interfaceJmolAppletInterface- Parameters:
strModel-script-- Returns:
- error or null
-
loadInline
@Deprecated public java.lang.String loadInline(java.lang.String[] strModels)
Deprecated.- Specified by:
loadInlinein interfaceJmolAppletInterface- Parameters:
strModels-- Returns:
- error or null
-
loadInline
@Deprecated public java.lang.String loadInline(java.lang.String[] strModels, java.lang.String script)Deprecated.- Specified by:
loadInlinein interfaceJmolAppletInterface- Parameters:
strModels-script-- Returns:
- error or null
-
output
public void output(java.lang.String s)
-
setCallbackFunction
public void setCallbackFunction(java.lang.String callbackName, java.lang.String callbackFunction)- Specified by:
setCallbackFunctionin interfaceJmolCallbackListener
-
consoleMessage
private void consoleMessage(java.lang.String message)
-
notifyEnabled
public boolean notifyEnabled(CBK type)
- Specified by:
notifyEnabledin interfaceJmolCallbackListener
-
notifyCallback
public void notifyCallback(CBK type, java.lang.Object[] data)
- Specified by:
notifyCallbackin interfaceJmolCallbackListener- Parameters:
type- the callback type or null for getJsObjectInfo() -- Java applet onlydata- type-dependent
-
sendScript
private java.lang.String sendScript(java.lang.String script, java.lang.String appletName, boolean isSync, boolean doCallback)
-
playAudio
public void playAudio(java.lang.String fileOrDataURI)
-
notifySync
private java.lang.String notifySync(java.lang.String info, java.lang.String appletName)
-
eval
public java.lang.String eval(java.lang.String strEval)
- Specified by:
evalin interfaceJmolStatusListener
-
functionXY
public float[][] functionXY(java.lang.String functionName, int nX, int nY)Description copied from interface:JmolStatusListenerfor isosurface FUNCTIONXY- Specified by:
functionXYin interfaceJmolStatusListener- Returns:
- 2D array or null
-
functionXYZ
public float[][][] functionXYZ(java.lang.String functionName, int nX, int nY, int nZ)Description copied from interface:JmolStatusListenerfor isosurface FUNCTIONXYZ- Specified by:
functionXYZin interfaceJmolStatusListener- Returns:
- 3D array or null
-
createImage
public java.lang.String createImage(java.lang.String fileName, java.lang.String type, java.lang.Object text_or_bytes, int quality)Description copied from interface:JmolStatusListenerStarting with Jmol 11.8.RC5, for a context where the Jmol application is embedded in another application simply to send the returned message to the application. In this way any application can have access to the WRITE command.- Specified by:
createImagein interfaceJmolStatusListenertext_or_bytes- information or null indicates message AFTER Jmol creates the image- Returns:
- null (canceled) or a message starting with OK or an error message
-
getRegistryInfo
public java.util.Map<java.lang.String,java.lang.Object> getRegistryInfo()
- Specified by:
getRegistryInfoin interfaceJmolStatusListener
-
showUrl
public void showUrl(java.lang.String urlString)
- Specified by:
showUrlin interfaceJmolStatusListener
-
resizeInnerPanel
public int[] resizeInnerPanel(java.lang.String data)
- Specified by:
resizeInnerPanelin interfaceJmolStatusListener
-
checkIn
static void checkIn(java.lang.String name, java.lang.Object applet)
-
checkOut
static void checkOut(java.lang.String name)
-
findApplets
static void findApplets(java.lang.String appletName, java.lang.String mySyncId, java.lang.String excludeName, javajs.util.Lst<java.lang.String> apps)
-
-