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

Quick Search    Search Deep

Uses of Interface
org.javahispano.canyamo.core.action.Action

Uses of Action in org.javahispano.canyamo.core.action
 

Classes in org.javahispano.canyamo.core.action that implement Action
 class AbstractAction
          Help class that implement almost all methods from Action

Only method process is declared abstract, so the extending class are encouregad to implement it and the framework can work fine
 

Methods in org.javahispano.canyamo.core.action that return Action
 Action ActionManager.getAction(java.lang.String actionName)
          Gets the action attribute of the ActionManager object
 

Methods in org.javahispano.canyamo.core.action with parameters of type Action
 void ActionManager.addAction(Action action)
          Adds a Action to be managed.