Uses of Interface
edu.washington.cs.supple.wlib.awt.AwtWidget

Packages that use AwtWidget
edu.washington.cs.supple.wlib.awt   
 

Uses of AwtWidget in edu.washington.cs.supple.wlib.awt
 

Classes in edu.washington.cs.supple.wlib.awt that implement AwtWidget
 class AbstractRadioButtonWidget
           
 class ButtonWidget
           
 class CheckboxWidget
           
 class ChoiceWidget
           
 class ContainerAwtWidget
           
 class HorizontalContainerWidget
           
 class HorizontalRadioButtonWidget
           
 class LabelWidget
           
 class ListWidget
           
 class PopupActionWidget
           
 class PopupAwtWidget
           
 class SimpleAwtWidgetWrapper
           
 class SingleParamActionWidget
           
 class TabContainerWidget
           
 class TextAreaWidget
           
 class TextFieldWidget
           
 class VerticalContainerWidget
           
 class VerticalRadioButtonWidget
           
 

Fields in edu.washington.cs.supple.wlib.awt declared as AwtWidget
protected  AwtWidget ContainerAwtWidget.listingWidget
           
protected  AwtWidget SimpleAwtWidgetWrapper.awtWidget
           
 

Methods in edu.washington.cs.supple.wlib.awt that return AwtWidget
 AwtWidget ContainerAwtWidget.getListingWidget()
           
 

Methods in edu.washington.cs.supple.wlib.awt with parameters of type AwtWidget
static java.awt.Component AwtUtils.getAwtComponentWithContextMenu(AwtWidget w, int hints)
          Connects an awt widget to mouse listeners and transfer handlers, so that customization commands can be performed
static java.awt.Component AwtUtils.getAwtComponentWithContextMenu(java.awt.Component c, AwtWidget w)
          Connects a awt widget to mouse listeners so that customization commands can be performed
 void ContainerAwtWidget.setListingWidget(AwtWidget listingWidget, int placement)
           
 

Constructors in edu.washington.cs.supple.wlib.awt with parameters of type AwtWidget
HorizontalContainerWidget(UiObject object, AwtWidget lWidget, int placement)
           
ContainerAwtWidget(UiObject object, AwtWidget lWidget, int placement)
           
VerticalContainerWidget(UiObject object, AwtWidget lWidget, int placement)
           
SimpleAwtWidgetWrapper(AwtWidget widget)