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

Packages that use IChoiceCellEditor
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 IChoiceCellEditor in com.sibvisions.rad.ui.swing.ext.celleditor
 

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

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

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

Uses of IChoiceCellEditor in javax.rad.genui.celleditor
 

Classes in javax.rad.genui.celleditor that implement IChoiceCellEditor
 class UIChoiceCellEditor
          Platform and technology independent choice editor.
 

Methods in javax.rad.genui.celleditor that return IChoiceCellEditor
static IChoiceCellEditor UIChoiceCellEditor.getDefaultChoiceCellEditor(Object[] pValues)
          Gets a choice cell editor from the defaults list, if an editor is available for specific values.
static IChoiceCellEditor[] UIChoiceCellEditor.getDefaultChoiceCellEditors()
          Gets all currently available default choice cell editors as array.
 

Methods in javax.rad.genui.celleditor with parameters of type IChoiceCellEditor
static boolean UIChoiceCellEditor.addDefaultChoiceCellEditor(IChoiceCellEditor pEditor)
          Adds a choice cell editor to the list of default choice cell editors.
static void UIChoiceCellEditor.removeDefaultChoiceCellEditor(IChoiceCellEditor pEditor)
          Removes a choice cell editor from the list of default choice cell editors.
 

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

Uses of IChoiceCellEditor in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.