Uses of Interface
org.faceless.pdf2.PropertyManager
-
Packages that use PropertyManager Package Description org.faceless.pdf2 Contains the classes used to create a PDF documentorg.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. -
-
Uses of PropertyManager in org.faceless.pdf2
Classes in org.faceless.pdf2 that implement PropertyManager Modifier and Type Class Description classServletContextPropertyManagerDefines aPropertyManagerwhich checks theServletContext.getInitParameter(java.lang.String)method for properties.Fields in org.faceless.pdf2 declared as PropertyManager Modifier and Type Field Description static PropertyManagerPropertyManager. SYSTEMDefines a PropertyManager which checks theSystem.getProperty(java.lang.String)method.Methods in org.faceless.pdf2 that return PropertyManager Modifier and Type Method Description static PropertyManagerPDF. getPropertyManager()Get thePropertyManagercurrently being used by the PDF libraryMethods in org.faceless.pdf2 with parameters of type PropertyManager Modifier and Type Method Description static voidPDF. setPropertyManager(PropertyManager manager)Set thePropertyManagerto be used by the PDF library -
Uses of PropertyManager in org.faceless.pdf2.viewer2
Fields in org.faceless.pdf2.viewer2 declared as PropertyManager Modifier and Type Field Description protected PropertyManagerKeyStoreManager. propertymanagerMethods in org.faceless.pdf2.viewer2 that return PropertyManager Modifier and Type Method Description PropertyManagerPDFViewer. getPropertyManager()Get thePropertyManagerin use by this PDFViewerMethods in org.faceless.pdf2.viewer2 with parameters of type PropertyManager Modifier and Type Method Description voidPDFViewer. setPropertyManager(PropertyManager manager)Set thePropertyManagerin use by this PDFViewerConstructors in org.faceless.pdf2.viewer2 with parameters of type PropertyManager Constructor Description KeyStoreManager(PropertyManager propertymanager)Create a new KeyStoreManager.
-