|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openscience.jmol.app.webexport.Widgets.Widget
abstract class Widgets.Widget
Field Summary | |
---|---|
(package private) java.lang.String |
name
|
Constructor Summary | |
---|---|
Widgets.Widget()
|
Method Summary | |
---|---|
(package private) abstract java.lang.String |
getJavaScript(int appletID,
JmolInstance instance)
Each Widget must implement this function and make sure to use the appletID number to specify the target applet i.e. |
(package private) abstract java.lang.String |
getJavaScriptFileName()
A COPY OF THIS .JS FILE MUST BE STORED IN THE html PART OF WEBEXPORT |
(package private) abstract java.lang.String[] |
getSupportFileNames()
The list of files returned by this function should contain the full path to each file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String name
Constructor Detail |
---|
Widgets.Widget()
Method Detail |
---|
abstract java.lang.String getJavaScript(int appletID, JmolInstance instance)
appletID
- instance
-
abstract java.lang.String getJavaScriptFileName()
abstract java.lang.String[] getSupportFileNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |