org.argouml.uml.ui.behavior.use_cases
Class UMLActorAssociationListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byorg.argouml.uml.ui.UMLModelElementListModel
          extended byorg.argouml.uml.ui.UMLBinaryRelationListModel
              extended byorg.argouml.uml.ui.UMLConnectionListModel
                  extended byorg.argouml.uml.ui.behavior.use_cases.UMLActorAssociationListModel
All Implemented Interfaces:
java.util.EventListener, javax.swing.ListModel, ru.novosoft.uml.MElementListener, NotationContext, java.io.Serializable, UMLUserInterfaceComponent

Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.

public class UMLActorAssociationListModel
extends UMLConnectionListModel

Binary relation list model for associations with actors

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.argouml.uml.ui.UMLModelElementListModel
_upper, NO_LIMIT
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
UMLActorAssociationListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Deprecated. Constructor for UMLActorAssociationListModel.
 
Method Summary
protected  java.util.Collection getChoices()
          Deprecated. Gets the collection of modelelements a user can select from (left pane in UMLAddDialog)
 
Methods inherited from class org.argouml.uml.ui.UMLConnectionListModel
build, connect, getAddDialogTitle, getRelation, getSelected
 
Methods inherited from class org.argouml.uml.ui.UMLBinaryRelationListModel
add, buildPopup, delete, getModelElementAt, getSource, recalcModelElementSize
 
Methods inherited from class org.argouml.uml.ui.UMLModelElementListModel
addAtUtil, addAtUtil, elementAtUtil, formatElement, getContainer, getContextNotation, getElementAt, getModelElementSize, getProperty, getSize, getTarget, getUpperBound, listRoleItemSet, moveDownUtil, moveUpUtil, navigateTo, navigateTo, open, propertySet, recovered, removed, resetSize, roleAdded, roleRemoved, setUpperBound, targetChanged, targetReasserted
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLActorAssociationListModel

public UMLActorAssociationListModel(UMLUserInterfaceContainer container,
                                    java.lang.String property,
                                    boolean showNone)
Deprecated. 
Constructor for UMLActorAssociationListModel.

Parameters:
container -
property -
showNone -
Method Detail

getChoices

protected java.util.Collection getChoices()
Deprecated. 
Description copied from class: UMLBinaryRelationListModel
Gets the collection of modelelements a user can select from (left pane in UMLAddDialog)

Overrides:
getChoices in class UMLConnectionListModel
See Also:
UMLBinaryRelationListModel.getChoices()


ArgoUML © 1996-2003 (20040125)ArgoUML Project HomeArgoUML Cookbook