Uses of Interface
org.zaval.lw.Switchable

Packages that use Switchable
org.zaval.lw This is basic package of the light weight library. 
 

Uses of Switchable in org.zaval.lw
 

Classes in org.zaval.lw that implement Switchable
 class LwCheckbox
          The class represents a switching GUI componenent that can have one of two states: "on" or "off".
 

Methods in org.zaval.lw that return Switchable
 Switchable LwGroup.getSelected()
          Gets the switching component that has "on" state for the group.
 

Methods in org.zaval.lw with parameters of type Switchable
 void LwSwitchManager.install(Switchable o)
          Registers the specified switching component that wants to use the manager.
 void LwSwitchManager.uninstall(Switchable o)
          Unregisters the specified switching component that doesn't want to use the manager.
protected  void LwSwitchManager.perform(Switchable s)
          Fires the action event for the list of LwActionListener with the specified switching component as the event source.
abstract  boolean LwSwitchManager.getState(Switchable o)
          Gets state for the specified switching component.
abstract  void LwSwitchManager.setState(Switchable o, boolean b)
          Sets the specified state for the switching component.
 boolean LwSwitchManImpl.getState(Switchable o)
           
 void LwSwitchManImpl.setState(Switchable o, boolean b)
           
 void LwGroup.setSelected(Switchable s)
          Sets the specified switching component as selected component.
 boolean LwGroup.getState(Switchable o)
           
 void LwGroup.setState(Switchable o, boolean b)
           
 



Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org