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

Packages that use ITree
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 ITree in com.sibvisions.rad.ui.swing.impl
 

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

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

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

Uses of ITree in javax.rad.genui.control
 

Classes in javax.rad.genui.control that implement ITree
 class UITree
          Platform and technology independent Tree.
 

Constructors in javax.rad.genui.control with parameters of type ITree
UITree(ITree pTree)
          Creates a new instance of UITree with the given tree.
 

Uses of ITree in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.