org.openscience.jmol.app.jmolpanel
Class StatusListener
java.lang.Object
org.openscience.jmol.app.jmolpanel.StatusListener
- All Implemented Interfaces:
- JmolCallbackListener, JmolStatusListener
class StatusListener
- extends Object
- implements JmolStatusListener
Method Summary |
String |
createImage(String fileName,
String type,
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. |
String |
eval(String strEval)
|
float[][] |
functionXY(String functionName,
int nX,
int nY)
this is just a test method for isosurface FUNCTIONXY |
float[][][] |
functionXYZ(String functionName,
int nX,
int nY,
int nZ)
for isosurface FUNCTIONXYZ |
Hashtable |
getRegistryInfo()
|
private void |
notifyAtomPicked(String info)
|
void |
notifyCallback(int type,
Object[] data)
|
boolean |
notifyEnabled(int type)
|
private void |
notifyFileLoaded(String fullPathName,
String fileName,
String modelName,
String errorMsg)
|
private void |
sendConsoleEcho(String strEcho)
|
private void |
sendConsoleMessage(String strStatus)
|
void |
setCallbackFunction(String callbackType,
String callbackFunction)
|
(package private) void |
setViewer(JmolViewer viewer)
|
void |
showUrl(String url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jmol
JmolPanel jmol
display
DisplayPanel display
viewer
JmolViewer viewer
StatusListener
StatusListener(JmolPanel jmol,
DisplayPanel display)
setViewer
void setViewer(JmolViewer viewer)
notifyEnabled
public boolean notifyEnabled(int type)
- Specified by:
notifyEnabled
in interface JmolCallbackListener
notifyCallback
public void notifyCallback(int type,
Object[] data)
- Specified by:
notifyCallback
in interface JmolCallbackListener
setCallbackFunction
public void setCallbackFunction(String callbackType,
String callbackFunction)
- Specified by:
setCallbackFunction
in interface JmolCallbackListener
eval
public String eval(String strEval)
- Specified by:
eval
in interface JmolStatusListener
createImage
public String createImage(String fileName,
String type,
Object text_or_bytes,
int quality)
- Description copied from interface:
JmolStatusListener
- 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. In this way any application can have access to the WRITE
command.
- Specified by:
createImage
in interface JmolStatusListener
- Parameters:
fileName
- type
- text_or_bytes
- quality
-
- Returns:
- null ("you do it" or canceled) or a message starting with OK or an
error message
notifyAtomPicked
private void notifyAtomPicked(String info)
notifyFileLoaded
private void notifyFileLoaded(String fullPathName,
String fileName,
String modelName,
String errorMsg)
sendConsoleEcho
private void sendConsoleEcho(String strEcho)
sendConsoleMessage
private void sendConsoleMessage(String strStatus)
showUrl
public void showUrl(String url)
- Specified by:
showUrl
in interface JmolStatusListener
functionXY
public float[][] functionXY(String functionName,
int nX,
int nY)
- this is just a test method for isosurface FUNCTIONXY
- Specified by:
functionXY
in interface JmolStatusListener
- Parameters:
functionName
- nX
- nY
-
- Returns:
- f(x,y) as a 2D array
functionXYZ
public float[][][] functionXYZ(String functionName,
int nX,
int nY,
int nZ)
- Description copied from interface:
JmolStatusListener
- for isosurface FUNCTIONXYZ
- Specified by:
functionXYZ
in interface JmolStatusListener
- Returns:
- 3D array or null
getRegistryInfo
public Hashtable getRegistryInfo()
- Specified by:
getRegistryInfo
in interface JmolStatusListener