com.partnersoft.gadgets
Class SpecifierCoupler

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

public class SpecifierCoupler
extends SpecifierGadget

A SpecifierCoupler couples a set of specifiers together so that when an item is specified on one, it is specified on the others. It also serves as a master specifier, emitting SpecificationEvents and allowing setSpecified()s and getSpecified()s.

Version:
1.0 4/16/97 Copyright 1997 Partner Software, Inc.
Author:
Paul Reavis

Constructor Summary
SpecifierCoupler()
           
SpecifierCoupler(Specifier one, Specifier two)
           
 
Method Summary
 void addSpecifier(Specifier spec)
           
 void removeSpecifier(Specifier spec)
           
 
Methods inherited from class com.partnersoft.gadgets.SpecifierGadget
addSpecificationListener, getSpecified, getSpecifiedClass, removeSpecificationListener, setSpecified, setSpecifiedClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecifierCoupler

public SpecifierCoupler()

SpecifierCoupler

public SpecifierCoupler(Specifier one,
                        Specifier two)
Method Detail

addSpecifier

public void addSpecifier(Specifier spec)

removeSpecifier

public void removeSpecifier(Specifier spec)