JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.cell.editors

Defines the group of editors used in JClass components.

See:
          Description

Class Summary
BaseCellEditor BaseCellEditor provides a simple text editing component.
JCBigDecimalCellEditor BigDecimalCellEditor provides an editor using a simple text field for BigDecimal objects.
JCBooleanCellEditor BooleanCellEditor provides a simple text editing component that allows the user to set the boolean value as either true, false, f, or t.
JCByteCellEditor ByteCellEditor provides an editor using a simple text field for Byte objects.
JCCheckBoxCellEditor JCCheckBoxCellEditor provides an editor using a check box field for boolean objects.
JCComboBoxCellEditor JCComboBoxCellEditor provides an editor using a simple ComboBox component.
JCDateCellEditor DateCellEditor provides an editor using a simple text field for Date objects.
JCDoubleCellEditor JCDoubleCellEditor provides an editor using a simple text field for Double objects.
JCFloatCellEditor JCFloatCellEditor provides an editor using a simple text field for Float objects.
JCImageCellEditor JCImageCellEditor provides an editor using a simple text field for Image objects.
JCIntegerCellEditor JCIntegerCellEditor provides an editor using a simple text field for Integer objects.
JCLongCellEditor JCLongCellEditor provides an editor using a simple text field for Long objects.
JCMultilineCellEditor JCMultilineCellEditor provides a simple text editing component for multiline data.
JCShortCellEditor JCShortCellEditor provides an editor using a simple text field for Short objects.
JCSqlDateCellEditor JCSqlDateCellEditor provides an editor using a simple text field for Date objects.
JCSqlTimeCellEditor JCSqlTimeCellEditor provides an editor using a simple text field for Time objects.
JCSqlTimestampCellEditor JCSqlTimestampCellEditor provides an editor using a simple text field for Timestamp objects.
JCStringCellEditor JCStringCellEditor provides an editor using a simple text field for String objects.
JCWordWrapCellEditor JCWordWrapCellEditor provides a simple text editing component that wraps text.
 

Package com.klg.jclass.cell.editors Description

Defines the group of editors used in JClass components.


Copyright © 2004 Quest Software Inc..
All rights reserved.