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 class
ServletContextPropertyManager
Defines aPropertyManager
which checks theServletContext.getInitParameter(java.lang.String)
method for properties.Fields in org.faceless.pdf2 declared as PropertyManager Modifier and Type Field Description static PropertyManager
PropertyManager. SYSTEM
Defines a PropertyManager which checks theSystem.getProperty(java.lang.String)
method.Methods in org.faceless.pdf2 that return PropertyManager Modifier and Type Method Description static PropertyManager
PDF. getPropertyManager()
Get thePropertyManager
currently being used by the PDF libraryMethods in org.faceless.pdf2 with parameters of type PropertyManager Modifier and Type Method Description static void
PDF. setPropertyManager(PropertyManager manager)
Set thePropertyManager
to 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 PropertyManager
KeyStoreManager. propertymanager
Methods in org.faceless.pdf2.viewer2 that return PropertyManager Modifier and Type Method Description PropertyManager
PDFViewer. getPropertyManager()
Get thePropertyManager
in use by this PDFViewerMethods in org.faceless.pdf2.viewer2 with parameters of type PropertyManager Modifier and Type Method Description void
PDFViewer. setPropertyManager(PropertyManager manager)
Set thePropertyManager
in use by this PDFViewerConstructors in org.faceless.pdf2.viewer2 with parameters of type PropertyManager Constructor Description KeyStoreManager(PropertyManager propertymanager)
Create a new KeyStoreManager.
-