JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.cell

Contains classes and interfaces that manage cells used in JClass products.

See:
          Description

Interface Summary
JCCellEditor The JCCellEditor interface allows objects to specify custom cell editors.
JCCellEditorEventSource Defines the add and remove methods for an object that posts JCCellEditorEvents.
JCCellEditorListener JCCellEditorListener is typically implemented by the container that owns a JCCellEditor.
JCCellInfo The JCCellInfo class is passed to JCCellRenderer and JCCellEditor objects to provide cell information that can be used in drawing or determining the type of editor to use.
JCCellRenderer This empty interface is used as a common base interface for JClass' two cell renderer interface.
JCCellTextEditor The JCTextCellEditor interface allows objects to specify custom cell text editors.
JCComponentCellRenderer A component-based cell renderer interface.
JCLightCellRenderer A drawing-based cell renderer interface.
JCValidateInterface This is an inteface implemented by Cell Editors that tells the container using the editor that the editor posts JCValidateEvents, and allows the container to add and remove listeners for those events.
 

Class Summary
EditorRendererRegistry This is the central editor renderer registry for JClass containers like HiGrid and LiveTable.
JCCellEditorEvent Cell editors inform all listeners when they are finished a particular operation by posting a JCCellEditorEvent.
JCCellEditorSupport JCCellEditorSupport is a convenience class that can be used by cell editors to implement standard editor event handling.
JCKeyModifier This class is a container for a key code and a modifier value.
JCVersion In JClass, each package has a JCVersion class.
Utilities Useful utilities for use with Cell Renderers and Editors
 

Package com.klg.jclass.cell Description

Contains classes and interfaces that manage cells used in JClass products. It associates editors and renderers for cells based on their data types. It contains the EditorRendererRegistry class for those who want to define their own mappings between data types and editors/renderers.


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