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

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

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

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

Uses of ILinkedCellEditor in javax.rad.genui.celleditor
 

Classes in javax.rad.genui.celleditor that implement ILinkedCellEditor
 class UILinkedCellEditor
          Platform and technology independent linked editor.
 

Constructors in javax.rad.genui.celleditor with parameters of type ILinkedCellEditor
UILinkedCellEditor(ILinkedCellEditor pEditor)
          Creates a new instance of UILinkedCellEditor with the given linked cell editor.
 

Uses of ILinkedCellEditor in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.