CSPX.EnsBPLPlugin
abstract class CSPX.EnsBPLPlugin extends %Library.RegisteredObject
Base class for BPL editor "plug ins". This provide a mechanism to add some functionality to the BPL editor.Method Inventory (Including Private)
Parameters
parameter PLUGINNAME = Plugin;
Methods (Including Private)
classmethod %DrawJSFunctions() [ Language = objectscript ]
Serve the JavaScript functions used by the plug-in menu
classmethod %DrawMenu() [ Language = objectscript ]
Serve the xml that defines the plug-in menu
classmethod %GetPluginName() as %String [ Language = objectscript ]
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()