Uses of Class
org.apache.pdfbox.preflight.action.ActionManagerFactory
Packages that use ActionManagerFactory
Package
Description
-
Uses of ActionManagerFactory in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as ActionManagerFactoryModifier and TypeFieldDescriptionprivate ActionManagerFactory
PreflightConfiguration.actionFact
Define the ActionManagerFactory used by ValidationProcessMethods in org.apache.pdfbox.preflight that return ActionManagerFactoryMethods in org.apache.pdfbox.preflight with parameters of type ActionManagerFactoryModifier and TypeMethodDescriptionvoid
PreflightConfiguration.setActionFact
(ActionManagerFactory actionFact) -
Uses of ActionManagerFactory in org.apache.pdfbox.preflight.action
Fields in org.apache.pdfbox.preflight.action declared as ActionManagerFactoryModifier and TypeFieldDescriptionprivate ActionManagerFactory
AbstractActionManager.actionFact
ActionManager factory used to create new ActionManagerConstructors in org.apache.pdfbox.preflight.action with parameters of type ActionManagerFactoryModifierConstructorDescription(package private)
AbstractActionManager
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) GoToAction
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) GoToRemoteAction
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) HideAction
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) InvalidAction
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey, String name) NamedAction
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) SubmitAction
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) ThreadAction
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) UndefAction
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey, String name) UriAction
(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) -
Uses of ActionManagerFactory in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as ActionManagerFactoryModifier and TypeFieldDescriptionprotected ActionManagerFactory
AnnotationValidatorFactory.actionFact
Methods in org.apache.pdfbox.preflight.annotation with parameters of type ActionManagerFactoryModifier and TypeMethodDescriptionfinal void
AnnotationValidatorFactory.setActionFact
(ActionManagerFactory _actionFact) Constructors in org.apache.pdfbox.preflight.annotation with parameters of type ActionManagerFactory