com.lowagie.toolbox.swing
public class PdfInformationPanel extends JPanel implements PropertyChangeListener
Since: 2.1.1 (imported from itexttoolbox project)
Field Summary | |
---|---|
String | filename The file name of the PDF we're going to label. |
JLabel | label the label containing the metadata |
JPanel | panel the panel to witch the scrollpane will be added. |
JScrollPane | scrollpane the scrollpane to scroll through the label |
static long | serialVersionUID A serial version id |
Constructor Summary | |
---|---|
PdfInformationPanel() Construct the information label (actually it's a JPanel). |
Method Summary | |
---|---|
void | createTextFromPDF(File file)
Reads a PDF file for retrieving its metadata.
|
void | propertyChange(PropertyChangeEvent evt) |
Parameters: file File
Parameters: evt PropertyChangeEvent
See Also: java.beans.PropertyChangeListener#propertyChange(java.beans.PropertyChangeEvent)