Uses of Interface
javax.rad.ui.control.IEditor

Packages that use IEditor
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.control Contains Swing control implementations based on the platform and technology independent interface definitions. 
javax.rad.genui.control Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
 

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

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

Uses of IEditor in com.sibvisions.rad.ui.swing.impl.control
 

Classes in com.sibvisions.rad.ui.swing.impl.control that implement IEditor
 class SwingEditor
          The SwingEditor is the IEditor implementation for swing.
 

Uses of IEditor in javax.rad.genui.control
 

Classes in javax.rad.genui.control that implement IEditor
 class UIEditor
          Platform and technology independent Editor.
 

Constructors in javax.rad.genui.control with parameters of type IEditor
UIEditor(IEditor pEditor)
          Creates a new instance of UIEditor with the given editor.
 

Uses of IEditor in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.