com.partnersoft.v3x.gadgets
Class SelectionAdaptor

java.lang.Object
  extended by com.partnersoft.v3x.gadgets.SpecifierGadget
      extended by com.partnersoft.v3x.gadgets.SelectionAdaptor
All Implemented Interfaces:
Specifier

public class SelectionAdaptor
extends SpecifierGadget

This class adapts one selector to another using a mapping items from one selection set to the other.


Constructor Summary
SelectionAdaptor(Selector selector, java.util.Map mapping)
           
 
Method Summary
 java.util.Map getMapping()
           
 Selector getSelector()
           
 void setMapping(java.util.Map newMapping)
           
 void setSelector(Selector newSelector)
           
 void setSpecified(java.lang.Object newSpecified)
          Specifies an object.
protected  void super_setSpecified(java.lang.Object newSpecified)
           
 
Methods inherited from class com.partnersoft.v3x.gadgets.SpecifierGadget
addSpecificationListener, getSpecified, getSpecifiedClass, removeSpecificationListener, setSpecifiedClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionAdaptor

public SelectionAdaptor(Selector selector,
                        java.util.Map mapping)
Method Detail

super_setSpecified

protected void super_setSpecified(java.lang.Object newSpecified)

setSpecified

public void setSpecified(java.lang.Object newSpecified)
Description copied from class: SpecifierGadget
Specifies an object.

Specified by:
setSpecified in interface Specifier
Overrides:
setSpecified in class SpecifierGadget

getSelector

public Selector getSelector()

setSelector

public void setSelector(Selector newSelector)

getMapping

public java.util.Map getMapping()

setMapping

public void setMapping(java.util.Map newMapping)