|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIDesktopPanel | |
---|---|
com.sibvisions.rad.application | Contains base classes for application creation. |
Uses of UIDesktopPanel in com.sibvisions.rad.application |
---|
Methods in com.sibvisions.rad.application that return UIDesktopPanel | |
---|---|
protected UIDesktopPanel |
Application.createDesktopPane()
Creates the content pane for the application. |
UIDesktopPanel |
Application.getDesktopPane()
Gets the desktop panel for the application. |
Methods in com.sibvisions.rad.application with parameters of type UIDesktopPanel | |
---|---|
protected void |
Application.configureDesktopPane(UIDesktopPanel pDesktop)
Configures the default behaviour of the content pane. |
Constructors in com.sibvisions.rad.application with parameters of type UIDesktopPanel | |
---|---|
About(UIDesktopPanel pDesktop)
Creates a new instance of About for the given application. |
|
Login(UIDesktopPanel pDesktop,
IConnectable pConnectable)
Creates a new instance of the login UI. |
|
Message(UIDesktopPanel pDesktop,
int pIconType,
int pButtonType,
String pMessage,
String pOkAction,
String pCancelAction)
Creates a new instance of Message . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |