The ScriptFactory is used to create Script objects from the parsed LotusScript source.
| Methods Summary | |
Public | AddAgent(elem_name As String)Adds an agent to the factory. |
Public | AddForm(elem_name As String)Adds a form to the factory. |
Public | AddPage(elem_name As String)Adds a page to the factory. |
Public | AddScriptLibrary(elem_name As String)Adds a script library to the factory. |
Public | AddSharedActions()Add the shared actions to the factory. |
Public | AddView(elem_name As String)Adds a view to the factory. |
Public | New(db As NotesDatabase)Constructor. |
| Functions Summary | |
Public Vector | Process()Processes the design elements added. |
| Method Detail |
Public Sub AddAgent(elem_name As String)
elem_name - The name of the agentPublic Sub AddForm(elem_name As String)
elem_name - The name of the formPublic Sub AddPage(elem_name As String)
elem_name - The name of the pagePublic Sub AddScriptLibrary(elem_name As String)
elem_name - The name of the script libraryPublic Sub AddSharedActions()
Public Sub AddView(elem_name As String)
elem_name - The name of the viewPublic New(db As NotesDatabase)
db - The database to look in (Nothing to use NotesSession.CurrentDatabase)| Function Detail |
Public Function Process() As Vector