|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LwSwitchManager | |
org.zaval.lw | This is basic package of the light weight library. |
Uses of LwSwitchManager in org.zaval.lw |
Subclasses of LwSwitchManager in org.zaval.lw | |
class |
LwGroup
This implementation of the switch manager class is used to control state for a set of switching components where only one component can be "on". |
class |
LwSwitchManImpl
This is simple implementation of the abstract switch manager class. |
Methods in org.zaval.lw that return LwSwitchManager | |
LwSwitchManager |
LwCheckbox.getSwitchManager()
Gets the switch manager that is used with the checkbox. |
Methods in org.zaval.lw with parameters of type LwSwitchManager | |
void |
LwCheckbox.setSwitchManager(LwSwitchManager m)
Sets the specified switch manager to control state of the component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |