ccs.cpc.impl
Class CpcDispatcher

java.lang.Object
  extended by ccs.swing18.I18Dispatcher
      extended by ccs.cpc.impl.CpcDispatcher

 class CpcDispatcher
extends ccs.swing18.I18Dispatcher

The dispatcher object maintains the collection of CpcActions encapsulating the behaviour of all GUI buttons and menu items. There is a dispatcher for the main CPC GUI; the more complex dialogs may choose to create one of their own.


Constructor Summary
CpcDispatcher(CpcImpl cpc)
           
 
Method Summary
protected  ccs.swing18.I18Action createAction(java.lang.String actionID, java.lang.Object target, java.lang.String methodName, int special)
          Create an I18Action subclass instance suited to this dispatcher.
 
Methods inherited from class ccs.swing18.I18Dispatcher
addMenu, addMenuItem, addMenuItem, getAction, getMenu, getMenus, putAction, putAction, putAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CpcDispatcher

CpcDispatcher(CpcImpl cpc)
Method Detail

createAction

protected ccs.swing18.I18Action createAction(java.lang.String actionID,
                                             java.lang.Object target,
                                             java.lang.String methodName,
                                             int special)
Description copied from class: ccs.swing18.I18Dispatcher
Create an I18Action subclass instance suited to this dispatcher.

Specified by:
createAction in class ccs.swing18.I18Dispatcher
See Also:
(ctor).