Uses of Class
edu.washington.cs.supple.render.WidgetDescriptor

Packages that use WidgetDescriptor
edu.washington.cs.supple.customization   
edu.washington.cs.supple.customization.command   
edu.washington.cs.supple.render   
edu.washington.cs.supple.render.utility   
edu.washington.cs.supple.rep   
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.customization   
edu.washington.cs.supple.wlib.java2.pointer   
edu.washington.cs.supple.wlib.java2.touch   
 

Uses of WidgetDescriptor in edu.washington.cs.supple.customization
 

Fields in edu.washington.cs.supple.customization declared as WidgetDescriptor
protected  WidgetDescriptor AppearanceCustomizationEvent.oldWidget
           
protected  WidgetDescriptor[] AppearanceCustomizationEvent.newWidgets
           
 

Methods in edu.washington.cs.supple.customization that return WidgetDescriptor
 WidgetDescriptor[] AppearanceCustomizationEvent.getNewWidgets()
           
 WidgetDescriptor AppearanceCustomizationEvent.getOldWidget()
           
 

Constructors in edu.washington.cs.supple.customization with parameters of type WidgetDescriptor
AppearanceCustomizationEvent(java.lang.Object source, UiObject uiObject, WidgetDescriptor oldWidget, WidgetDescriptor newWidget)
           
AppearanceCustomizationEvent(java.lang.Object source, UiObject uiObject, WidgetDescriptor oldWidget, WidgetDescriptor[] newWidgets)
           
 

Uses of WidgetDescriptor in edu.washington.cs.supple.customization.command
 

Fields in edu.washington.cs.supple.customization.command declared as WidgetDescriptor
protected  WidgetDescriptor[] ActionSetWidgetType.widgetDescriptors
           
 

Constructors in edu.washington.cs.supple.customization.command with parameters of type WidgetDescriptor
ActionSetWidgetType(WidgetDescriptor widgetDescriptor)
           
ActionSetWidgetType(WidgetDescriptor[] widgetDescriptors)
           
 

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

Fields in edu.washington.cs.supple.render declared as WidgetDescriptor
protected  WidgetDescriptor AbstractWidget.widgetDescriptor
           
 

Methods in edu.washington.cs.supple.render that return WidgetDescriptor
 WidgetDescriptor Widget.getWidgetDescriptor()
          Returns a descriptor for this widget
 WidgetDescriptor AbstractWidget.getWidgetDescriptor()
           
protected  WidgetDescriptor AbstractWidget.generateWidgetDescriptor()
          Subclasses can override this method if their widget descriptor include extra information
 WidgetDescriptor AbstractWidgetWrapper.getWidgetDescriptor()
           
 

Methods in edu.washington.cs.supple.render with parameters of type WidgetDescriptor
 java.util.Collection FactoredCostFunction.getFactors(SuppleType type, UiObject uiObject, WidgetDescriptor descriptor)
          Returns relevant factors
 java.util.Collection AbstractFactoredCostFunction.getFactors(SuppleType type, UiObject uiObject, WidgetDescriptor descriptor)
           
 Widget WidgetFactory.getWidget(UiObject object, WidgetDescriptor descriptor)
           
 

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

Fields in edu.washington.cs.supple.render.utility declared as WidgetDescriptor
protected  WidgetDescriptor DistanceBasedQueryGenerator.ConstraintInfo.widget1
           
protected  WidgetDescriptor DistanceBasedQueryGenerator.ConstraintInfo.widget2
           
 

Methods in edu.washington.cs.supple.render.utility that return WidgetDescriptor
 WidgetDescriptor DistanceBasedQueryGenerator.ConstraintInfo.getWidget1()
           
 WidgetDescriptor DistanceBasedQueryGenerator.ConstraintInfo.getWidget2()
           
 

Methods in edu.washington.cs.supple.render.utility with parameters of type WidgetDescriptor
 double BooleanFactor.getValue(SuppleType type, UiObject object, WidgetDescriptor descriptor)
           
protected  void FactorConstraint.setupConstraint(SuppleType type, UiObject uiObject, java.util.Collection lhsFactors, WidgetDescriptor lhsWidget, java.util.Collection rhsFactors, WidgetDescriptor rhsWidget)
           
protected  void FactorConstraint.addFactors(SuppleType type, UiObject uiObject, WidgetDescriptor descriptor, FactoredCostFunction costFunction, boolean isBad)
           
