Uses of Interface
edu.washington.cs.supple.render.WidgetFactory

Packages that use WidgetFactory
edu.washington.cs.supple.net.rmi   
edu.washington.cs.supple.render   
edu.washington.cs.supple.render.utility   
edu.washington.cs.supple.rep.transform   
edu.washington.cs.supple.wlib   
edu.washington.cs.supple.wlib.awt   
edu.washington.cs.supple.wlib.html   
edu.washington.cs.supple.wlib.java2   
edu.washington.cs.supple.wlib.java2.pointer   
edu.washington.cs.supple.wlib.java2.touch   
edu.washington.cs.supple.wlib.wap   
 

Uses of WidgetFactory in edu.washington.cs.supple.net.rmi
 

Methods in edu.washington.cs.supple.net.rmi with parameters of type WidgetFactory
 Solution SolutionData.generateSolution(UiObject uiObject, WidgetFactory f)
          Generate a solution for a ui.
 

Uses of WidgetFactory in edu.washington.cs.supple.render
 

Fields in edu.washington.cs.supple.render declared as WidgetFactory
protected static WidgetFactory SuppleDeviceProperties.widgetFactory
           
protected  WidgetFactory InstanceDeviceProperties.widgetFactory
           
protected  WidgetFactory SearchParameters.widgetFactory
           
protected  WidgetFactory AbstractSolver.widgetFactory
           
 

Methods in edu.washington.cs.supple.render that return WidgetFactory
static WidgetFactory SuppleDeviceProperties.getWidgetFactory()
           
 WidgetFactory InstanceDeviceProperties.getWidgetFactory()
           
abstract  WidgetFactory DeviceProperties.getWidgetFactory()
           
 WidgetFactory SearchParameters.getWidgetFactory()
           
 

Methods in edu.washington.cs.supple.render with parameters of type WidgetFactory
 void SearchParameters.setWidgetFactory(WidgetFactory widgetFactory)
           
 

Uses of WidgetFactory in edu.washington.cs.supple.render.utility
 

Fields in edu.washington.cs.supple.render.utility declared as WidgetFactory
protected  WidgetFactory AbstractElicitationQueryGenerator.widgetFactory
           
 

Uses of WidgetFactory in edu.washington.cs.supple.rep.transform
 

Fields in edu.washington.cs.supple.rep.transform declared as WidgetFactory
protected  WidgetFactory AlternativesTransformer.widgetFactory
           
 

Constructors in edu.washington.cs.supple.rep.transform with parameters of type WidgetFactory
AlternativesTransformer(WidgetFactory widgetFactory, VetoFunction vetoFunction)
           
 

Uses of WidgetFactory in edu.washington.cs.supple.wlib
 

Classes in edu.washington.cs.supple.wlib that implement WidgetFactory
 class AbstractWidgetFactory
          AbstractWidgetFactory provides a base for building widget factories...
 

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

Classes in edu.washington.cs.supple.wlib.awt that implement WidgetFactory
 class DesktopWidgetFactory
           
 

Methods in edu.washington.cs.supple.wlib.awt that return WidgetFactory
 WidgetFactory DesktopAwtDeviceProperties.getWidgetFactory()
           
 

Constructors in edu.washington.cs.supple.wlib.awt with parameters of type WidgetFactory
TextAreaWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
HorizontalContainerWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
ContainerAwtWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
LabelWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
VerticalContainerWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
 

Uses of WidgetFactory in edu.washington.cs.supple.wlib.html
 

Classes in edu.washington.cs.supple.wlib.html that implement WidgetFactory
 class HtmlWidgetFactory
           
 

Methods in edu.washington.cs.supple.wlib.html that return WidgetFactory
 WidgetFactory HtmlDesktopDeviceProperties.getWidgetFactory()
           
 

Uses of WidgetFactory in edu.washington.cs.supple.wlib.java2
 

Classes in edu.washington.cs.supple.wlib.java2 that implement WidgetFactory
 class DesktopAlignedWidgetFactory
           
 class DesktopShortcutWidgetFactory
           
 class OriginalWidgetFactory
           
 class ShortcutExperimentWidgetFactory
           
 class TestWidgetFactory
           
 

Fields in edu.washington.cs.supple.wlib.java2 declared as WidgetFactory
protected  WidgetFactory SwingView.widgetFactory
           
 

Methods in edu.washington.cs.supple.wlib.java2 that return WidgetFactory
 WidgetFactory SwingView.getWidgetFactory()
          Returns the widget factory override set for this view
 WidgetFactory TestDeviceProperties.getWidgetFactory()
           
 WidgetFactory ShortcutExperimentDeviceProperties.getWidgetFactory()
           
 WidgetFactory OriginalDeviceProperties.getWidgetFactory()
           
 WidgetFactory DesktopAlignedDeviceProperties.getWidgetFactory()
           
 WidgetFactory DesktopDeviceProperties.getWidgetFactory()
           
 

Methods in edu.washington.cs.supple.wlib.java2 with parameters of type WidgetFactory
 void SwingView.setWidgetFactory(WidgetFactory factory)
          Allows you to override the default widget factory used on this device
 

Constructors in edu.washington.cs.supple.wlib.java2 with parameters of type WidgetFactory
AlignedVerticalContainerWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
HorizontalContainerWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
AbstractImageBasedWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
GridBagContainerWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
LabelWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
TableWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
ListWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
ContainerSwingWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
SimpleMapWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
ImageWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
VerticalContainerWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
TextAreaWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
ProgressBarWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
 

Uses of WidgetFactory in edu.washington.cs.supple.wlib.java2.pointer
 

Constructors in edu.washington.cs.supple.wlib.java2.pointer with parameters of type WidgetFactory
PointerList10Widget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
AbstractPointerListWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
PointerList5Widget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
 

Uses of WidgetFactory in edu.washington.cs.supple.wlib.java2.touch
 

Classes in edu.washington.cs.supple.wlib.java2.touch that implement WidgetFactory
 class TouchWidgetFactory
           
 

Methods in edu.washington.cs.supple.wlib.java2.touch that return WidgetFactory
 WidgetFactory TouchDeviceProperties.getWidgetFactory()
           
 

Constructors in edu.washington.cs.supple.wlib.java2.touch with parameters of type WidgetFactory
AbstractTouchListWidget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
TouchList5Widget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
TouchList10Widget(UiObject object, WidgetDescriptor wd, WidgetFactory f)
           
 

Uses of WidgetFactory in edu.washington.cs.supple.wlib.wap
 

Classes in edu.washington.cs.supple.wlib.wap that implement WidgetFactory
 class WapWidgetFactory
           
 

Methods in edu.washington.cs.supple.wlib.wap that return WidgetFactory
 WidgetFactory WapDeviceProperties.getWidgetFactory()