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

Packages that use ICheckBoxCellEditor
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. 
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
javax.rad.genui.celleditor Contains a generic implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
 

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

Classes in com.sibvisions.rad.ui.celleditor that implement ICheckBoxCellEditor
 class AbstractCheckBoxCellEditor<C>
          The AbstractCheckBoxCellEditor is an ICheckBoxCellEditor implementation, which provides a base implementation.
 

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

Classes in com.sibvisions.rad.ui.swing.ext.celleditor that implement ICheckBoxCellEditor
 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.
 

Uses of ICheckBoxCellEditor in com.sibvisions.rad.ui.swing.impl
 

Methods in com.sibvisions.rad.ui.swing.impl that return ICheckBoxCellEditor
 ICheckBoxCellEditor SwingFactory.createCheckBoxCellEditor()
          Creates a new instance of ICheckBoxCellEditor.
 

Uses of ICheckBoxCellEditor in javax.rad.genui.celleditor
 

Classes in javax.rad.genui.celleditor that implement ICheckBoxCellEditor
 class UICheckBoxCellEditor
          Platform and technology independent check box editor.
 

Methods in javax.rad.genui.celleditor that return ICheckBoxCellEditor
static ICheckBoxCellEditor UICheckBoxCellEditor.getDefaultCheckBoxCellEditor(java.lang.Object[] pValues)
          Gets a checkbox cell editor from the defaults list, if an editor is available for specific values.
static ICheckBoxCellEditor[] UICheckBoxCellEditor.getDefaultCheckBoxCellEditors()
          Gets all currently available default checkbox cell editors as array.
 

Methods in javax.rad.genui.celleditor with parameters of type ICheckBoxCellEditor
static void UICheckBoxCellEditor.addDefaultCheckBoxCellEditor(ICheckBoxCellEditor pEditor)
          Adds a checkbox cell editor to the list of default checkbox cell editors.
static void UICheckBoxCellEditor.removeDefaultCheckBoxCellEditor(ICheckBoxCellEditor pEditor)
          Removes a checkbox cell editor from the list of default checkbox cell editors.
 

Constructors in javax.rad.genui.celleditor with parameters of type ICheckBoxCellEditor
UICheckBoxCellEditor(ICheckBoxCellEditor pEditor)
          Creates a new instance of UICheckBoxCellEditor with the given choice cell editor.
 

Uses of ICheckBoxCellEditor in javax.rad.ui
 

Methods in javax.rad.ui that return ICheckBoxCellEditor
 ICheckBoxCellEditor IFactory.createCheckBoxCellEditor()
          Creates a new instance of ICheckBoxCellEditor.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.