Class ShowHideActionHandler
- java.lang.Object
-
- org.faceless.pdf2.viewer2.ViewerFeature
-
- org.faceless.pdf2.viewer2.ActionHandler
-
- org.faceless.pdf2.viewer2.feature.ShowHideActionHandler
-
public class ShowHideActionHandler extends ActionHandler
Handles the "ShowWidget" and "HideWidget" types ofPDFAction
. The name of this feature is ShowHideActionHandlerThis 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
-
-
Constructor Summary
Constructors Constructor Description ShowHideActionHandler()
Create a new ShowHideActionHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(DocumentPanel panel, PDFAction action)
Return true if this ActionFactory can handle the specifiedPDFAction
void
run(DocumentPanel docpanel, PDFAction action)
Run the specified action-
Methods inherited from class org.faceless.pdf2.viewer2.ActionHandler
toString
-
Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, initialize, isEnabledByDefault, setFeatureName, teardown
-
-
-
-
Method Detail
-
matches
public boolean matches(DocumentPanel panel, PDFAction action)
Description copied from class:ActionHandler
Return true if this ActionFactory can handle the specifiedPDFAction
- Specified by:
matches
in classActionHandler
-
run
public void run(DocumentPanel docpanel, PDFAction action)
Description copied from class:ActionHandler
Run the specified action- Specified by:
run
in classActionHandler
- Parameters:
docpanel
- the DocumentPanel running the actionaction
- the action
-
-