ProgramixGenericLib v5.0.1

Package com.programix.gui.text

Customized JTextField's for integer, decimal (money), and date input and other graphical text utilities.

See:
          Description

Interface Summary
FilterChainDocument.Filter Interface that all filters for a FilterChainDocument must implement.
FormatField.ValueListener Implementations of this interface can use FormatField.addValueListener(ValueListener) to be notified when the value inside a FormatField changes.
 

Class Summary
FilterChainDocument This is a extension of PlainDocument that allows zero or more filters to be applied to text that is trying to be inserted.
FilterChainDocument.BasicFilter Implements the FilterChainDocument.Filter interface and provides a new, single FilterChainDocument.BasicFilter.filter(String) abstract method for subclasses to implement.
FilterChainDocument.LengthFilter Filters content by only allowing a maximum number of characters to be in the document.
FilterChainDocument.WinnowFilter Winnows out invalid characters from the source String keeping only the characters specified as valid during construction.
FormatField A special kind of JTextField that generally restricts the characters that can be typed in the field and has the ability to retrieve the state as a Value.
IntegerField A kind of FormatField (which is a JTextField) that only allows the input of integer values.
IntegerField.RangePair A pair of IntegerField's that are linked together to specify a range.
TextDraw  
 

Package com.programix.gui.text Description

Customized JTextField's for integer, decimal (money), and date input and other graphical text utilities. FormatField and DecimalField and IntegerField are great ones to start with.


ProgramixGenericLib v5.0.1

Copyright © 2001-2009 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.