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

Quick Search    Search Deep

Uses of Class
org.scopemvc.core.Control

Uses of Control in org.scopemvc.core
 

Methods in org.scopemvc.core with parameters of type Control
 void View.issueControl(Control inControl)
          Issue a Control to the View's parent (owner) Controller.
 void Controller.handleControl(Control inControl)
           Respond to a Control (from either a View or a child Controller) or pass up to the parent Controller in the chain of command if the Control is not recognised in this context.