com.partnersoft.gadgets
Class SpecifierCoupler
java.lang.Object
com.partnersoft.gadgets.SpecifierGadget
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecifierCoupler
public SpecifierCoupler()
SpecifierCoupler
public SpecifierCoupler(Specifier one,
Specifier two)
addSpecifier
public void addSpecifier(Specifier spec)
removeSpecifier
public void removeSpecifier(Specifier spec)