Class JFormattedTextFieldSCP

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants, ISpecificCaretPosition

public class JFormattedTextFieldSCP extends JFormattedTextField implements ISpecificCaretPosition, Serializable
This class is a JFormattedTextField with two listeners that allow authomatically reset the caret position of this component to left (LEFT_POSITIONS), right (RIGHT_POSITIONS) or like JFormattedTextField (LIKE_JTEXTCOMPONENT) (do nothing). By default is to left.
Author:
Pablo Piqueras Bartolomé (pablo.piqueras@iver.es)
See Also: