|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.faceless.pdf2.viewer2.ViewerFeature
org.faceless.pdf2.viewer2.SidePanelFactory
org.faceless.pdf2.viewer2.feature.SignaturePanel
public class SignaturePanel
Create a SidePanel
that will display a list of Digital Signatures in the PDF.
Double clicking on a blank signature will select a SignatureProvider
and
then call SignatureProvider.showSignDialog()
.
Double clicking on a previously signed signature will select a SignatureProvider
and
then call SignatureProvider.showVerifyDialog()
.
The name of this feature is ShowHideSignatures
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.
Constructor Summary | |
---|---|
SignaturePanel()
Create a new SignaturePanel |
Method Summary | |
---|---|
SidePanel |
createSidePanel()
Create and return a new SidePanel . |
static SignaturePanel |
getInstance()
Deprecated. since 2.11 just calls the public constructor |
boolean |
isSidePanelRequired(PDF pdf)
Determines whether this side panel is required for this PDF. |
Methods inherited from class org.faceless.pdf2.viewer2.SidePanelFactory |
---|
toString |
Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature |
---|
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, initialize, isEnabledByDefault, setFeatureName, teardown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SignaturePanel()
Method Detail |
---|
public static SignaturePanel getInstance()
public boolean isSidePanelRequired(PDF pdf)
SidePanelFactory
isSidePanelRequired
in class SidePanelFactory
public SidePanel createSidePanel()
SidePanelFactory
SidePanel
.
createSidePanel
in class SidePanelFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |