List of usage examples for com.jgoodies.binding.adapter BasicComponentFactory subclass-usage
From source file eu.europa.ec.markt.dss.applet.util.ComponentFactory.java
/**
*
* TODO
*
* <p>
* DISCLAIMER: Project owner DG-MARKT.
From source file eu.europa.esig.dss.applet.util.ComponentFactory.java
/** * TODO */ public final class ComponentFactory extends BasicComponentFactory { private static final Color DEFAULT_BACKGROUND = Color.WHITE;
From source file org.archiviststoolkit.swing.ATBasicComponentFactory.java
public class ATBasicComponentFactory extends BasicComponentFactory { public static JFormattedTextField createIntegerField(PresentationModel detailsModel, String fieldName) { return createIntegerField(detailsModel, fieldName, false, false); }