Uses of Interface
javax.rad.ui.celleditor.IComboCellEditor

Packages that use IComboCellEditor
com.sibvisions.rad.genui.celleditor Contains generic cell editors. 
com.sibvisions.rad.ui.celleditor Contains technology and platform independent cell editor implementations. 
com.sibvisions.rad.ui.swing.ext.celleditor Contains components for creating editors. 
javax.rad.genui.celleditor Contains a generic implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces. 
javax.rad.ui.celleditor Contains all interfaces to develop cell editors. 
 

Uses of IComboCellEditor in com.sibvisions.rad.genui.celleditor
 

Classes in com.sibvisions.rad.genui.celleditor that implement IComboCellEditor
 class UIEnumCellEditor
          The UIEnumCellEditor is a special blend of an IChoiceCellEditor and ILinkedCellEditor.
 

Uses of IComboCellEditor in com.sibvisions.rad.ui.celleditor
 

Classes in com.sibvisions.rad.ui.celleditor that implement IComboCellEditor
 class AbstractComboCellEditor
          The AbstractComboCellEditor is an IComboCellEditor implementation, which provides a base implementation.
 class AbstractDateCellEditor
          The AbstractDateCellEditor is an IDateCellEditor implementation, which provides a base implementation.
 class AbstractLinkedCellEditor
          The AbstractLinkedCellEditor is an ILinkedCellEditor implementation, which provides a base implementation.
 

Uses of IComboCellEditor in com.sibvisions.rad.ui.swing.ext.celleditor
 

Classes in com.sibvisions.rad.ui.swing.ext.celleditor that implement IComboCellEditor
 class JVxDateCellEditor
          The JVxDateCellEditor provides the generation of the physical Date editor component, handles correct all events, and gives standard access to edited values.
 class JVxLinkedCellEditor
          The JVxLinkedCellEditor provides the generation of the physical linked editor component, handles correct all events, and gives standard access to edited values.
 

Uses of IComboCellEditor in javax.rad.genui.celleditor
 

Classes in javax.rad.genui.celleditor with type parameters of type IComboCellEditor
 class UIComboCellEditor<CE extends IComboCellEditor>
          Platform and technology independent combo cell editor.
 

Classes in javax.rad.genui.celleditor that implement IComboCellEditor
 class UIComboCellEditor<CE extends IComboCellEditor>
          Platform and technology independent combo cell editor.
 class UIDateCellEditor
          Platform and technology independent date editor.
 class UILinkedCellEditor
          Platform and technology independent linked editor.
 

Uses of IComboCellEditor in javax.rad.ui.celleditor
 

Subinterfaces of IComboCellEditor in javax.rad.ui.celleditor
 interface IDateCellEditor
          Platform and technology independent date editor definition.
 interface ILinkedCellEditor
          Platform and technology independent linked editor definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.