Uses of Interface
org.weda.action.ExecutedActionInfo

Packages that use ExecutedActionInfo
org.weda.action   
org.weda.action.impl   
org.weda.model.impl   
org.weda.tapestry.component   
 

Uses of ExecutedActionInfo in org.weda.action
 

Methods in org.weda.action that return ExecutedActionInfo
 ExecutedActionInfo ActionRegistry.executeAction(ActionExecutionContext context)
          Метод выполняет действие.
 ExecutedActionInfo ActionContainer.executeAction(ActionExecutionContext context)
          Метод выполненяет действие
 ExecutedActionInfo ActionRegistry.getLastExecutedActionInfo()
          Метод возвращает информацию о последнем выполненном действии.
 

Uses of ExecutedActionInfo in org.weda.action.impl
 

Classes in org.weda.action.impl that implement ExecutedActionInfo
 class ExecutedActionInfoImpl
           
 

Methods in org.weda.action.impl that return ExecutedActionInfo
 ExecutedActionInfo ActionRegistryImpl.executeAction(ActionExecutionContext context)
           
 ExecutedActionInfo AbstractActionContainer.executeAction(ActionExecutionContext context)
           
 ExecutedActionInfo ActionRegistryImpl.getLastExecutedActionInfo()
           
 

Uses of ExecutedActionInfo in org.weda.model.impl
 

Methods in org.weda.model.impl that return ExecutedActionInfo
 ExecutedActionInfo FilterEditorModelGroup.executeAction(ActionExecutionContext context)
           
 ExecutedActionInfo ColumnDescriptorImpl.executeAction(ActionExecutionContext context)
           
 

Uses of ExecutedActionInfo in org.weda.tapestry.component
 

Methods in org.weda.tapestry.component that return ExecutedActionInfo
 ExecutedActionInfo FileEditor.executeAction(ActionExecutionContext context)
           
 ExecutedActionInfo BaseEditor.executeAction(ActionExecutionContext context)
           
abstract  ExecutedActionInfo ActionPanel.getExecutedActionInfo()
           
 

Methods in org.weda.tapestry.component with parameters of type ExecutedActionInfo
abstract  void ActionPanel.setExecutedActionInfo(ExecutedActionInfo info)
           
 



Copyright © 2005-2006 . All Rights Reserved.