|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ScriptHandlerIF
This is the interface that all RhinoScriptHandler objects must implement. Particularly, subclasses of RhinoScriptHandler will need to provide their own implementation of this interface's methods.
The interface provides methods to
| Method Summary | |
|---|---|
LiveComponent |
newLiveComponent(RhinoScriptHandler handler,
Obj xfaObject)
Instantiates a new LiveComponent. |
LiveObject |
newLiveObject(RhinoScriptHandler handler,
Obj xfaObject)
Instantiates a new LiveObject. |
| Method Detail |
|---|
LiveObject newLiveObject(RhinoScriptHandler handler,
Obj xfaObject)
handler - a Rhino script handler.xfaObject - the XFA object that is peered to this instance.
LiveComponent newLiveComponent(RhinoScriptHandler handler,
Obj xfaObject)
handler - a Rhino script handler.xfaObject - the XFA object (app model) associated with the given script handler.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||