|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.argouml.model.AbstractUmlHelperDecorator
An abstract Decorator for the UmlHelper.
| Constructor Summary | |
AbstractUmlHelperDecorator(UmlHelper component)
|
|
| Method Summary | |
void |
addListenersToModel(Object model)
Ensures that all of the elements in a model are registered to the UmlModelListener. |
void |
deleteCollection(Collection col)
Utility method to quickly delete a collection of modelelements. |
Object |
getDestination(Object relationship)
Returns the destination of some relationship. |
Object |
getOwner(Object handle)
Returns the owner of some modelelement object. |
Object |
getSource(Object relationship)
Returns the source of some relationship. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractUmlHelperDecorator(UmlHelper component)
component - The component to decorate.| Method Detail |
public void addListenersToModel(Object model)
UmlHelper
addListenersToModel in interface UmlHelpermodel - the UML modelUmlHelper.addListenersToModel(java.lang.Object)public Object getOwner(Object handle)
UmlHelper
getOwner in interface UmlHelperhandle - the modelelement
UmlHelper.getOwner(java.lang.Object)public void deleteCollection(Collection col)
UmlHelper
deleteCollection in interface UmlHelpercol - a collection of modelelementsUmlHelper.deleteCollection(java.util.Collection)public Object getSource(Object relationship)
UmlHelper
getSource in interface UmlHelperrelationship - the relationship to be tested
UmlHelper.getSource(java.lang.Object)public Object getDestination(Object relationship)
UmlHelper
getDestination in interface UmlHelperrelationship - the relationship to be tested
UmlHelper.getDestination(java.lang.Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |