ActionFactory Class Reference

Class Description

Creates basic action items.  
+ Inheritance diagram for ActionFactory:

Static Public Member Functions

def Create (category, name, fxn)
 
def CreateFromAbstract (item)
 

Static Public Attributes

list ActionItems = []
 
list CustomActionItems = []
 

Member Function Documentation

def Create (   category,
  name,
  fxn 
)
static
Creates a new action item from the category, name and function. 
def CreateFromAbstract (   item)
static
Creates a new action item from an AbstractCustomActionItem