|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IActionListener | |
|---|---|
| javax.rad.genui.component | Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces. |
| javax.rad.genui.menu | Contains a generic implementation of the platform and technology independent menu interfaces to design graphical user interfaces. |
| Uses of IActionListener in javax.rad.genui.component |
|---|
| Constructors in javax.rad.genui.component with parameters of type IActionListener | |
|---|---|
UIButton(String pText,
IActionListener pActionListener)
Creates a new instance of UIButton. |
|
UIButton(String pText,
IImage pImage,
IActionListener pActionListener)
Creates a new instance of UIButton. |
|
UIToggleButton(String pText,
IActionListener pActionListener)
Creates a new instance of UIToggleButton. |
|
UIToggleButton(String pText,
IImage pImage,
IActionListener pActionListener)
Creates a new instance of UIToggleButton. |
|
| Uses of IActionListener in javax.rad.genui.menu |
|---|
| Constructors in javax.rad.genui.menu with parameters of type IActionListener | |
|---|---|
UIMenuItem(String pText,
IActionListener pActionListener)
Creates a new instance of UIMenuItem. |
|
UIMenuItem(String pText,
IImage pImage,
IActionListener pActionListener)
Creates a new instance of UIMenuItem. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||