com.u2d.field
Class BidiAssociation

java.lang.Object
  extended by com.u2d.field.Association
      extended by com.u2d.field.BidiAssociation
All Implemented Interfaces:
ValidationNotifier, java.awt.datatransfer.Transferable, java.io.Serializable

public class BidiAssociation
extends Association

Author:
Eitan Suez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.u2d.field.Association
_field, _parent, _validationEvent, _validationListenerList, FLAVOR
 
Constructor Summary
BidiAssociation(Field field, ComplexEObject parent, Field otherSide)
           
 
Method Summary
 void associateList(java.util.List value)
           
 void dissociate()
           
 void dissociateItem(ComplexEObject eo)
           
 void set(ComplexEObject value)
           
 
Methods inherited from class com.u2d.field.Association
addChangeListener, addPropertyChangeListener, addValidationListener, associate, field, fireValidationException, fireValidationException, get, getAsList, getName, getTransferData, getTransferDataFlavors, iconSm, isDataFlavorSupported, isEditableState, isEmpty, parent, removeChangeListener, removePropertyChangeListener, removeValidationListener, title, toString, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BidiAssociation

public BidiAssociation(Field field,
                       ComplexEObject parent,
                       Field otherSide)
Method Detail

set

public void set(ComplexEObject value)
Overrides:
set in class Association

associateList

public void associateList(java.util.List value)
Overrides:
associateList in class Association

dissociate

public void dissociate()
Overrides:
dissociate in class Association

dissociateItem

public void dissociateItem(ComplexEObject eo)
Overrides:
dissociateItem in class Association