Uses of Class
it.sistematica.isharedoc.model.develop.Action

Packages that use Action
it.sistematica.isharedoc.action.develop   
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.develop   
 

Uses of Action in it.sistematica.isharedoc.action.develop
 

Methods in it.sistematica.isharedoc.action.develop that return Action
 Action ViewAction.getAction()
           
 

Uses of Action in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return Action
 Action InstanceBaseAction.getAction()
           
 

Uses of Action in it.sistematica.isharedoc.model.develop
 

Fields in it.sistematica.isharedoc.model.develop with type parameters of type Action
protected  java.util.List<Action> View.actions
           
 

Methods in it.sistematica.isharedoc.model.develop that return types with arguments of type Action
 java.util.List<Action> View.getActions()
           
 

Methods in it.sistematica.isharedoc.model.develop with parameters of type Action
 void View.addAction(Action action)
           
 void Action.copyTo(Action toAction)
           
 void View.removeAction(Action action)
           
 

Method parameters in it.sistematica.isharedoc.model.develop with type arguments of type Action
 void View.setActions(java.util.List<Action> actions)