|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIImage | |
---|---|
com.sibvisions.rad.application | Contains base classes for application creation. |
javax.rad.genui | Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. |
Uses of UIImage in com.sibvisions.rad.application |
---|
Methods in com.sibvisions.rad.application with parameters of type UIImage | |
---|---|
UIMenuItem |
Application.createMenuItem(String pAction,
String pActionCommand,
String pText,
UIImage pImage)
Creates a new menu item. |
UIButton |
Application.createToolBarButton(String pAction,
String pActionCommand,
String pText,
UIImage pImage)
Creates a new toolbar button. |
Uses of UIImage in javax.rad.genui |
---|
Methods in javax.rad.genui that return UIImage | |
---|---|
static UIImage |
UIImage.getImage(String pImageName)
Gets the cached instance of an image resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |