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

Packages that use IStyledCellEditor
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 IStyledCellEditor in com.sibvisions.rad.genui.celleditor
 

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

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

Classes in com.sibvisions.rad.ui.celleditor that implement IStyledCellEditor
 class AbstractCheckBoxCellEditor<C>
          The AbstractCheckBoxCellEditor is an ICheckBoxCellEditor implementation, which provides a base implementation.
 class AbstractChoiceCellEditor<C>
          The AbstractChoiceCellEditor is an IChoiceCellEditor implementation, which provides a base implementation.
 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 AbstractImageViewer<C>
          The AbstractImageViewer is an IImageViewer implementation, which provides a base implementation.
 class AbstractInplaceCellEditor
          The AbstractInplaceCellEditor is an IInplaceCellEditor implementation, which provides a base implementation.
 class AbstractLinkedCellEditor
          The AbstractLinkedCellEditor is an ILinkedCellEditor implementation, which provides a base implementation.
 class AbstractNumberCellEditor
          The AbstractNumberCellEditor is an INumberCellEditor implementation, which provides a base implementation.
 class AbstractStyledCellEditor
          The AbstractStyledCellEditor is an abstract implementation of IStyledCellEditor which provides a base implementation.
 class AbstractTextCellEditor
          The AbstractTextCellEditor is an ITextCellEditor implementation, which provides a base implementation.
 

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

Classes in com.sibvisions.rad.ui.swing.ext.celleditor that implement IStyledCellEditor
 class JVxCheckBoxCellEditor
          The JVxCheckBoxCellEditor provides the generation of the physical check box editor component, handles correct all events, and gives standard access to edited values.
 class JVxChoiceCellEditor
          The JVxChoiceCellEditor provides the generation of the physical choice editor component, handles correct all events, and gives standard access to edited values.
 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 JVxImageViewer
          The JVxImageViewer provides the generation of the physical image viewer component, handles correct all events, and gives standard access to 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.
 class JVxNumberCellEditor
          The JVxTextCellEditor provides the generation of the physical number editor component, handles correct all events, and gives standard access to edited values.
 class JVxTextCellEditor
          The JVxTextCellEditor provides the generation of the physical text editor component, handles correct all events, and gives standard access to edited values.
 

Uses of IStyledCellEditor in javax.rad.genui.celleditor
 

Classes in javax.rad.genui.celleditor with type parameters of type IStyledCellEditor
 class UICellEditor<CE extends IStyledCellEditor>
          Platform and technology independent editor.
 

Classes in javax.rad.genui.celleditor that implement IStyledCellEditor
 class UICellEditor<CE extends IStyledCellEditor>
          Platform and technology independent editor.
 class UICheckBoxCellEditor
          Platform and technology independent check box editor.
 class UIChoiceCellEditor
          Platform and technology independent choice editor.
 class UIComboCellEditor<CE extends IComboCellEditor>
          Platform and technology independent combo cell editor.
 class UIDateCellEditor
          Platform and technology independent date editor.
 class UIImageViewer
          Platform and technology independent image viewer.
 class UIInplaceCellEditor<CE extends IInplaceCellEditor>
          Platform and technology independent editor.
 class UILinkedCellEditor
          Platform and technology independent linked editor.
 class UINumberCellEditor
          Platform and technology independent number editor.
 class UITextCellEditor
          Platform and technology independent text editor.
 

Uses of IStyledCellEditor in javax.rad.ui.celleditor
 

Subinterfaces of IStyledCellEditor in javax.rad.ui.celleditor
 interface ICheckBoxCellEditor<C>
          Platform and technology independent checkbox editor definition.
 interface IChoiceCellEditor<C>
          Platform and technology independent choice editor definition.
 interface IComboCellEditor
          Platform and technology independent combo box cell editor definition.
 interface IDateCellEditor
          Platform and technology independent date editor definition.
 interface IImageViewer<C>
          Platform and technology independent choice editor definition.
 interface IInplaceCellEditor
          Platform and technology independent in place cell editor definition.
 interface ILinkedCellEditor
          Platform and technology independent linked editor definition.
 interface INumberCellEditor
          Platform and technology independent number editor definition.
 interface ITextCellEditor
          Platform and technology independent text editor definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.