|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IChart | |
---|---|
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 IChart in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return IChart | |
---|---|
IChart |
SwingFactory.createChart()
Creates a new instance of IChart . |
Uses of IChart in com.sibvisions.rad.ui.swing.impl.control |
---|
Classes in com.sibvisions.rad.ui.swing.impl.control that implement IChart | |
---|---|
class |
SwingChart
The SwingChart is the IChart
implementation for swing. |
Uses of IChart in javax.rad.genui.control |
---|
Classes in javax.rad.genui.control that implement IChart | |
---|---|
class |
UIChart
Platform and technology independent Table. |
Constructors in javax.rad.genui.control with parameters of type IChart | |
---|---|
UIChart(IChart pChart)
Creates a new instance of UIChart with the given chart. |
Uses of IChart in javax.rad.ui |
---|
Methods in javax.rad.ui that return IChart | |
---|---|
IChart |
IFactory.createChart()
Creates a new instance of IChart . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |