Class PdfObjectPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Observer, Accessible

public class PdfObjectPanel extends JPanel implements Observer
See Also:
  • Field Details

    • TEXT

      private static final String TEXT
      Name of a panel in the CardLayout.
      See Also:
    • TABLE

      private static final String TABLE
      Name of a panel in the CardLayout.
      See Also:
    • serialVersionUID

      private static final long serialVersionUID
      a serial version id.
      See Also:
    • layout

      protected CardLayout layout
      The layout that will show the info about the PDF object that is being analyzed.
    • table

      JTable table
      Table with dictionary entries.
    • text

      JTextArea text
      The text pane with the info about a PDF object in the bottom panel.
  • Constructor Details

    • PdfObjectPanel

      public PdfObjectPanel()
      Creates a PDF object panel.
  • Method Details