intarsys PDF library API

Package de.intarsys.pdf.app.action

Some application level framework to handle the event mechanics in a PDF document.

See:
          Description

Interface Summary
IActionHandler An object that can process an action definition in a defined event context.
IActionHandlerRegistry A factory for action handler objects.
IActionProcessor A processor (interpreter) object for action definition objects.
 

Class Summary
AbstractActionHandler A common convenience superclass for implementing IActionHandler objects.
ActionHandlerRegistry A singleton for the IActionHandlerRegistry.
ActionProcessor A singleton for the IActionProcessor.
ActionTools Tool class for PDAction related tasks.
ActionTools.ActionDisablement Handle type for disable/enable action processing
PACKAGE  
StandardActionHandlerRegistry The default implementation for a action handler factory.
StandardActionProcessor The standard IActionProcessor implementation.
TriggerEvent An event that leads to the processing of an action or action sequence.
 

Exception Summary
ActionException An exception encountered ahile handling a action or action sequence.
 

Package de.intarsys.pdf.app.action Description

Some application level framework to handle the event mechanics in a PDF document.

Concrete implementations have to be provided by the application itself, as the heavily depend on the applications abilities (JavaScript) and interaction behavior.


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.