|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UILayout | |
---|---|
javax.rad.application.genui | Contains implementations of the generic application interfaces. |
javax.rad.genui.container | Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. |
javax.rad.genui.layout | Contains a generic implementation of the platform and technology independent layout interfaces to design graphical user interfaces. |
Uses of UILayout in javax.rad.application.genui |
---|
Constructors in javax.rad.application.genui with parameters of type UILayout | |
---|---|
Content(UILayout pLayout)
Creates a new instance of Content . |
Uses of UILayout in javax.rad.genui.container |
---|
Constructors in javax.rad.genui.container with parameters of type UILayout | |
---|---|
UIPanel(UILayout pLayout)
Creates a new instance of UIPanel . |
|
UIScrollPanel(UILayout pLayout)
Creates a new instance of UIScrollPanel . |
Uses of UILayout in javax.rad.genui.layout |
---|
Subclasses of UILayout in javax.rad.genui.layout | |
---|---|
class |
UIBorderLayout
Platform and technology independent BorderLayout. |
class |
UIFlowLayout
Platform and technology independent FlowLayout. |
class |
UIFormLayout
Platform and technology independent form oriented layout. |
class |
UIGridLayout
Platform and technology independent grid oriented layout. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |