wxoo.configui.registry
index
p:\wxproperties\wxoo\configui\registry.py

Action registry
 
An application registers its actions and specifiers
here, allowing for application-wide lookup based on the
action specifier (i.e. allowing late binding).

 
Functions
       
addAction(action)
Register an action by it's specifier name

 
Data
        actions = {u'file|exit': <wxoo.demo.actions.ExitAction object at 0x01C72FD0>, u'file|new': <wxoo.demo.actions.NewAction object at 0x01C72170>, u'file|open': <wxoo.demo.actions.OpenAction object at 0x01C72BF0>, u'file|save': <wxoo.demo.actions.SaveAction object at 0x01C72A10>}
applicationactions = {}
objectactions = {}
specifiers = {u'file|exit': <wxoo.configui.specifier.Specifier object at 0x0240FC30>, u'file|new': <wxoo.configui.specifier.Specifier object at 0x0240FAD0>, u'file|open': <wxoo.configui.specifier.Specifier object at 0x0240FB70>, u'file|save': <wxoo.configui.specifier.Specifier object at 0x0240F970>}
viewactions = {}