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

Packages that use VetoFunction
edu.washington.cs.supple.render   
edu.washington.cs.supple.render.utility   
edu.washington.cs.supple.rep.transform   
edu.washington.cs.supple.wlib.awt   
edu.washington.cs.supple.wlib.html   
edu.washington.cs.supple.wlib.java2   
edu.washington.cs.supple.wlib.java2.touch   
edu.washington.cs.supple.wlib.wap   
 

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

Classes in edu.washington.cs.supple.render that implement VetoFunction
 class AbstractCostFunction
           
 

Fields in edu.washington.cs.supple.render declared as VetoFunction
protected static VetoFunction SuppleDeviceProperties.vetoFunction
           
protected  VetoFunction InstanceDeviceProperties.vetoFunction
           
 

Methods in edu.washington.cs.supple.render that return VetoFunction
static VetoFunction SuppleDeviceProperties.getVetoFunction()
           
 VetoFunction InstanceDeviceProperties.getVetoFunction()
           
abstract  VetoFunction DeviceProperties.getVetoFunction(Trace trace)
          Returns a veto function for this device.
 

Methods in edu.washington.cs.supple.render with parameters of type VetoFunction
static void RenderingUtils.applyVetoFunction(java.util.Vector widgets, VetoFunction vetoFunction)
          If the veto function deems the widget unacceptable, it gets removed from the underlying data structure
 

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

Fields in edu.washington.cs.supple.render.utility declared as VetoFunction
protected  VetoFunction AbstractElicitationQueryGenerator.vetoFunction
           
 

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

Fields in edu.washington.cs.supple.rep.transform declared as VetoFunction
protected  VetoFunction AlternativesTransformer.vetoFunction
           
 

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

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

Classes in edu.washington.cs.supple.wlib.awt that implement VetoFunction
 class DesktopCostFunction
           
 

Methods in edu.washington.cs.supple.wlib.awt that return VetoFunction
 VetoFunction DesktopAwtDeviceProperties.getVetoFunction(Trace trace)
           
 

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

Classes in edu.washington.cs.supple.wlib.html that implement VetoFunction
 class HtmlDesktopCostFunction
           
 

Methods in edu.washington.cs.supple.wlib.html that return VetoFunction
 VetoFunction HtmlDesktopDeviceProperties.getVetoFunction(Trace trace)
           
 

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

Classes in edu.washington.cs.supple.wlib.java2 that implement VetoFunction
 class DesktopAlignedCostFunction
           
 

Methods in edu.washington.cs.supple.wlib.java2 that return VetoFunction
 VetoFunction DesktopDeviceProperties.getVetoFunction(Trace trace)
           
 

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

Classes in edu.washington.cs.supple.wlib.java2.touch that implement VetoFunction
 class TouchCostFunction
           
 

Methods in edu.washington.cs.supple.wlib.java2.touch that return VetoFunction
 VetoFunction TouchDeviceProperties.getVetoFunction(Trace trace)
           
 

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

Classes in edu.washington.cs.supple.wlib.wap that implement VetoFunction
 class WapCostFunction
           
 

Methods in edu.washington.cs.supple.wlib.wap that return VetoFunction
 VetoFunction WapDeviceProperties.getVetoFunction(Trace trace)