org.faceless.pdf2.viewer2.feature
Class FormImportDataActionHandler
java.lang.Object
org.faceless.pdf2.viewer2.ViewerFeature
org.faceless.pdf2.viewer2.ActionHandler
org.faceless.pdf2.viewer2.feature.FormImportDataActionHandler
public class FormImportDataActionHandler
- extends ActionHandler
Create an action handler to deal with "FormImportData" PDFAction
.
The name of this feature is FormImportDataActionHandler
This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
- Since:
- 2.8
FormImportDataActionHandler
public FormImportDataActionHandler()
- Create a new FormImportDataActionHandler
- Since:
- 2.11
matches
public boolean matches(DocumentPanel panel,
PDFAction action)
- Description copied from class:
ActionHandler
- Return true if this ActionFactory can handle the specified
PDFAction
- Specified by:
matches
in class ActionHandler
run
public void run(DocumentPanel docpanel,
PDFAction action)
- Description copied from class:
ActionHandler
- Run the specified action
- Specified by:
run
in class ActionHandler
- Parameters:
docpanel
- the DocumentPanel running the actionaction
- the action
Copyright © 2001-2013 Big Faceless Organization