protected  void FactorConstraint.addFactor(SuppleType type, UiObject uiObject, WidgetDescriptor descriptor, Factor factor, boolean isBad)
           
protected  FactorConstraint AbstractElicitationQueryGenerator.makeFactorConstraint(UiObject object, WidgetDescriptor curWidget, WidgetDescriptor newWidget)
          Generates a factor constraint for a situation where curWidget is worse than newWidet
abstract  double Factor.getValue(SuppleType type, UiObject object, WidgetDescriptor descriptor)
          Returns the value of this factor
 boolean Factor.isApplicable(SuppleType type, UiObject object, WidgetDescriptor descriptor)
          Checks if the factor is applicable for a particular widget
protected  boolean Factor.isApplcableType(SuppleType type, UiObject object, WidgetDescriptor descriptor)
          An easy to override method that lets you finetune the applicability of a particular factor
 

Constructors in edu.washington.cs.supple.render.utility with parameters of type WidgetDescriptor
DistanceBasedQueryGenerator.ConstraintInfo(UiObject root, UiObject object, WidgetDescriptor w1, WidgetDescriptor w2)
           
FactorConstraint(SuppleType type, UiObject uiObject, java.util.Collection lhsFactors, WidgetDescriptor lhsWidget, java.util.Collection rhsFactors, WidgetDescriptor rhsWidget)
           
 

Uses of WidgetDescriptor in edu.washington.cs.supple.rep
 

Fields in edu.washington.cs.supple.rep declared as WidgetDescriptor
protected  WidgetDescriptor[] WidgetRenderingConstraint.widgetDescriptors
           
 

Methods in edu.washington.cs.supple.rep that return WidgetDescriptor
 WidgetDescriptor[] WidgetRenderingConstraint.getWidgetDescriptors()
           
 

Constructors in edu.washington.cs.supple.rep with parameters of type WidgetDescriptor
WidgetRenderingConstraint(WidgetDescriptor widgetDescriptor)
           
WidgetRenderingConstraint(WidgetDescriptor[] widgetDescriptors)
           
WidgetRenderingConstraint(UiObject object, WidgetDescriptor widgetDescriptor)
           
WidgetRenderingConstraint(UiObject object, WidgetDescriptor[] widgetDescriptors)
           
 

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

Methods in edu.washington.cs.supple.wlib with parameters of type WidgetDescriptor
 Widget AbstractWidgetFactory.getWidget(UiObject uiObject, WidgetDescriptor descriptor)
          Create a widget from a widget descriptor.
 

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

Methods in edu.washington.cs.supple.wlib.awt that return WidgetDescriptor
protected  WidgetDescriptor TextAreaWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor ContainerAwtWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor ListWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor LabelWidget.generateWidgetDescriptor()
           
 

Constructors in edu.washington.cs.supple.wlib.awt with parameters of type WidgetDescriptor
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 WidgetDescriptor in edu.washington.cs.supple.wlib.html
 

Methods in edu.washington.cs.supple.wlib.html that return WidgetDescriptor
protected  WidgetDescriptor HtmlListWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor ContainerHtmlWidget.generateWidgetDescriptor()
           
 

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

Methods in edu.washington.cs.supple.wlib.java2 that return WidgetDescriptor
protected  WidgetDescriptor AbstractImageBasedWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor GridBagContainerWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor LabelWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor ListWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor ContainerSwingWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor TextAreaWidget.generateWidgetDescriptor()
           
protected  WidgetDescriptor ProgressBarWidget.generateWidgetDescriptor()
           
 

Constructors in edu.washington.cs.supple.wlib.java2 with parameters of type WidgetDescriptor
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 WidgetDescriptor in edu.washington.cs.supple.wlib.java2.customization
 

Fields in edu.washington.cs.supple.wlib.java2.customization declared as WidgetDescriptor
protected  WidgetDescriptor[] CommandControllerSetWidgetType.widgetDescriptors
           
protected  WidgetDescriptor CustomizationMenu.curWidgetDescriptor
           
 

Constructors in edu.washington.cs.supple.wlib.java2.customization with parameters of type WidgetDescriptor
CommandControllerSetWidgetType(UiObject location, WidgetDescriptor widgetDescriptor)
           
CommandControllerSetWidgetType(UiObject location, WidgetDescriptor[] widgetDescriptors)
           
 

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

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

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

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