Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.scopemvc.controller.basic.BasicController

Uses of BasicController in org.scopemvc.controller.basic
 

Fields in org.scopemvc.controller.basic declared as BasicController
private  BasicController BasicController.parent
           
 

Methods in org.scopemvc.controller.basic with parameters of type BasicController
 void BasicController.addChild(BasicController inChild)
           
 void BasicController.removeChild(BasicController inChild)
           
protected  void BasicController.setParent(BasicController inParent)
          Hook this Controller into the chain of responsiblity as a child of the passed Controller.