|
Class Summary |
| AbstractNumberDocument |
Abstract base for implementation of number parsers, hiding the details of
the javax.swing.text.Document interface. |
| AngleNumberDescriptor |
AnglesNumberDescriptor displays double as angle string. |
| DefaultNumberDescriptor |
DefaultNumberDescriptor is a default implementaion of the
NumberDescriptor interface. |
| DoubleDocument |
This is the implementation of the AbstractNumberDocument class
implementing the floating point parser. |
| HMSNumberDescriptor |
Visualize double number in hours:minutes:seconds format. |
| IntegerDocument |
This is the implementation of the AbstractNumberDocument class
implementing the integer parser. |
| LongDocument |
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates. |
| NumberDescriptorDocument |
Document, which delegates parsing to NumberDescriptor. |
| Rad2DegNumberDescriptor |
Visualize double value in radians by converting it to degrees and displays
it in format XX°XX'XX\". |
| Rad2HMSNumberDescriptor |
Visualize double value in radians by converting it to hours and displays it
in format XX:XX:XX. |