Package be.gaudry.swing.eid.control
Class EidComponentsFactory
java.lang.Object
be.gaudry.swing.eid.control.EidComponentsFactory
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Author:
- Steph GAUDRY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customizeTextField(JTextField jtf, String name, int width)
static Image
getDefaultPhoto(IEidDocumentType eidDoctype)
getImageView(String name, Dimension preferredSize, Image img)
getImageView(String name, Dimension preferredSize, Image img, int imagePosition)
getImageView(String name, Dimension preferredSize, Image img, String tooltip)
getImageView(String name, Dimension preferredSize, Image img, String tooltip, int imagePosition)
static EidComponentsFactory
static JTextPane
static IBrolImage
getNoPhoto(IEidDocumentType docType)
getPhotoLabel(Class clazz)
getTextArea(String name, int width)
getTextField(String name, int width)
void
-
Method Details
-
getInstance
-
getNoPhoto
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-
getDefaultPhoto
- Returns:
- the defaultPhoto
-
getDefaultPhoto
-
getMRZContainer
-
getTextField
-
customizeTextField
-
getLabel
-
getTextArea
-
getImageView
public ScaledImageLabel getImageView(String name, Dimension preferredSize, Image img, String tooltip, int imagePosition) -
getImageView
public ScaledImageLabel getImageView(String name, Dimension preferredSize, Image img, int imagePosition) -
getImageView
-
getImageView
public ScaledImageLabel getImageView(String name, Dimension preferredSize, Image img, String tooltip) -
getPhotoLabel
-