ProgramixGenericLib v4.0.0

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.
FormatTextField.ValueListener  
 

Class Summary
DecimalTextField Deprecated. Use DecimalField instead.
DecimalTextField.RangePair  
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.
FilterDocument Deprecated. Use @{link FilterChainDocument} instead.
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.
FormatTextField Deprecated. Use FormatField instead.
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.
IntegerTextField Deprecated. Use IntegerField instead.
IntegerTextField.RangePair  
NumberField Deprecated. Use IntegerField or DecimalField instead.
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 v4.0.0

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