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
Parameters
parameter PLUGINNAME = Plugin;
Methods
classmethod %DrawJSFunctions()
Serve the JavaScript functions used by the plug-in menu
classmethod %DrawMenu()
Serve the xml that defines the plug-in menu
classmethod %GetPluginName() as %String
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()