Uses of Class
com.ccg.swing.TextFieldFormat

Packages that use TextFieldFormat
com.ccg.swing Swing Components/Utilities. 
 

Uses of TextFieldFormat in com.ccg.swing
 

Subclasses of TextFieldFormat in com.ccg.swing
(package private)  class DateFieldFormat
           
(package private)  class DoubleFieldFormat
           
(package private)  class IntegerFieldFormat
           
 

Methods in com.ccg.swing that return TextFieldFormat
static TextFieldFormat TextFieldFormat.createDateEntry(DateFormat df, Date init, TimeSpan ts)
          Create a date entry field (where user can type strings like: "1963-Dec-25").
static TextFieldFormat TextFieldFormat.createDoubleEntry(NumberFormat nf, double init, double min, double max)
          Create a double entry field (where user can type strings like: "550.2457").
static TextFieldFormat TextFieldFormat.createIntegerEntry(NumberFormat nf, int init, int min, int max)
          Create a integer entry field (where user can type strings like: "550").
 

Constructors in com.ccg.swing with parameters of type TextFieldFormat
TableCellFormatEditor(TextFieldFormat f)
          Initializes object to...
 



Copyright 1998-1998-2006 null. All Rights Reserved.