|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITabsetPanel | |
---|---|
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 ITabsetPanel in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return ITabsetPanel | |
---|---|
ITabsetPanel |
SwingFactory.createTabsetPanel()
Creates a new instance of ITabsetPanel . |
Uses of ITabsetPanel in com.sibvisions.rad.ui.swing.impl.container |
---|
Classes in com.sibvisions.rad.ui.swing.impl.container that implement ITabsetPanel | |
---|---|
class |
SwingTabsetPanel
The SwingTabsetPanel is the ITabsetPanel
implementation for swing. |
Uses of ITabsetPanel in javax.rad.genui.container |
---|
Classes in javax.rad.genui.container that implement ITabsetPanel | |
---|---|
class |
UITabsetPanel
Platform and technology independent TabSetPanel. |
Constructors in javax.rad.genui.container with parameters of type ITabsetPanel | |
---|---|
UITabsetPanel(ITabsetPanel pPanel)
Creates a new instance of UITabsetPanel with the given
tabset panel. |
Uses of ITabsetPanel in javax.rad.ui |
---|
Methods in javax.rad.ui that return ITabsetPanel | |
---|---|
ITabsetPanel |
IFactory.createTabsetPanel()
Creates a new instance of ITabsetPanel . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |