Uses of Class
com.oxygenxml.validate.nvdl.ResultAction

Packages that use ResultAction
com.oxygenxml.validate.nvdl   
 

Uses of ResultAction in com.oxygenxml.validate.nvdl
 

Subclasses of ResultAction in com.oxygenxml.validate.nvdl
(package private)  class AttachAction
          Result attach action.
(package private)  class AttachPlaceholderAction
          Attach place holder result action.
(package private)  class UnwrapAction
          Unwrap result action.
 

Fields in com.oxygenxml.validate.nvdl declared as ResultAction
private  ResultAction ActionSet.resultAction
          The result action.
 

Methods in com.oxygenxml.validate.nvdl that return ResultAction
(package private)  ResultAction UnwrapAction.changeCurrentMode(Mode mode)
          Get a new unwrap action with a mode usage with the current mode changed.
(package private) abstract  ResultAction ResultAction.changeCurrentMode(Mode mode)
          Get a similar action but with the current mode in the mode usage changed.
(package private)  ResultAction AttachPlaceholderAction.changeCurrentMode(Mode mode)
          Get a new attach place holder action with a mode usage with the current mode changed.
(package private)  ResultAction AttachAction.changeCurrentMode(Mode mode)
          Get a new attach action with a mode usage with the current mode changed.
(package private)  ResultAction ActionSet.getResultAction()
          Getter for the result action.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type ResultAction
(package private)  void ActionSet.setResultAction(ResultAction resultAction)
          Setter for the result action.