|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 | |
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 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||