Example usage for javax.swing JFormattedTextField.AbstractFormatter subclass-usage

List of usage examples for javax.swing JFormattedTextField.AbstractFormatter subclass-usage

Introduction

In this page you can find the example usage for javax.swing JFormattedTextField.AbstractFormatter subclass-usage.

Usage

From source file EnhancedSpinnerListFormatter.java

/**
 * ListFormatter provides completion while text is being input
 * into the JFormattedTextField.Completion is only done if the
 * user is inserting text at the end of the document.Completion
 * is done by way of the SpinnerListModel method findNextMatch.
 * This is largely a copy of the SpinnerListFormatter found in