|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGroupPanel | |
---|---|
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.container | Contains Swing container implementations based on the platform and technology independent interface definitions. |
javax.rad.genui.container | Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. |
javax.rad.ui | Contains all interfaces to develop a graphical user interface. |
Uses of IGroupPanel in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return IGroupPanel | |
---|---|
IGroupPanel |
SwingFactory.createGroupPanel()
Creates a new instance of IGroupPanel . |
Uses of IGroupPanel in com.sibvisions.rad.ui.swing.impl.container |
---|
Classes in com.sibvisions.rad.ui.swing.impl.container that implement IGroupPanel | |
---|---|
class |
SwingGroupPanel
The SwingGroupPanel is the IGroupPanel
implementation for swing. |
Uses of IGroupPanel in javax.rad.genui.container |
---|
Classes in javax.rad.genui.container that implement IGroupPanel | |
---|---|
class |
UIGroupPanel
Platform and technology independent GroupPanel. |
Constructors in javax.rad.genui.container with parameters of type IGroupPanel | |
---|---|
UIGroupPanel(IGroupPanel pPanel)
Creates a new instance of UIGroupPanel with the given
group panel. |
Uses of IGroupPanel in javax.rad.ui |
---|
Methods in javax.rad.ui that return IGroupPanel | |
---|---|
IGroupPanel |
IFactory.createGroupPanel()
Creates a new instance of IGroupPanel . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |