Class BackPanel

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

public class BackPanel extends JPanel implements IEidPart
See Also:
Serialized Form
  • Constructor Details

    • BackPanel

      public BackPanel()
  • Method Details

    • setEidColors

      public void setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
      Specified by:
      setEidColors in interface IEidPart
    • main

      public static void main(String[] args)
      Auto-generated main method to display this JPanel inside a new JFrame.
    • setEidPhoto

      public void setEidPhoto(be.belgium.eid.objects.IDPhoto beIDPhoto)
    • setIDData

      public void setIDData(be.belgium.eid.objects.IDData beIDData)
    • clearEidPhoto

      public void clearEidPhoto()
    • clearData

      public void clearData()
      Description copied from interface: IEidPart
      Clear all EID data field (set textfields empty, reset photo and certificates, etc.).
      Specified by:
      clearData in interface IEidPart
    • getPanel

      public JPanel getPanel()
      Specified by:
      getPanel in interface IEidPart
    • setLoadAction

      public void setLoadAction(AbstractAction loadAction)