abstract class Widgets.Widget extends Object
Constructor and Description |
---|
Widget() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract 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 String |
getJavaScriptFileName()
A COPY OF THIS .JS FILE MUST BE STORED IN THE html PART OF WEBEXPORT
|
(package private) abstract String[] |
getSupportFileNames()
The list of files returned by this function should contain the full path to
each file.
|
String name
abstract String getJavaScript(int appletID, JmolInstance instance)
appletID
- instance
- abstract String getJavaScriptFileName()
abstract String[] getSupportFileNames()