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

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

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

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

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

Uses of ITable in javax.rad.genui.control
 

Classes in javax.rad.genui.control that implement ITable
 class UITable
          Platform and technology independent Table.
 

Constructors in javax.rad.genui.control with parameters of type ITable
UITable(ITable pTable)
          Creates a new instance of UITable with the given table.
 

Uses of ITable in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.