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

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

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

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

Uses of ITextCellEditor in javax.rad.genui.celleditor
 

Classes in javax.rad.genui.celleditor that implement ITextCellEditor
 class UITextCellEditor
          Platform and technology independent text editor.
 

Constructors in javax.rad.genui.celleditor with parameters of type ITextCellEditor
UITextCellEditor(ITextCellEditor pEditor)
          Creates a new instance of UITextCellEditor with the given text cell editor.
 

Uses of ITextCellEditor in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.