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

Quick Search    Search Deep

Uses of Interface
org.scopemvc.core.Controller

Uses of Controller in org.scopemvc.core
 

Methods in org.scopemvc.core that return Controller
 Controller View.getController()
           
 Controller Controller.getParent()
           
 Controller Controller.getTopParent()
          Find the top-most parent Controller at the head of the chain of command.
 

Methods in org.scopemvc.core with parameters of type Controller
 void View.setController(Controller inController)