Example usage for com.jgoodies.binding.value AbstractVetoableValueModel subclass-usage

List of usage examples for com.jgoodies.binding.value AbstractVetoableValueModel subclass-usage

Introduction

In this page you can find the example usage for com.jgoodies.binding.value AbstractVetoableValueModel subclass-usage.

Usage

From source file fi.smaa.jsmaa.gui.presentation.MultiVetoableValueModel.java

@SuppressWarnings("serial")
public abstract class MultiVetoableValueModel extends AbstractVetoableValueModel {

    private List<Vetoer> vetoers;
    private JComponent parent;
    protected static final String INPUT_ERROR = "Input error";