Ontimize 5.2071EN

Package com.ontimize.gui.field.document

Class Summary
AdvancedDateDocument  
AdvancedIntegerDocument  
AdvancedRealDocument  
CIFDocument Implements the document model to insert a CIFs into a JTextField
ColorDocument  
CurrencyDocument This document implements the model for managing currency values.
DateDocument This document implements the model for managing dates in a JTextField
DateDocument.DateFormatCache  
DateDocument.DateFormatCacheKey  
HourDateDocument Document for managing hour and dates in same field.
HourDocument This document implements the model for managing dates in a JTextField
IntegerDocument This document implements the model for managing integers in a JTextField
LimitedTextDocument  
MaskDocument Symbols for mask:
'*' : any character
'#' : alphabetic characters
'A' : Capital alphabetic characters
'a' : Lower case characters
'0' : Numeric characters
'%' : Numeric character or Capital alphabetic character
A distinct character in a position of mask indicates that only will be allowed this character in that position.
NIFDocument Implements the document model to insert a NIF value into a JTextField
PasswordDocument  
PercentDocument  
RealDocument This document implements the model for managing real numbers in a JTextField
TextDocument  
 


Ontimize