--------- Original GoF Patterns ----------

Singleton Pattern
ModuleLoader is a Singleton class
singleton is the Singleton instance
getInstance creates and returns singleton
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/modules/ModuleLoader.java


Singleton Pattern
ResourceLoaderWrapper is a Singleton class
instance is the Singleton instance
getInstance creates and returns instance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/helpers/ResourceLoaderWrapper.java


Singleton Pattern
ModuleLoader2 is a Singleton class
INSTANCE is the Singleton instance
getInstance creates and returns INSTANCE
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/moduleloader/ModuleLoader2.java


Singleton Pattern
LookAndFeelMgr is a Singleton class
SINGLETON is the Singleton instance
getInstance creates and returns SINGLETON
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/LookAndFeelMgr.java


Singleton Pattern
GeneratorManager is a Singleton class
INSTANCE is the Singleton instance
getInstance creates and returns INSTANCE
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/GeneratorManager.java


Singleton Pattern
NavigateTargetForwardAction is a Singleton class
instance is the Singleton instance
getInstance creates and returns instance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/NavigateTargetForwardAction.java


Singleton Pattern
NavigateTargetBackAction is a Singleton class
instance is the Singleton instance
getInstance creates and returns instance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/NavigateTargetBackAction.java


Singleton Pattern
ActionAddMessage is a Singleton class
singleton is the Singleton instance
getSingleton creates and returns singleton
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAddMessage.java


Singleton Pattern
DiagramFactory is a Singleton class
diagramFactory is the Singleton instance
getInstance creates and returns diagramFactory
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/DiagramFactory.java


Singleton Pattern
ActionDeleteConcurrentRegion is a Singleton class
singleton is the Singleton instance
getSingleton creates and returns singleton
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionDeleteConcurrentRegion.java


Singleton Pattern
ActionAddConcurrentRegion is a Singleton class
singleton is the Singleton instance
getSingleton creates and returns singleton
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAddConcurrentRegion.java


Singleton Pattern
GeneratorDisplay is a Singleton class
singleton is the Singleton instance
getInstance creates and returns singleton
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/GeneratorDisplay.java


Singleton Pattern
Notation is a Singleton class
SINGLETON is the Singleton instance
getInstance creates and returns SINGLETON
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/Notation.java


Singleton Pattern
NotationProviderFactory2 is a Singleton class
instance is the Singleton instance
getInstance creates and returns instance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProviderFactory2.java


Singleton Pattern
GraphChangeAdapter is a Singleton class
INSTANCE is the Singleton instance
getInstance creates and returns INSTANCE
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/GraphChangeAdapter.java


Singleton Pattern
ProjectManager is a Singleton class
instance is the Singleton instance
getManager creates and returns instance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/ProjectManager.java


Multithreaded Singleton Pattern
ProjectBrowser is a Singleton class
theInstance is the Singleton instance
getInstance creates and returns theInstance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ProjectBrowser.java
Double-checked Locking not used.

Singleton Pattern
PersistenceManager is a Singleton class
INSTANCE is the Singleton instance
getInstance creates and returns INSTANCE
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/PersistenceManager.java


Singleton Pattern
TargetManager is a Singleton class
instance is the Singleton instance
getInstance creates and returns instance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargetManager.java


Singleton Pattern
Actions is a Singleton class
INSTANCE is the Singleton instance
getInstance creates and returns INSTANCE
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/Actions.java


Singleton Pattern
Designer is a Singleton class
theDesignerSingleton is the Singleton instance
theDesigner creates and returns theDesignerSingleton
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/Designer.java


Singleton Pattern
PerspectiveManager is a Singleton class
instance is the Singleton instance
getInstance creates and returns instance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveManager.java


Singleton Pattern
SaveGraphicsManager is a Singleton class
INSTANCE is the Singleton instance
getInstance creates and returns INSTANCE
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SaveGraphicsManager.java


Singleton Pattern
NotationProviderFactory is a Singleton class
SINGLETON is the Singleton instance
getInstance creates and returns SINGLETON
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProviderFactory.java


Singleton Pattern
PrintManager is a Singleton class
INSTANCE is the Singleton instance
getInstance creates and returns INSTANCE
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/PrintManager.java


Singleton Pattern
CriticOclEvaluator is a Singleton class
INSTANCE is the Singleton instance
getInstance creates and returns INSTANCE
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ocl/CriticOclEvaluator.java


Singleton Pattern
PredIsFinalState is a Singleton class
theInstance is the Singleton instance
getTheInstance creates and returns theInstance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/PredIsFinalState.java


Singleton Pattern
PredIsStartState is a Singleton class
theInstance is the Singleton instance
getTheInstance creates and returns theInstance
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/PredIsStartState.java


Decorator Pattern
ActorPortFigRect is a Decorator class
getGravityPoints is a decorate operation
parent of type Fig is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigActor.java

Decorator Pattern
FigClass is a Decorator class
setLineWidth is a decorate operation
borderFig of type Fig is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigClass.java

Decorator Pattern
FigClass is a Decorator class
getLineWidth is a decorate operation
borderFig of type Fig is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigClass.java

Decorator Pattern
FigInterface is a Decorator class
setLineWidth is a decorate operation
borderFig of type Fig is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigInterface.java

Decorator Pattern
FigInterface is a Decorator class
getLineWidth is a decorate operation
borderFig of type Fig is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigInterface.java

Decorator Pattern
CompartmentFigText is a Decorator class
getLineColor is a decorate operation
refFig of type Fig is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/CompartmentFigText.java

Chain of Responsibility Pattern
PredicateFind is a Chain of Responsibility Handler class
predicate is a handle operation
theType of type Predicate propogates the request
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/PredicateFind.java

Chain of Responsibility Pattern
ArgoAny is a Chain of Responsibility Handler class
hashCode is a handle operation
classifier of type Object propogates the request
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ocl/ArgoFacade.java

Decorator Pattern
PackageCodePiece is a Decorator class
getText is a decorate operation
identifier of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/PackageCodePiece.java

Decorator Pattern
PackageCodePiece is a Decorator class
getStartPosition is a decorate operation
identifier of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/PackageCodePiece.java

Decorator Pattern
PackageCodePiece is a Decorator class
getEndPosition is a decorate operation
identifier of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/PackageCodePiece.java

Decorator Pattern
PackageCodePiece is a Decorator class
getStartLine is a decorate operation
identifier of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/PackageCodePiece.java

Decorator Pattern
PackageCodePiece is a Decorator class
getEndLine is a decorate operation
identifier of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/PackageCodePiece.java

Decorator Pattern
ClassCodePiece is a Decorator class
getText is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassCodePiece.java

Decorator Pattern
ClassCodePiece is a Decorator class
getStartPosition is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassCodePiece.java

Decorator Pattern
ClassCodePiece is a Decorator class
getEndPosition is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassCodePiece.java

Decorator Pattern
ClassCodePiece is a Decorator class
getStartLine is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassCodePiece.java

Decorator Pattern
ClassCodePiece is a Decorator class
getEndLine is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassCodePiece.java

Decorator Pattern
InterfaceCodePiece is a Decorator class
getText is a decorate operation
interfaceDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/InterfaceCodePiece.java

Decorator Pattern
InterfaceCodePiece is a Decorator class
getStartPosition is a decorate operation
interfaceDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/InterfaceCodePiece.java

Decorator Pattern
InterfaceCodePiece is a Decorator class
getEndPosition is a decorate operation
interfaceDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/InterfaceCodePiece.java

Decorator Pattern
InterfaceCodePiece is a Decorator class
getStartLine is a decorate operation
interfaceDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/InterfaceCodePiece.java

Decorator Pattern
InterfaceCodePiece is a Decorator class
getEndLine is a decorate operation
interfaceDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/InterfaceCodePiece.java

Decorator Pattern
ClassifierEndCodePiece is a Decorator class
getText is a decorate operation
bracket of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassifierEndCodePiece.java

Decorator Pattern
ClassifierEndCodePiece is a Decorator class
getStartPosition is a decorate operation
bracket of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassifierEndCodePiece.java

Decorator Pattern
ClassifierEndCodePiece is a Decorator class
getEndPosition is a decorate operation
bracket of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassifierEndCodePiece.java

Decorator Pattern
ClassifierEndCodePiece is a Decorator class
getStartLine is a decorate operation
bracket of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassifierEndCodePiece.java

Decorator Pattern
ClassifierEndCodePiece is a Decorator class
getEndLine is a decorate operation
bracket of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassifierEndCodePiece.java

Decorator Pattern
OperationCodePiece is a Decorator class
getText is a decorate operation
operationDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/OperationCodePiece.java

Decorator Pattern
OperationCodePiece is a Decorator class
getStartPosition is a decorate operation
operationDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/OperationCodePiece.java

Decorator Pattern
OperationCodePiece is a Decorator class
getEndPosition is a decorate operation
operationDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/OperationCodePiece.java

Decorator Pattern
OperationCodePiece is a Decorator class
getStartLine is a decorate operation
operationDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/OperationCodePiece.java

Decorator Pattern
OperationCodePiece is a Decorator class
getEndLine is a decorate operation
operationDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/OperationCodePiece.java

Decorator Pattern
AnonymousClassCodePiece is a Decorator class
getText is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/AnonymousClassCodePiece.java

Decorator Pattern
AnonymousClassCodePiece is a Decorator class
getStartPosition is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/AnonymousClassCodePiece.java

Decorator Pattern
AnonymousClassCodePiece is a Decorator class
getEndPosition is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/AnonymousClassCodePiece.java

Decorator Pattern
AnonymousClassCodePiece is a Decorator class
getStartLine is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/AnonymousClassCodePiece.java

Decorator Pattern
AnonymousClassCodePiece is a Decorator class
getEndLine is a decorate operation
classDef of type CodePiece is the Decoratee class
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/AnonymousClassCodePiece.java

 Predicate Object
 Fig CodePiece
Bridge Pattern.
ConfigurationHandler is abstract.
ConfigurationKey is an interface.
ConfigurationHandler delegates ConfigurationKey.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/configuration/ConfigurationHandler.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/ConfigurationKey.java

Bridge Pattern.
PropPanel is abstract.
TargettableModelView is an interface.
PropPanel delegates TargettableModelView.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/PropPanel.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargettableModelView.java

Bridge Pattern.
FigEdgeModelElement is abstract.
Clarifier is an interface.
FigEdgeModelElement delegates Clarifier.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigEdgeModelElement.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/Clarifier.java

Bridge Pattern.
FigNodeModelElement is abstract.
Clarifier is an interface.
FigNodeModelElement delegates Clarifier.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/Clarifier.java

Bridge Pattern.
FigNodeModelElement is abstract.
NotationProvider4 is an interface.
FigNodeModelElement delegates NotationProvider4.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProvider4.java

Bridge Pattern.
FigPackage is abstract.
NotationProvider4 is an interface.
FigPackage delegates NotationProvider4.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigPackage.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProvider4.java

Bridge Pattern.
FigState is abstract.
NotationProvider4 is an interface.
FigState delegates NotationProvider4.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigState.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProvider4.java

Bridge Pattern.
FigActionState is abstract.
NotationProvider4 is an interface.
FigActionState delegates NotationProvider4.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigActionState.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProvider4.java

Bridge Pattern.
Generator2 is abstract.
NotationName is an interface.
Generator2 delegates NotationName.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/Generator2.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationName.java

Bridge Pattern.
UmlDiagramRenderer is abstract.
OperationsCompartmentContainer is an interface.
UmlDiagramRenderer delegates OperationsCompartmentContainer.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/UmlDiagramRenderer.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/OperationsCompartmentContainer.java

Bridge Pattern.
UmlDiagramRenderer is abstract.
AttributesCompartmentContainer is an interface.
UmlDiagramRenderer delegates AttributesCompartmentContainer.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/UmlDiagramRenderer.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/AttributesCompartmentContainer.java

Bridge Pattern.
Wizard is abstract.
WizardItem is an interface.
Wizard delegates WizardItem.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/Wizard.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/WizardItem.java

Bridge Pattern.
Critic is abstract.
Offender is an interface.
Critic delegates Offender.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/Critic.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/Offender.java

Bridge Pattern.
XmiFilePersister is abstract.
ProjectMember is an interface.
XmiFilePersister delegates ProjectMember.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/XmiFilePersister.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/ProjectMember.java

Bridge Pattern.
UmlFilePersister is abstract.
ProjectMember is an interface.
UmlFilePersister delegates ProjectMember.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/UmlFilePersister.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/ProjectMember.java

Strategy Pattern.
Pair is the Context class.
ArgoEventListener is the Strategy interface.
Concrete Strategy classes:  ArgoGeneratorEventListener ArgoNotationEventListener ArgoModuleEventListener TabProps ActionSettings GenericArgoMenuBar FigEdgeModelElement FigInclude FigExtend FigNodeModelElement FigActor FigDependency FigUsage FigRealization FigPermission FigNodeAssociation FigGeneralization FigClassifierBox FigClass FigClassAssociationClass FigAssociationEnd FigAssociation FigAssociationClass FigPackage FigSubsystem FigModel FigLink FigInterface FigInstance FigEdgeNote FigComment FigUseCase FigTransition FigStateVertex FigSynchState FigState FigSubmachineState FigStubState FigSimpleState FigHistoryState FigShallowHistoryState FigJunctionState FigJoinState FigInitialState FigForkState FigFinalState FigDeepHistoryState FigBranchState FigObject FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigMessage FigAssociationRole FigSubactivityState FigPartition FigObjectFlowState FigActionState FigCallState FigEdgeAssociationClass FigAssociationClassTee FigCommentPort NotationProviderFactory NotationNameImpl FigCallActionMessage FigReturnActionMessage FigDestroyActionMessage FigCreateActionMessage ShadowFig LanguageComboBox NotationComboBox
Delegation through listener of type ArgoEventListener
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/events/ArgoEventPump.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/ArgoEventListener.java

Strategy Pattern.
UMLInitialValueComboBox is the Context class.
UMLUserInterfaceContainer is the Strategy interface.
Concrete Strategy classes:  PropPanel PropPanelModelElement PropPanelNamespace PropPanelPackage PropPanelSubsystem PropPanelModel PropPanelTagDefinition PropPanelStereotype PropPanelRelationship PropPanelDependency PropPanelUsage PropPanelPermission PropPanelParameter PropPanelFeature PropPanelOperation PropPanelClassifier PropPanelNode PropPanelMethod PropPanelInterface PropPanelGeneralization PropPanelFlow PropPanelDataType PropPanelEnumeration PropPanelComponent PropPanelComment PropPanelClass PropPanelStructuralFeature PropPanelAttribute PropPanelAssociationClass PropPanelAbstraction PropPanelUseCase PropPanelInclude PropPanelExtensionPoint PropPanelExtend PropPanelActor PropPanelTransition PropPanelEvent PropPanelTimeEvent PropPanelStateVertex PropPanelSynchState PropPanelStubState PropPanelStateMachine AbstractPropPanelState PropPanelState PropPanelSignalEvent PropPanelPseudostate PropPanelGuard PropPanelFinalState PropPanelCompositeState PropPanelChangeEvent PropPanelCallEvent PropPanelAction PropPanelUninterpretedAction PropPanelTerminateAction PropPanelStimulus PropPanelSignal PropPanelSendAction PropPanelReturnAction PropPanelReception PropPanelInstance PropPanelObject PropPanelNodeInstance PropPanelLinkEnd PropPanelLink PropPanelDestroyAction PropPanelCreateAction PropPanelComponentInstance PropPanelCallAction PropPanelArgument PropPanelMessage PropPanelInteraction PropPanelCollaboration PropPanelClassifierRole PropPanelAssociation PropPanelAssociationRole PropPanelAssociationEnd PropPanelAssociationEndRole PropPanelSubmachineState PropPanelSubactivityState PropPanelPartition PropPanelObjectFlowState PropPanelActionState PropPanelCallState PropPanelActivityGraph PropPanelDiagram PropPanelUMLUseCaseDiagram PropPanelUMLStateDiagram PropPanelUMLSequenceDiagram PropPanelUMLDeploymentDiagram PropPanelUMLCollaborationDiagram PropPanelUMLClassDiagram PropPanelUMLActivityDiagram TabDocumentation TabStereotype PropPanelConstraint PropPanelEnumerationLiteral
Delegation through theContainer of type UMLUserInterfaceContainer
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLInitialValueComboBox.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLUserInterfaceContainer.java

Strategy Pattern.
UMLStimulusActionTextField is the Context class.
UMLUserInterfaceContainer is the Strategy interface.
Concrete Strategy classes:  PropPanel PropPanelModelElement PropPanelNamespace PropPanelPackage PropPanelSubsystem PropPanelModel PropPanelTagDefinition PropPanelStereotype PropPanelRelationship PropPanelDependency PropPanelUsage PropPanelPermission PropPanelParameter PropPanelFeature PropPanelOperation PropPanelClassifier PropPanelNode PropPanelMethod PropPanelInterface PropPanelGeneralization PropPanelFlow PropPanelDataType PropPanelEnumeration PropPanelComponent PropPanelComment PropPanelClass PropPanelStructuralFeature PropPanelAttribute PropPanelAssociationClass PropPanelAbstraction PropPanelUseCase PropPanelInclude PropPanelExtensionPoint PropPanelExtend PropPanelActor PropPanelTransition PropPanelEvent PropPanelTimeEvent PropPanelStateVertex PropPanelSynchState PropPanelStubState PropPanelStateMachine AbstractPropPanelState PropPanelState PropPanelSignalEvent PropPanelPseudostate PropPanelGuard PropPanelFinalState PropPanelCompositeState PropPanelChangeEvent PropPanelCallEvent PropPanelAction PropPanelUninterpretedAction PropPanelTerminateAction PropPanelStimulus PropPanelSignal PropPanelSendAction PropPanelReturnAction PropPanelReception PropPanelInstance PropPanelObject PropPanelNodeInstance PropPanelLinkEnd PropPanelLink PropPanelDestroyAction PropPanelCreateAction PropPanelComponentInstance PropPanelCallAction PropPanelArgument PropPanelMessage PropPanelInteraction PropPanelCollaboration PropPanelClassifierRole PropPanelAssociation PropPanelAssociationRole PropPanelAssociationEnd PropPanelAssociationEndRole PropPanelSubmachineState PropPanelSubactivityState PropPanelPartition PropPanelObjectFlowState PropPanelActionState PropPanelCallState PropPanelActivityGraph PropPanelDiagram PropPanelUMLUseCaseDiagram PropPanelUMLStateDiagram PropPanelUMLSequenceDiagram PropPanelUMLDeploymentDiagram PropPanelUMLCollaborationDiagram PropPanelUMLClassDiagram PropPanelUMLActivityDiagram TabDocumentation TabStereotype PropPanelConstraint PropPanelEnumerationLiteral
Delegation through theContainer of type UMLUserInterfaceContainer
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLStimulusActionTextField.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLUserInterfaceContainer.java

Strategy Pattern.
UMLExpressionLanguageField is the Context class.
UMLExpressionModel2 is the Strategy interface.
Concrete Strategy classes:  UMLConditionExpressionModel UMLTimeExpressionModel UMLExpressionExpressionModel UMLScriptExpressionModel UMLRecurrenceExpressionModel
Delegation through model of type UMLExpressionModel2
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLExpressionLanguageField.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLExpressionModel2.java

Strategy Pattern.
UMLExpressionBodyField is the Context class.
UMLExpressionModel2 is the Strategy interface.
Concrete Strategy classes:  UMLConditionExpressionModel UMLTimeExpressionModel UMLExpressionExpressionModel UMLScriptExpressionModel UMLRecurrenceExpressionModel
Delegation through model of type UMLExpressionModel2
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLExpressionBodyField.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLExpressionModel2.java

Strategy Pattern.
UMLComboBoxNavigator is the Context class.
UMLUserInterfaceContainer is the Strategy interface.
Concrete Strategy classes:  PropPanel PropPanelModelElement PropPanelNamespace PropPanelPackage PropPanelSubsystem PropPanelModel PropPanelTagDefinition PropPanelStereotype PropPanelRelationship PropPanelDependency PropPanelUsage PropPanelPermission PropPanelParameter PropPanelFeature PropPanelOperation PropPanelClassifier PropPanelNode PropPanelMethod PropPanelInterface PropPanelGeneralization PropPanelFlow PropPanelDataType PropPanelEnumeration PropPanelComponent PropPanelComment PropPanelClass PropPanelStructuralFeature PropPanelAttribute PropPanelAssociationClass PropPanelAbstraction PropPanelUseCase PropPanelInclude PropPanelExtensionPoint PropPanelExtend PropPanelActor PropPanelTransition PropPanelEvent PropPanelTimeEvent PropPanelStateVertex PropPanelSynchState PropPanelStubState PropPanelStateMachine AbstractPropPanelState PropPanelState PropPanelSignalEvent PropPanelPseudostate PropPanelGuard PropPanelFinalState PropPanelCompositeState PropPanelChangeEvent PropPanelCallEvent PropPanelAction PropPanelUninterpretedAction PropPanelTerminateAction PropPanelStimulus PropPanelSignal PropPanelSendAction PropPanelReturnAction PropPanelReception PropPanelInstance PropPanelObject PropPanelNodeInstance PropPanelLinkEnd PropPanelLink PropPanelDestroyAction PropPanelCreateAction PropPanelComponentInstance PropPanelCallAction PropPanelArgument PropPanelMessage PropPanelInteraction PropPanelCollaboration PropPanelClassifierRole PropPanelAssociation PropPanelAssociationRole PropPanelAssociationEnd PropPanelAssociationEndRole PropPanelSubmachineState PropPanelSubactivityState PropPanelPartition PropPanelObjectFlowState PropPanelActionState PropPanelCallState PropPanelActivityGraph PropPanelDiagram PropPanelUMLUseCaseDiagram PropPanelUMLStateDiagram PropPanelUMLSequenceDiagram PropPanelUMLDeploymentDiagram PropPanelUMLCollaborationDiagram PropPanelUMLClassDiagram PropPanelUMLActivityDiagram TabDocumentation TabStereotype PropPanelConstraint PropPanelEnumerationLiteral
Delegation through theContainer of type UMLUserInterfaceContainer
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLComboBoxNavigator.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLUserInterfaceContainer.java

Strategy Pattern.
ClassdiagramLayouter is the Context class.
UMLDiagram is the Strategy interface.
Concrete Strategy classes:  UMLUseCaseDiagram UMLClassDiagram UMLStateDiagram UMLSequenceDiagram UMLDeploymentDiagram UMLCollaborationDiagram UMLActivityDiagram
Delegation through diagram of type UMLDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramLayouter.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/UMLDiagram.java

Strategy Pattern.
Import is the Context class.
PluggableImport is the Strategy interface.
Concrete Strategy classes:  FileImportSupport JavaImport
Delegation through module of type PluggableImport
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/PluggableImport.java

Strategy Pattern.
FigTransition is the Context class.
NotationProvider4 is the Strategy interface.
Concrete Strategy classes:  ValueHandler TransitionNotation TransitionNotationUml StateBodyNotation StateBodyNotationUml ModelElementNameNotation ModelElementNameNotationUml ActionStateNotation ActionStateNotationUml ObjectNotation ObjectNotationUml ComponentInstanceNotation ComponentInstanceNotationUml NodeInstanceNotation NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava AttributeNotation AttributeNotationUml OperationNotation OperationNotationUml
Delegation through notationProvider of type NotationProvider4
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigTransition.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProvider4.java

ModelElementNameNotationUml::parseModelElement is the pivot point.
State Pattern.
FigObject is the Context class.
NotationProvider4 is the State interface.
Concrete State classes:  ValueHandler TransitionNotation TransitionNotationUml StateBodyNotation StateBodyNotationUml ModelElementNameNotation ModelElementNameNotationUml ActionStateNotation ActionStateNotationUml ObjectNotation ObjectNotationUml ComponentInstanceNotation ComponentInstanceNotationUml NodeInstanceNotation NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava AttributeNotation AttributeNotationUml OperationNotation OperationNotationUml
Delegation through notationProvider of type NotationProvider4
initNotationProviders changes the state variable notationProvider
initNotationProviders is invoked by  setOwner notationChanged initNotationProviders initNotationProviders initNotationProviders initNotationProviders initNotationProviders initNotationProviders
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigObject.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProvider4.java

ModelElementNameNotationUml::parseModelElement is the pivot point.
State Pattern.
FigMNodeInstance is the Context class.
NotationProvider4 is the State interface.
Concrete State classes:  ValueHandler TransitionNotation TransitionNotationUml StateBodyNotation StateBodyNotationUml ModelElementNameNotation ModelElementNameNotationUml ActionStateNotation ActionStateNotationUml ObjectNotation ObjectNotationUml ComponentInstanceNotation ComponentInstanceNotationUml NodeInstanceNotation NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava AttributeNotation AttributeNotationUml OperationNotation OperationNotationUml
Delegation through notationProvider of type NotationProvider4
initNotationProviders changes the state variable notationProvider
initNotationProviders is invoked by  setOwner notationChanged initNotationProviders initNotationProviders initNotationProviders initNotationProviders initNotationProviders initNotationProviders
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigMNodeInstance.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProvider4.java

ModelElementNameNotationUml::parseModelElement is the pivot point.
State Pattern.
FigComponentInstance is the Context class.
NotationProvider4 is the State interface.
Concrete State classes:  ValueHandler TransitionNotation TransitionNotationUml StateBodyNotation StateBodyNotationUml ModelElementNameNotation ModelElementNameNotationUml ActionStateNotation ActionStateNotationUml ObjectNotation ObjectNotationUml ComponentInstanceNotation ComponentInstanceNotationUml NodeInstanceNotation NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava AttributeNotation AttributeNotationUml OperationNotation OperationNotationUml
Delegation through notationProvider of type NotationProvider4
initNotationProviders changes the state variable notationProvider
initNotationProviders is invoked by  setOwner notationChanged initNotationProviders initNotationProviders initNotationProviders initNotationProviders initNotationProviders initNotationProviders
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProvider4.java

Strategy Pattern.
PopupActionsListener is the Context class.
ConfigurationKey is the Strategy interface.
Concrete Strategy classes:  ConfigurationKeyImpl
Delegation through key of type ConfigurationKey
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/UMLDiagram.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/ConfigurationKey.java

setTreeModelUMLEventListener is called by ExplorerTreeModel:: is the pivot point.
State Pattern.
ExplorerEventAdaptor is the Context class.
TreeModelUMLEventListener is the State interface.
Concrete State classes:  ExplorerTreeModel
Delegation through treeModel of type TreeModelUMLEventListener
setTreeModelUMLEventListener changes the state variable treeModel
setTreeModelUMLEventListener is invoked by  
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/TreeModelUMLEventListener.java

Strategy Pattern.
PropertySpecialString is the Context class.
PropertyOperation is the Strategy interface.
Concrete Strategy classes:  ParserDisplay$1 ParserDisplay$2 ParserDisplay$3 ParserDisplay$4 ParserDisplay$5 ParserDisplay$6 ParserDisplay$7 ParserDisplay$8 ParserDisplay$9 ParserDisplay$10
Delegation through op of type PropertyOperation
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ParserDisplay.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ParserDisplay.java

Strategy Pattern.
DelayedChangeNotify is the Context class.
DelayedVChangeListener is the Strategy interface.
Concrete Strategy classes:  FigEdgeModelElement FigNodeModelElement FigAssociationClass FigEdgeNote FigComment FigEdgeAssociationClass TabStyle TabTaggedValuesModel FigInclude FigExtend FigActor FigDependency FigUsage FigRealization FigPermission FigNodeAssociation FigGeneralization FigClassifierBox FigClass FigClassAssociationClass FigAssociationEnd FigAssociation FigPackage FigSubsystem FigModel FigLink FigInterface FigInstance FigUseCase FigTransition FigStateVertex FigSynchState FigState FigSubmachineState FigStubState FigSimpleState FigHistoryState FigShallowHistoryState FigJunctionState FigJoinState FigInitialState FigForkState FigFinalState FigDeepHistoryState FigBranchState FigObject FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigMessage FigAssociationRole FigSubactivityState FigPartition FigObjectFlowState FigActionState FigCallState FigAssociationClassTee FigCommentPort FigCallActionMessage FigReturnActionMessage FigDestroyActionMessage FigCreateActionMessage ShadowFig
Delegation through listener of type DelayedVChangeListener
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/DelayedChangeNotify.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/DelayedVChangeListener.java

NotationNameImpl::fireEvent is the pivot point.
State Pattern.
Notation is the Context class.
NotationName is the State interface.
Concrete State classes:  NotationNameImpl
Delegation through notationArgo of type NotationName
makeNotation changes the state variable notationArgo
makeNotation is invoked by  init init
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/Notation.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationName.java

NotationNameImpl::fireEvent is the pivot point.
State Pattern.
NotationProviderFactory2 is the Context class.
NotationName is the State interface.
Concrete State classes:  NotationNameImpl
Delegation through defaultLanguage of type NotationName
setDefaultNotation changes the state variable defaultLanguage
setDefaultNotation is invoked by  init
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProviderFactory2.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationName.java

Strategy Pattern.
Project is the Context class.
Profile is the Strategy interface.
Concrete Strategy classes:  ProfileJava
Delegation through profile of type Profile
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/Project.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/Profile.java

Strategy Pattern.
Translator is the Context class.
AbstractCognitiveTranslator is the Strategy interface.
Concrete Strategy classes:  Main$1
Delegation through translator of type AbstractCognitiveTranslator
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/Translator.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/AbstractCognitiveTranslator.java

Strategy Pattern.
Agency is the Context class.
ControlMech is the Strategy interface.
Concrete Strategy classes:  CompositeCM CurDecisionCM DesignGoalsCM NotSnoozedCM EnabledCM OrCM AndCM StandardCM
Delegation through controlMech of type ControlMech
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/Agency.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/ControlMech.java

Strategy Pattern.
MemberList is the Context class.
AbstractProjectMember is the Strategy interface.
Concrete Strategy classes:  ProjectMemberModel ProjectMemberDiagram ProjectMemberTodoList
Delegation through model of type AbstractProjectMember
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/MemberList.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/AbstractProjectMember.java

Strategy Pattern.
MemberList is the Context class.
AbstractProjectMember is the Strategy interface.
Concrete Strategy classes:  ProjectMemberModel ProjectMemberDiagram ProjectMemberTodoList
Delegation through todoList of type AbstractProjectMember
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/MemberList.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/AbstractProjectMember.java

Strategy Pattern.
ParseState is the Context class.
Context is the Strategy interface.
Concrete Strategy classes:  PackageContext OuterClassifierContext ClassifierContext
Delegation through context of type Context
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/ParseState.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/Context.java

Strategy Pattern.
UMLComboBoxEntry is the Context class.
Profile is the Strategy interface.
Concrete Strategy classes:  ProfileJava
Delegation through profile of type Profile
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLComboBoxEntry.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/Profile.java

Strategy Pattern.
FileGeneratorAdapter is the Context class.
FileGenerator is the Strategy interface.
Concrete Strategy classes:  GeneratorJava
Delegation through fileGen of type FileGenerator
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/FileGeneratorAdapter.java,
               /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/FileGenerator.java

Flyweight Pattern.
ArgoModule is a flyweight factory.
MODULEFILENAME is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/ArgoModule.java

Flyweight Pattern.
Pluggable is a flyweight factory.
PLUGIN_TITLE is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/Pluggable.java

Flyweight Pattern.
ModuleLoader is a flyweight factory.
CLASS_SUFFIX is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/modules/ModuleLoader.java

Flyweight Pattern.
ConfigurationFactory is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/configuration/ConfigurationFactory.java

Flyweight Pattern.
ActionSetStructuralFeatureType is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetStructuralFeatureType.java

Flyweight Pattern.
ActionSaveProject is a flyweight factory.
INSTANCE is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSaveProject.java

Flyweight Pattern.
ActionImportFromSources is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionImportFromSources.java

Flyweight Pattern.
CodeGenerator is a flyweight factory.
FILE_SEPARATOR is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/CodeGenerator.java

Flyweight Pattern.
ActionExportXMI is immutable.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ActionExportXMI.java

Flyweight Pattern.
ActionNotation is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/ui/ActionNotation.java

Flyweight Pattern.
PluggableMenu is a flyweight factory.
KEY_FILE_IMPORT is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/PluggableMenu.java

Flyweight Pattern.
FigEdgeModelElement is a flyweight factory.
LABEL_FONT is a flyweight object.
getLabelFont is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigEdgeModelElement.java

Flyweight Pattern.
FigNodeModelElement is a flyweight factory.
LABEL_FONT is a flyweight object.
getLabelFont is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java

Flyweight Pattern.
MyTokenizer is a flyweight factory.
SINGLE_QUOTED_SEPARATOR is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/util/MyTokenizer.java

Flyweight Pattern.
Generator2 is a flyweight factory.
INDENT is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/Generator2.java

Flyweight Pattern.
TargetEvent is a flyweight factory.
TARGET_SET is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargetEvent.java

Flyweight Pattern.
Actions is a flyweight factory.
INSTANCE is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/Actions.java

Flyweight Pattern.
Goal is a flyweight factory.
UNSPEC is a flyweight object.
getUnspecifiedGoal is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/Goal.java

Flyweight Pattern.
Decision is a flyweight factory.
UNSPEC is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/Decision.java

Flyweight Pattern.
Critic is a flyweight factory.
KT_DESIGNERS is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/Critic.java

Flyweight Pattern.
ArgoAwtExceptionHandler is immutable.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/security/ArgoAwtExceptionHandler.java

Flyweight Pattern.
Main is a flyweight factory.
DEFAULT_LOGGING_CONFIGURATION is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/Main.java

Flyweight Pattern.
FileFilters is a flyweight factory.
UNCOMPRESSED_FILE_FILTER is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/util/FileFilters.java

Flyweight Pattern.
SaveGraphicsManager is a flyweight factory.
KEY_DEFAULT_GRAPHICS_FILTER is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SaveGraphicsManager.java

Flyweight Pattern.
TransferableModelElements is a flyweight factory.
UML_COLLECTION_FLAVOR is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/TransferableModelElements.java

Flyweight Pattern.
WizStep is a flyweight factory.
WIZ_ICON is a flyweight object.
getWizardIcon is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/WizStep.java

Flyweight Pattern.
JavaRecognizer is a flyweight factory.
_tokenSet_0 is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/JavaRecognizer.java

Flyweight Pattern.
JavaLexer is a flyweight factory.
_tokenSet_0 is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/JavaLexer.java

Flyweight Pattern.
ActionSetModelElementNamespace is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetModelElementNamespace.java

Flyweight Pattern.
ActionNewModelElementConstraint is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionNewModelElementConstraint.java

Flyweight Pattern.
ActionSetTagDefinitionOwner is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/ActionSetTagDefinitionOwner.java

Flyweight Pattern.
ActionSetMetaClass is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/ActionSetMetaClass.java

Flyweight Pattern.
ActionSetParameterType is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetParameterType.java

Flyweight Pattern.
ActionSetGeneralizationPowertype is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetGeneralizationPowertype.java

Flyweight Pattern.
ActionSetStructuralFeatureMultiplicity is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetStructuralFeatureMultiplicity.java

Flyweight Pattern.
ActionNewUseCaseExtensionPoint is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/ActionNewUseCaseExtensionPoint.java

Flyweight Pattern.
ActionAddExtendExtensionPoint is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/ActionAddExtendExtensionPoint.java

Flyweight Pattern.
ActionNewExtendExtensionPoint is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/ActionNewExtendExtensionPoint.java

Flyweight Pattern.
ActionRemoveModelElement is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionRemoveModelElement.java

Flyweight Pattern.
ActionNewAction is a flyweight factory.
ROLE is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewAction.java

Flyweight Pattern.
Roles is a flyweight factory.
ENTRY is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewAction.java

Flyweight Pattern.
ActionSetStubStateReferenceState is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionSetStubStateReferenceState.java

Flyweight Pattern.
ActionSetContextStateMachine is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionSetContextStateMachine.java

Flyweight Pattern.
ActionNewTransition is a flyweight factory.
SOURCE is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewTransition.java

Flyweight Pattern.
ActionSetGeneralizableElementRoot is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetGeneralizableElementRoot.java

Flyweight Pattern.
ActionSetGeneralizableElementLeaf is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetGeneralizableElementLeaf.java

Flyweight Pattern.
ActionSetGeneralizableElementAbstract is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetGeneralizableElementAbstract.java

Flyweight Pattern.
ActionNewActionForMessage is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/ActionNewActionForMessage.java

Flyweight Pattern.
ActionAddMessagePredecessor is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/ActionAddMessagePredecessor.java

Flyweight Pattern.
ActionAddClassifierRoleBase is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/ActionAddClassifierRoleBase.java

Flyweight Pattern.
ActionRemoveClassifierRoleBase is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/ActionRemoveClassifierRoleBase.java

Flyweight Pattern.
ActionSetClassifierRoleMultiplicity is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/ActionSetClassifierRoleMultiplicity.java

Flyweight Pattern.
ActionSetAssociationRoleBase is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/ActionSetAssociationRoleBase.java

Flyweight Pattern.
ActionSetAssociationEndType is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndType.java

Flyweight Pattern.
ActionAddAssociationSpecification is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionAddAssociationSpecification.java

Flyweight Pattern.
ActionSetAssociationEndMultiplicity is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndMultiplicity.java

Flyweight Pattern.
ActionSetSubmachineStateSubmachine is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionSetSubmachineStateSubmachine.java

Flyweight Pattern.
ActionNewStubState is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewStubState.java

Flyweight Pattern.
ActionSetObjectFlowStateClassifier is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/activity_graphs/ActionSetObjectFlowStateClassifier.java

Flyweight Pattern.
ClassdiagramModelElementFactory is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramModelElementFactory.java

Flyweight Pattern.
ChildGenRelated is a flyweight factory.
SINGLETON is a flyweight object.
getSingleton is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ChildGenRelated.java

Flyweight Pattern.
ChildGenFind is a flyweight factory.
SINGLETON is a flyweight object.
getSingleton is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/ChildGenFind.java

Flyweight Pattern.
FileGenerator is a flyweight factory.
FILE_SEPARATOR is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/FileGenerator.java

Flyweight Pattern.
GeneratorJava is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/GeneratorJava.java

Flyweight Pattern.
FileConstants is a flyweight factory.
COMPRESSED_FILE_EXT is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/util/FileConstants.java

Flyweight Pattern.
GenCompositeClasses is a flyweight factory.
SINGLETON is a flyweight object.
getSINGLETON is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/GenCompositeClasses.java

Flyweight Pattern.
UMLDecision is a flyweight factory.
INHERITANCE is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/UMLDecision.java

Flyweight Pattern.
ActionSetFeatureOwnerScope is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetFeatureOwnerScope.java

Flyweight Pattern.
ActionSetModelElementVisibility is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetModelElementVisibility.java

Flyweight Pattern.
ActionSetParameterDirectionKind is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetParameterDirectionKind.java

Flyweight Pattern.
ActionSetBehavioralFeatureQuery is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetBehavioralFeatureQuery.java

Flyweight Pattern.
ActionSetOperationConcurrencyKind is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetOperationConcurrencyKind.java

Flyweight Pattern.
ActionSetClassActive is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetClassActive.java

Flyweight Pattern.
ActionSetChangeability is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetChangeability.java

Flyweight Pattern.
ActionSetStructuralFeatureTargetScope is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetStructuralFeatureTargetScope.java

Flyweight Pattern.
ActionAddEventAsTrigger is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/activity_graphs/ActionAddEventAsTrigger.java

Flyweight Pattern.
ActionNewEvent is a flyweight factory.
ROLE is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewEvent.java

Flyweight Pattern.
Roles is a flyweight factory.
TRIGGER is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewEvent.java

Flyweight Pattern.
ActionNewCallAction is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewCallAction.java

Flyweight Pattern.
ActionNewCreateAction is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewCreateAction.java

Flyweight Pattern.
ActionNewDestroyAction is a flyweight factory.
SINGLETON is a flyweight object.
getiNSTANCE is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewDestroyAction.java

Flyweight Pattern.
ActionNewReturnAction is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewReturnAction.java

Flyweight Pattern.
ActionNewSendAction is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewSendAction.java

Flyweight Pattern.
ActionNewTerminateAction is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewTerminateAction.java

Flyweight Pattern.
ActionNewUninterpretedAction is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewUninterpretedAction.java

Flyweight Pattern.
ActionAddSignalsToSignalEvent is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionAddSignalsToSignalEvent.java

Flyweight Pattern.
ActionNewSynchState is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewSynchState.java

Flyweight Pattern.
ActionNewSubmachineState is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewSubmachineState.java

Flyweight Pattern.
ActionSetActionAsynchronous is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionSetActionAsynchronous.java

Flyweight Pattern.
ActionSetAssociationEndNavigable is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndNavigable.java

Flyweight Pattern.
ActionSetAssociationEndOrdering is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndOrdering.java

Flyweight Pattern.
ActionSetAssociationEndTargetScope is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndTargetScope.java

Flyweight Pattern.
ActionSetAssociationEndAggregation is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndAggregation.java

Flyweight Pattern.
PrintManager is a flyweight factory.
INSTANCE is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/PrintManager.java

Flyweight Pattern.
SourceUnit is a flyweight factory.
FILE_SEPARATOR is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/SourceUnit.java

Flyweight Pattern.
JavaLexer is a flyweight factory.
_tokenSet_0 is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/JavaLexer.java

Flyweight Pattern.
JavaRecognizer is a flyweight factory.
_tokenSet_0 is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/JavaRecognizer.java

Flyweight Pattern.
CriticOclEvaluator is a flyweight factory.
INSTANCE is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ocl/CriticOclEvaluator.java

Flyweight Pattern.
GenDescendantClasses is a flyweight factory.
SINGLETON is a flyweight object.
getSINGLETON is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/GenDescendantClasses.java

Flyweight Pattern.
DiagramHelper is a flyweight factory.
DIAGRAM_BUNDLE is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/helpers/DiagramHelper.java

Flyweight Pattern.
Namespace is a flyweight factory.
JAVA_NS_TOKEN is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/util/namespace/Namespace.java

Flyweight Pattern.
ActionSetPath is a flyweight factory.
SHOW is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionSetPath.java

Flyweight Pattern.
ActionAddEventAsDeferrableEvent is a flyweight factory.
SINGLETON is a flyweight object (declared public-static-final).
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionAddEventAsDeferrableEvent.java

Flyweight Pattern.
ActionSetCompositeStateConcurrent is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionSetCompositeStateConcurrent.java

Flyweight Pattern.
PropPanelButton2 is immutable.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/PropPanelButton2.java

Flyweight Pattern.
ActionSetElementOwnershipSpecification is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetElementOwnershipSpecification.java

Flyweight Pattern.
ActionSetFeatureOwner is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetFeatureOwner.java

Flyweight Pattern.
ActionSetFlowSource is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetFlowSource.java

Flyweight Pattern.
ActionSetModelElementStereotype is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetModelElementStereotype.java

Flyweight Pattern.
ActionSetTagDefinitionType is a flyweight factory.
SINGLETON is a flyweight object.
getInstance is the getFlyweight method.
File location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/ActionSetTagDefinitionType.java

Composite pattern.
TabProps is the composite class.
panels is the composite instance.
TabModelTarget is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabProps.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabModelTarget.java

Composite pattern.
UMLSequenceDiagram is the composite class.
actions is the composite instance.
Object is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/UMLSequenceDiagram.java
$PINOT_HOME/lib/rt.jarjava/lang/Object.class

Composite pattern.
TargetEvent is the composite class.
theOldTargets is the composite instance.
Object is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargetEvent.java
$PINOT_HOME/lib/rt.jarjava/lang/Object.class

Composite pattern.
TargetEvent is the composite class.
theNewTargets is the composite instance.
Object is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargetEvent.java
$PINOT_HOME/lib/rt.jarjava/lang/Object.class

Composite pattern.
ExplorerTreeModel is the composite class.
rules is the composite instance.
Object is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTreeModel.java
$PINOT_HOME/lib/rt.jarjava/lang/Object.class

Composite pattern.
CheckboxTableModel is the composite class.
elements is the composite instance.
Object is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/CheckboxTableModel.java
$PINOT_HOME/lib/rt.jarjava/lang/Object.class

Composite pattern.
ClassdiagramNode is the composite class.
downlinks is the composite instance.
LayoutedNode is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramNode.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/layout/LayoutedNode.java

Composite pattern.
ClassdiagramNode is the composite class.
uplinks is the composite instance.
LayoutedNode is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramNode.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/layout/LayoutedNode.java

Composite pattern.
CompoundCritic is the composite class.
critics is the composite instance.
Critic is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/CompoundCritic.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/Critic.java

Composite pattern.
CompositeCodePiece is the composite class.
codePieces is the composite instance.
CodePiece is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/CompositeCodePiece.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/CodePiece.java

Composite pattern.
SettingsTabModules is the composite class.
elements is the composite instance.
Object is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/moduleloader/SettingsTabModules.java
$PINOT_HOME/lib/rt.jarjava/lang/Object.class

Composite pattern.
TabStyle is the composite class.
panels is the composite instance.
TabFigTarget is the component class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabStyle.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/TabFigTarget.java

Template Method Found.
ConfigurationHandler is the template class
saveDefault is the template method
saveFile is a primitive method
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/configuration/ConfigurationHandler.java

Template Method Found.
UMLPlainTextDocument is the template class
handleEvent is the template method
getProperty is a primitive method
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLPlainTextDocument.java

Template Method Found.
UMLExpressionModel2 is the template class
setExpression is the template method
newExpression is a primitive method
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLExpressionModel2.java

Template Method Found.
UMLEditableComboBox is the template class
focusLost is the template method
doOnEdit is a primitive method
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLEditableComboBox.java

Template Method Found.
AbstractActionRadioMenuItem is the template class
actionPerformed is the template method
toggleValueOfTarget is a primitive method
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/AbstractActionRadioMenuItem.java

Template Method Found.
AbstractActionCheckBoxMenuItem is the template class
actionPerformed is the template method
toggleValueOfTarget is a primitive method
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/AbstractActionCheckBoxMenuItem.java

Factory Method pattern.
ActionAddDiagram is a Factory Method class.
ActionUseCaseDiagram is a concrete Factory Method class.
createDiagram is a factory method returns  UMLSequenceDiagram UMLActivityDiagram UMLCollaborationDiagram UMLDeploymentDiagram UMLStateDiagram UMLUseCaseDiagram UMLClassDiagram
 which extends UMLDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionUseCaseDiagram.java

Factory Method pattern.
ActionAddDiagram is a Factory Method class.
ActionStateDiagram is a concrete Factory Method class.
createDiagram is a factory method returns  UMLSequenceDiagram UMLActivityDiagram UMLCollaborationDiagram UMLDeploymentDiagram UMLStateDiagram UMLUseCaseDiagram UMLClassDiagram
 which extends UMLDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionStateDiagram.java

Factory Method pattern.
ActionAddDiagram is a Factory Method class.
ActionDeploymentDiagram is a concrete Factory Method class.
createDiagram is a factory method returns  UMLSequenceDiagram UMLActivityDiagram UMLCollaborationDiagram UMLDeploymentDiagram UMLStateDiagram UMLUseCaseDiagram UMLClassDiagram
 which extends UMLDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionDeploymentDiagram.java

Factory Method pattern.
ActionAddDiagram is a Factory Method class.
ActionCollaborationDiagram is a concrete Factory Method class.
createDiagram is a factory method returns  UMLSequenceDiagram UMLActivityDiagram UMLCollaborationDiagram UMLDeploymentDiagram UMLStateDiagram UMLUseCaseDiagram UMLClassDiagram
 which extends UMLDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionCollaborationDiagram.java

Factory Method pattern.
ActionAddDiagram is a Factory Method class.
ActionClassDiagram is a concrete Factory Method class.
createDiagram is a factory method returns  UMLSequenceDiagram UMLActivityDiagram UMLCollaborationDiagram UMLDeploymentDiagram UMLStateDiagram UMLUseCaseDiagram UMLClassDiagram
 which extends UMLDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionClassDiagram.java

Factory Method pattern.
ActionAddDiagram is a Factory Method class.
ActionActivityDiagram is a concrete Factory Method class.
createDiagram is a factory method returns  UMLSequenceDiagram UMLActivityDiagram UMLCollaborationDiagram UMLDeploymentDiagram UMLStateDiagram UMLUseCaseDiagram UMLClassDiagram
 which extends UMLDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionActivityDiagram.java

Factory Method pattern.
DefaultListCellRenderer is a Factory Method class.
UMLListCellRenderer2 is a concrete Factory Method class.
getListCellRendererComponent is a factory method returns  JLabel
 which extends Component
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLListCellRenderer2.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigActor is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionActor
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigActor.java

Factory Method pattern.
Fig is a Factory Method class.
FigActor is a concrete Factory Method class.
getGravityPoints is a factory method returns  ArrayList
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigActor.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigClass is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionClass
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigClass.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigInterface is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionInterface
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigInterface.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigComment is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionComment
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigComment.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigUseCase is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionUseCase
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigUseCase.java

Factory Method pattern.
Fig is a Factory Method class.
FigUseCase is a concrete Factory Method class.
getGravityPoints is a factory method returns  ArrayList
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigUseCase.java

Factory Method pattern.
FigStateVertex is a Factory Method class.
FigStubState is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionMoveClarifiers
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigStubState.java

Factory Method pattern.
Fig is a Factory Method class.
FigFinalState is a concrete Factory Method class.
getGravityPoints is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigFinalState.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigObject is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionObject
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigObject.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigMNodeInstance is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionNodeInstance
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigMNodeInstance.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigMNode is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionNode
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigMNode.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigComponentInstance is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionComponentInstance
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java

Factory Method pattern.
Fig is a Factory Method class.
FigFeature is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionFeature
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigFeature.java

Factory Method pattern.
GraphModel is a Factory Method class.
UseCaseDiagramGraphModel is a concrete Factory Method class.
getPorts is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/UseCaseDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
UseCaseDiagramGraphModel is a concrete Factory Method class.
getInEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/UseCaseDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
UseCaseDiagramGraphModel is a concrete Factory Method class.
getOutEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/UseCaseDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
ClassDiagramGraphModel is a concrete Factory Method class.
getPorts is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ClassDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
ClassDiagramGraphModel is a concrete Factory Method class.
getInEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ClassDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
ClassDiagramGraphModel is a concrete Factory Method class.
getOutEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ClassDiagramGraphModel.java

Factory Method pattern.
Fig is a Factory Method class.
FigMessagePort is a concrete Factory Method class.
getGravityPoints is a factory method returns  ArrayList
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigMessagePort.java

Factory Method pattern.
HandlerFactory is a Factory Method class.
FigClassifierRole is a concrete Factory Method class.
getHandler is a factory method returns  FigClassifierRoleHandler
 which extends DefaultHandler
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigClassifierRole is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionClassifierRole
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigClassifierRole is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionClassifierRole
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/ui/FigClassifierRole.java

Factory Method pattern.
GraphModel is a Factory Method class.
SequenceDiagramGraphModel is a concrete Factory Method class.
getPorts is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/SequenceDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
SequenceDiagramGraphModel is a concrete Factory Method class.
getInEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/SequenceDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
SequenceDiagramGraphModel is a concrete Factory Method class.
getOutEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/SequenceDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
DeploymentDiagramGraphModel is a concrete Factory Method class.
getPorts is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/DeploymentDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
DeploymentDiagramGraphModel is a concrete Factory Method class.
getInEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/DeploymentDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
DeploymentDiagramGraphModel is a concrete Factory Method class.
getOutEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/DeploymentDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
CollabDiagramGraphModel is a concrete Factory Method class.
getPorts is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/CollabDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
CollabDiagramGraphModel is a concrete Factory Method class.
getInEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/CollabDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
CollabDiagramGraphModel is a concrete Factory Method class.
getOutEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/CollabDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
StateDiagramGraphModel is a concrete Factory Method class.
getPorts is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/StateDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
StateDiagramGraphModel is a concrete Factory Method class.
getInEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/StateDiagramGraphModel.java

Factory Method pattern.
GraphModel is a Factory Method class.
StateDiagramGraphModel is a concrete Factory Method class.
getOutEdges is a factory method returns  Vector
 which extends List
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/StateDiagramGraphModel.java

Factory Method pattern.
FigStateVertex is a Factory Method class.
FigConcurrentRegion is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionState
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigConcurrentRegion.java

Factory Method pattern.
FigNodeModelElement is a Factory Method class.
FigComponent is a concrete Factory Method class.
makeSelection is a factory method returns  SelectionComponent
 which extends Selection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigComponent.java

Factory Method pattern.
GraphEdgeRenderer is a Factory Method class.
UseCaseDiagramRenderer is a concrete Factory Method class.
getFigEdgeFor is a factory method returns  FigEdgeNote FigDependency
 which extends FigEdge
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/UseCaseDiagramRenderer.java

Factory Method pattern.
AbstractPerspectiveRule is a Factory Method class.
GoProjectToStateMachine is a concrete Factory Method class.
getChildren is a factory method returns  ArrayList
 which extends Collection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoProjectToStateMachine.java

Factory Method pattern.
AbstractPerspectiveRule is a Factory Method class.
GoProjectToCollaboration is a concrete Factory Method class.
getChildren is a factory method returns  ArrayList
 which extends Collection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoProjectToCollaboration.java

Factory Method pattern.
UMLMutableLinkedList is a Factory Method class.
UMLTransitionTriggerList is a concrete Factory Method class.
getPopupMenu is a factory method returns  PopupMenuNewEvent
 which extends JPopupMenu
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLTransitionTriggerList.java

Factory Method pattern.
UMLMutableLinkedList is a Factory Method class.
UMLTransitionEffectList is a concrete Factory Method class.
getPopupMenu is a factory method returns  PopupMenuNewAction
 which extends JPopupMenu
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLTransitionEffectList.java

Factory Method pattern.
UMLMutableLinkedList is a Factory Method class.
UMLStateDeferrableEventList is a concrete Factory Method class.
getPopupMenu is a factory method returns  PopupMenuNewEvent
 which extends JPopupMenu
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLStateDeferrableEventList.java

Factory Method pattern.
UMLMutableLinkedList is a Factory Method class.
UMLStateEntryList is a concrete Factory Method class.
getPopupMenu is a factory method returns  PopupMenuNewAction
 which extends JPopupMenu
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLStateEntryList.java

Factory Method pattern.
UMLMutableLinkedList is a Factory Method class.
UMLStateExitList is a concrete Factory Method class.
getPopupMenu is a factory method returns  PopupMenuNewAction
 which extends JPopupMenu
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLStateExitList.java

Factory Method pattern.
UMLMutableLinkedList is a Factory Method class.
UMLStateDoActivityList is a concrete Factory Method class.
getPopupMenu is a factory method returns  PopupMenuNewAction
 which extends JPopupMenu
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLStateDoActivityList.java

Factory Method pattern.
UMLMutableLinkedList is a Factory Method class.
UMLCompositeStateSubvertexList is a concrete Factory Method class.
getPopupMenu is a factory method returns  PopupMenu
 which extends JPopupMenu
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLCompositeStateSubvertexList.java

Factory Method pattern.
UMLListCellRenderer2 is a Factory Method class.
UMLLinkedListCellRenderer is a concrete Factory Method class.
getListCellRendererComponent is a factory method returns  JLabel
 which extends Component
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLLinkedListCellRenderer.java

Factory Method pattern.
PredicateType is a Factory Method class.
PredicateMType is a concrete Factory Method class.
create is a factory method returns  PredicateMType
 which extends PredicateType
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/FindDialog.java

Factory Method pattern.
GraphEdgeRenderer is a Factory Method class.
ClassDiagramRenderer is a concrete Factory Method class.
getFigEdgeFor is a factory method returns  FigAssociationClass FigEdgeNote FigDependency
 which extends FigEdge
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/ClassDiagramRenderer.java

Factory Method pattern.
GraphEdgeRenderer is a Factory Method class.
SequenceDiagramRenderer is a concrete Factory Method class.
getFigEdgeFor is a factory method returns  FigEdgeNote FigCreateActionMessage FigDestroyActionMessage FigReturnActionMessage FigCallActionMessage
 which extends FigEdge
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/SequenceDiagramRenderer.java

Factory Method pattern.
ModeCreate is a Factory Method class.
ModeCreateMessage is a concrete Factory Method class.
createNewItem is a factory method returns  FigLine
 which extends Fig
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/ModeCreateMessage.java

Factory Method pattern.
StateDiagramRenderer is a Factory Method class.
ActivityDiagramRenderer is a concrete Factory Method class.
getFigNodeFor is a factory method returns  FigPartition FigCallState FigObjectFlowState FigSubactivityState FigActionState FigFinalState FigStubState FigSubmachineState FigCompositeState FigSynchState FigSimpleState FigComment
 which extends FigNode
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/ActivityDiagramRenderer.java

Factory Method pattern.
CodeGenerator is a Factory Method class.
FileGeneratorAdapter is a concrete Factory Method class.
generate is a factory method returns  Vector
 which extends Collection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/FileGeneratorAdapter.java

Factory Method pattern.
CodeGenerator is a Factory Method class.
FileGeneratorAdapter is a concrete Factory Method class.
generateFiles is a factory method returns  Vector
 which extends Collection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/FileGeneratorAdapter.java

Factory Method pattern.
CodeGenerator is a Factory Method class.
FileGeneratorAdapter is a concrete Factory Method class.
generateFileList is a factory method returns  Vector
 which extends Collection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/FileGeneratorAdapter.java

Factory Method pattern.
Type is a Factory Method class.
ArgoAny is a concrete Factory Method class.
navigateQualified is a factory method returns  Collection ArgoAny
 which extends Type
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ocl/ArgoFacade.java

Factory Method pattern.
Type2 is a Factory Method class.
ArgoAny is a concrete Factory Method class.
navigateParameterizedQuery is a factory method returns  ArgoAny
 which extends Type
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ocl/ArgoFacade.java

Factory Method pattern.
Type is a Factory Method class.
ArgoAny is a concrete Factory Method class.
navigateParameterized is a factory method returns  ArgoAny
 which extends Type
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ocl/ArgoFacade.java

Factory Method pattern.
ModelFacade is a Factory Method class.
ArgoFacade is a concrete Factory Method class.
getClassifier is a factory method returns  ArgoAny
 which extends Any
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ocl/ArgoFacade.java

Factory Method pattern.
ChildGenerator is a Factory Method class.
ChildGenUML is a concrete Factory Method class.
gen is a factory method returns  EnumerationComposite EnumerationSingle
 which extends Enumeration
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/ChildGenUML.java

Factory Method pattern.
SourcePathController is a Factory Method class.
SourcePathControllerImpl is a concrete Factory Method class.
getAllModelElementsWithSourcePath is a factory method returns  ArrayList
 which extends Collection
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SourcePathControllerImpl.java

Factory Method pattern.
Critic is a Factory Method class.
CrUML is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUML.java

Factory Method pattern.
CrUML is a Factory Method class.
CrCircularComposition is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrCircularComposition.java

Factory Method pattern.
CrUML is a Factory Method class.
CrMultipleInitialStates is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrMultipleInitialStates.java

Factory Method pattern.
CrUML is a Factory Method class.
CrNameConfusion is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNameConfusion.java

Factory Method pattern.
CrUML is a Factory Method class.
CrSubclassReference is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrSubclassReference.java

Factory Method pattern.
CrUML is a Factory Method class.
CrComponentWithoutNode is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrComponentWithoutNode.java

Factory Method pattern.
CrUML is a Factory Method class.
CrCompInstanceWithoutNode is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrCompInstanceWithoutNode.java

Factory Method pattern.
CrUML is a Factory Method class.
CrClassWithoutComponent is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrClassWithoutComponent.java

Factory Method pattern.
CrUML is a Factory Method class.
CrInterfaceWithoutComponent is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrInterfaceWithoutComponent.java

Factory Method pattern.
CrUML is a Factory Method class.
CrObjectWithoutComponent is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrObjectWithoutComponent.java

Factory Method pattern.
CrUML is a Factory Method class.
CrNodeInsideElement is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNodeInsideElement.java

Factory Method pattern.
CrUML is a Factory Method class.
CrNodeInstanceInsideElement is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNodeInstanceInsideElement.java

Factory Method pattern.
CrUML is a Factory Method class.
CrWrongLinkEnds is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrWrongLinkEnds.java

Factory Method pattern.
CrUML is a Factory Method class.
CrInstanceWithoutClassifier is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrInstanceWithoutClassifier.java

Factory Method pattern.
CrUML is a Factory Method class.
CrMultipleDeepHistoryStates is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrMultipleDeepHistoryStates.java

Factory Method pattern.
CrUML is a Factory Method class.
CrMultipleShallowHistoryStates is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrMultipleShallowHistoryStates.java

Factory Method pattern.
CrUML is a Factory Method class.
CrUnconventionalOperName is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUnconventionalOperName.java

Factory Method pattern.
CrUML is a Factory Method class.
CrUnconventionalAttrName is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUnconventionalAttrName.java

Factory Method pattern.
CrUML is a Factory Method class.
CrNameConflict is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNameConflict.java

Factory Method pattern.
Namespace is a Factory Method class.
StringNamespace is a concrete Factory Method class.
getCommonNamespace is a factory method returns  StringNamespace
 which extends Namespace
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/util/namespace/StringNamespace.java

Factory Method pattern.
CrUML is a Factory Method class.
CrComponentInstanceWithoutClassifier is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrComponentInstanceWithoutClassifier.java

Factory Method pattern.
CrUML is a Factory Method class.
CrNodeInstanceWithoutClassifier is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNodeInstanceWithoutClassifier.java

Factory Method pattern.
CrUML is a Factory Method class.
CrObjectWithoutClassifier is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrObjectWithoutClassifier.java

Factory Method pattern.
CrUML is a Factory Method class.
CrSeqInstanceWithoutClassifier is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrSeqInstanceWithoutClassifier.java

Factory Method pattern.
CrUML is a Factory Method class.
CrWrongDepEnds is a concrete Factory Method class.
toDoItem is a factory method returns  UMLToDoItem
 which extends ToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrWrongDepEnds.java

Factory Method pattern.
AbstractArgoJPanel is a Factory Method class.
TabDiagram is a concrete Factory Method class.
clone is a factory method returns  TabDiagram
 which extends Object
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/TabDiagram.java

Abstract Factory.
DefaultListCellRenderer is the abstract factory class.
UMLListCellRenderer2 is a concrete factor class.
Concrete products:  JLabel

Abstract Factory.
Fig is the abstract factory class.
FigMessagePort is a concrete factor class.
Concrete products:  ArrayList
FigFinalState is a concrete factor class.
Concrete products:  Vector
FigFeature is a concrete factor class.
Concrete products:  SelectionFeature

Abstract Factory.
FigStateVertex is the abstract factory class.
FigConcurrentRegion is a concrete factor class.
Concrete products:  SelectionState
FigStubState is a concrete factor class.
Concrete products:  SelectionMoveClarifiers

Abstract Factory.
HandlerFactory is the abstract factory class.
FigClassifierRole is a concrete factor class.
Concrete products:  FigClassifierRoleHandler SelectionClassifierRole

Abstract Factory.
UMLListCellRenderer2 is the abstract factory class.
UMLLinkedListCellRenderer is a concrete factor class.
Concrete products:  JLabel

Abstract Factory.
PredicateType is the abstract factory class.
PredicateMType is a concrete factor class.
Concrete products:  PredicateMType

Abstract Factory.
ModeCreate is the abstract factory class.
ModeCreateMessage is a concrete factor class.
Concrete products:  FigLine

Abstract Factory.
StateDiagramRenderer is the abstract factory class.
ActivityDiagramRenderer is a concrete factor class.
Concrete products:  FigPartition FigCallState FigObjectFlowState FigSubactivityState FigActionState FigFinalState FigStubState FigSubmachineState FigCompositeState FigSynchState FigSimpleState FigComment

Abstract Factory.
CodeGenerator is the abstract factory class.
FileGeneratorAdapter is a concrete factor class.
Concrete products:  Vector

Abstract Factory.
Type is the abstract factory class.
ArgoAny is a concrete factor class.
Concrete products:  Collection ArgoAny

Abstract Factory.
Type2 is the abstract factory class.

Abstract Factory.
ModelFacade is the abstract factory class.
ArgoFacade is a concrete factor class.
Concrete products:  ArgoAny

Abstract Factory.
ChildGenerator is the abstract factory class.
ChildGenUML is a concrete factor class.
Concrete products:  EnumerationComposite EnumerationSingle

Abstract Factory.
SourcePathController is the abstract factory class.
SourcePathControllerImpl is a concrete factor class.
Concrete products:  ArrayList

Abstract Factory.
Critic is the abstract factory class.
CrUML is a concrete factor class.
Concrete products:  UMLToDoItem

Abstract Factory.
Namespace is the abstract factory class.
StringNamespace is a concrete factor class.
Concrete products:  StringNamespace

Abstract Factory.
AbstractArgoJPanel is the abstract factory class.
TabDiagram is a concrete factor class.
Concrete products:  TabDiagram

Observer Pattern.
ImportClasspathDialog is an observer iterator.
DefaultListModel is the generic type for the listeners.
initList is the notify method.
addElement is the update method.
Subject class(es): ImportClasspathDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Observer Pattern.
TableModelClassChecks is an observer iterator.
Set is the generic type for the listeners.
setTarget is the notify method.
add is the update method.
Subject class(es): ClassGenerationDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Observer Pattern.
TableModelClassChecks is an observer iterator.
Set is the generic type for the listeners.
setTarget is the notify method.
add is the update method.
Subject class(es): ClassGenerationDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Observer Pattern.
TableModelClassChecks is an observer iterator.
Set is the generic type for the listeners.
setAllChecks is the notify method.
add is the update method.
Subject class(es): ClassGenerationDialog$1 ClassGenerationDialog$2
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Observer Pattern.
TableModelClassChecks is an observer iterator.
Set is the generic type for the listeners.
setAllChecks is the notify method.
remove is the update method.
Subject class(es): ClassGenerationDialog$1 ClassGenerationDialog$2
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Observer Pattern.
ToDoPane is an observer iterator.
JComboBox is the generic type for the listeners.
setPerspectives is the notify method.
addItem is the update method.
Subject class(es): ToDoPane
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoPane.java

Observer Pattern.
FigUseCase is an observer iterator.
FigGroup is the generic type for the listeners.
updateExtensionPoint is the notify method.
addFig is the update method.
Subject class(es): FigUseCase
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigUseCase.java

Observer Pattern.
FigUseCase is an observer iterator.
FigGroup is the generic type for the listeners.
updateExtensionPoint is the notify method.
removeFig is the update method.
Subject class(es): FigUseCase
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigUseCase.java

Mediator Pattern.
FigClassifierRole is the mediator class.
linkPositions controls a list of colleagues of type MessageNode.
getNodeCount invokes the mediator. 
Subtype(s) of colleague(s): 
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java

Observer Pattern.
FigClassifierRole is an observer iterator.
MessageNode is the generic type for the listeners.
setMatchingNode is the notify method.
setFigMessagePort is the update method.
Subject class(es): FigMessagePort
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java

Mediator Pattern.
ToDoList is the mediator class.
items controls a list of colleagues of type ToDoItem.
fireToDoItemChanged invokes the mediator. 
Subtype(s) of colleague(s):  UMLToDoItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ToDoList.java

Mediator Pattern.
ProjectBrowser is the mediator class.
todoPane controls a list of colleagues of type ToDoPane.
setToDoItem invokes the mediator. 
Subtype(s) of colleague(s): 
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ProjectBrowser.java

Mediator Pattern.
Project is the mediator class.
diagrams controls a list of colleagues of type ArgoDiagram.
setActiveDiagram invokes the mediator. 
Subtype(s) of colleague(s):  UMLDiagram DiagramHelper UMLUseCaseDiagram UMLClassDiagram UMLStateDiagram UMLSequenceDiagram UMLDeploymentDiagram UMLCollaborationDiagram UMLActivityDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/Project.java

Observer Pattern.
DebugTMDialog is an observer iterator.
DefaultListModel is the generic type for the listeners.
setTarget is the notify method.
addElement is the update method.
Subject class(es): DebugTMDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargetManager.java

Observer Pattern.
PerspectiveManager is an observer iterator.
PerspectiveManagerListener is the generic type for the listeners.
addPerspective is the notify method.
addPerspective is the update method.
Subject class(es): PerspectiveManager OkListener
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveManager.java

Observer Pattern.
PerspectiveManager is an observer iterator.
PerspectiveManagerListener is the generic type for the listeners.
removePerspective is the notify method.
removePerspective is the update method.
Subject class(es): PerspectiveManager
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveManager.java

Observer Pattern.
PerspectiveConfigurator is an observer iterator.
DefaultListModel is the generic type for the listeners.
loadPerspectives is the notify method.
addElement is the update method.
Subject class(es): PerspectiveConfigurator
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Observer Pattern.
PerspectiveConfigurator is an observer iterator.
DefaultListModel is the generic type for the listeners.
loadLibrary is the notify method.
addElement is the update method.
Subject class(es): PerspectiveConfigurator
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
ExplorerTreeModel is the mediator class.
updatingChildren controls a list of colleagues of type ExplorerTreeNode.
updateChildren invokes the mediator. 
Subtype(s) of colleague(s): 
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTreeModel.java

Mediator Pattern.
ExplorerUpdater is the mediator class.
pendingUpdates controls a list of colleagues of type ExplorerTreeNode.
schedule invokes the mediator. 
Subtype(s) of colleague(s): 
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTreeModel.java

Observer Pattern.
FileGeneratorAdapter is an observer iterator.
FileGenerator is the generic type for the listeners.
generateFiles is the notify method.
generateFile2 is the update method.
Subject class(es): FileGeneratorAdapter ClassGenerationDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/FileGeneratorAdapter.java

Observer Pattern.
XMIParser is an observer iterator.
Project is the generic type for the listeners.
registerDiagrams is the notify method.
addMember is the update method.
Subject class(es): XMIParser
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/XMIParser.java

Mediator Pattern.
TableModelChecklist is the mediator class.
panel controls a list of colleagues of type TabChecklist.
setTarget invokes the mediator. 
Subtype(s) of colleague(s): 
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/checklist/ui/TabChecklist.java

Mediator Pattern.
TabChecklist is the mediator class.
tableModel controls a list of colleagues of type TableModelChecklist.
resizeColumns invokes the mediator. 
Subtype(s) of colleague(s): 
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/checklist/ui/TabChecklist.java

Observer Pattern.
SettingsTabEnvironment is an observer iterator.
JComboBox is the generic type for the listeners.
handleSettingsTabRefresh is the notify method.
setSelectedItem is the update method.
Subject class(es): SettingsTabEnvironment ActionSettings
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabEnvironment.java

Mediator Pattern.
TabTaggedValues is the mediator class.
tableModel controls a list of colleagues of type TabTaggedValuesModel.
resizeColumns invokes the mediator. 
Subtype(s) of colleague(s): 
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabTaggedValues.java

Observer Pattern.
TabSrc is an observer iterator.
JComboBox is the generic type for the listeners.
generateSource is the notify method.
addItem is the update method.
Subject class(es): TabSrc
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabSrc.java

Mediator Pattern.
TabTaggedValuesModel is the mediator class.
tab controls a list of colleagues of type TabTaggedValues.
setTarget invokes the mediator. 
Subtype(s) of colleague(s): 
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabTaggedValuesModel.java

Mediator Pattern.
Mediator: Pair
Colleagues:  ToDoItem ResolvedCritic Goal Decision ArgoAny CheckItem StringNamespace ClassdiagramNode ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/events/ArgoEventPump.java

Mediator Pattern.
Mediator: ModuleLoader
Colleagues:  Argo Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace Pluggable Generator2 GeneratorDisplay GeneratorJava SettingsTabHelper FileImportSupport
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/modules/ModuleLoader.java

Mediator Pattern.
Mediator: Configuration
Colleagues:  Main ConfigurationHandler Argo ProfileJava ConfigLoader LookAndFeelMgr ImportClasspathDialog Notation PerspectiveManager SaveGraphicsManager LastRecentlyUsedMenuList ImportClassLoader SettingsTabEnvironment SettingsTabLayout ActionSaveGraphics ActionSaveAllGraphics ActionSaveDiagramToClipboard SettingsTabNotation NotationHelper GeneratorDisplay Critic Designer ExplorerTree SettingsTabAppearance SettingsTabPreferences ArgoEditor Import ProjectBrowser SettingsTabUser ExplorerEventAdaptor
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/Configuration.java

Mediator Pattern.
Mediator: Translator
Colleagues:  ModuleLoader MemberList ModuleLoader2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/i18n/Translator.java

Mediator Pattern.
Mediator: Argo
Colleagues:  GenericArgoMenuBar ModuleLoader TabProps Import ActionSettings AboutBox NotationProviderFactory Main SettingsTabEnvironment InitNotationUml ResourceLoaderWrapper InitNotationJava
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/Argo.java

Mediator Pattern.
Mediator: UMLAction
Colleagues:  ActionNewAction ResourceLoaderWrapper Translator ActionNewEvent TabToDo ActionSaveProject ActionBaseDelete ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionEdgesDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionMultiplicity ActionAggregation ActionNavigability Actions ProjectBrowser AbstractActionNavigate ActionNavigateUpFromDiagram ActionSaveDiagramToClipboard AbstractActionRemoveElement AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem AbstractActionAddModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLAction.java

Mediator Pattern.
Mediator: ActionExit
Colleagues:  ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionExit.java

Mediator Pattern.
Mediator: AbstractProjectMember
Colleagues:  DiagramInterface ProjectMemberModel ZargoFilePersister ProjectMemberDiagram Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/AbstractProjectMember.java

Mediator Pattern.
Mediator: ProfileJava
Colleagues:  PropPanel Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ProfileJava.java

Mediator Pattern.
Mediator: MoveDownAction
Colleagues:  AbstractActionAddModelElement UMLModelElementOrderedListModel2 UMLClassifierFeatureListModel UMLClassOperationListModel UMLEnumerationLiteralsListModel UMLClassAttributeListModel UMLClassifierParameterListModel UMLAssociationConnectionListModel UMLUseCaseExtensionPointListModel UMLLinkConnectionListModel UMLAssociationRoleAssociationEndRoleListModel UMLAssociationEndQualifiersListModel ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLModelElementOrderedListModel2.java

Mediator Pattern.
Mediator: MoveUpAction
Colleagues:  AbstractActionAddModelElement UMLModelElementOrderedListModel2 UMLClassifierFeatureListModel UMLClassOperationListModel UMLEnumerationLiteralsListModel UMLClassAttributeListModel UMLClassifierParameterListModel UMLAssociationConnectionListModel UMLUseCaseExtensionPointListModel UMLLinkConnectionListModel UMLAssociationRoleAssociationEndRoleListModel UMLAssociationEndQualifiersListModel ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLModelElementOrderedListModel2.java

Mediator Pattern.
Mediator: UMLModelElementListModel2
Colleagues:  UMLClassifierRoleAvailableContentsListModel UMLCreateActionClassifierListModel UMLClassifierRoleAvailableFeaturesListModel UMLModelElementStereotypeListModel ProjectManager TabStereotype FigEdgeNote PropPanel TabProps TargetEvent TargetManager DetailsPane TabStyle UMLComboBoxModel2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLModelElementListModel2.java

Mediator Pattern.
Mediator: AbstractArgoJPanel
Colleagues:  TabResults TabDiagram DismissToDoItemDialog ProjectBrowser FindDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/AbstractArgoJPanel.java

Mediator Pattern.
Mediator: PropPanel
Colleagues:  TabToDo TabProps DetailsPane FigEdgeNote ResourceLoaderWrapper MultiEditorPane PropPanelPseudostate TabStereotype PropPanelCompositeState TargetEvent TargetManager TabStyle
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/PropPanel.java

Mediator Pattern.
Mediator: ActionNewOperation
Colleagues:  AbstractActionAddModelElement TargetManager ProjectManager Project ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/model_management/PropPanelSubsystem.java

Mediator Pattern.
Mediator: ActionNewTagDefinition
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/ActionNewTagDefinition.java

Mediator Pattern.
Mediator: ActionAddEnumeration
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionAddEnumeration.java

Mediator Pattern.
Mediator: ActionAddDataType
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionAddDataType.java

Mediator Pattern.
Mediator: UMLComboBoxModel2
Colleagues:  UMLStructuralFeatureTypeComboBoxModel UMLMultiplicityComboBoxModel UMLTagDefinitionComboBoxModel UMLTagDefinitionTypeComboBoxModel ProjectManager MemberList ListSet UMLModelElementNamespaceComboBoxModel UMLTagDefinitionNamespaceComboBoxModel UMLLinkAssociationComboBoxModel UMLStateMachineContextComboBoxModel TabTaggedValues FigEdgeNote UMLSearchableComboBox AddToDoItemDialog UMLComboBoxEditor TabProps TargetEvent TargetManager DetailsPane PropPanel TabStyle
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLComboBoxModel2.java

Mediator Pattern.
Mediator: UMLStructuralFeatureTypeComboBoxModel
Colleagues:  UMLComboBoxModel2 ProjectManager Project UMLTagDefinitionTypeComboBoxModel UMLModelElementNamespaceComboBoxModel UMLTagDefinitionNamespaceComboBoxModel UMLLinkAssociationComboBoxModel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLStructuralFeatureTypeComboBoxModel.java

Mediator Pattern.
Mediator: UMLModelElementNamespaceComboBoxModel
Colleagues:  UMLComboBoxModel2 Project ProjectManager UMLStructuralFeatureTypeComboBoxModel UMLTagDefinitionNamespaceComboBoxModel UMLMultiplicityComboBoxModel UMLTagDefinitionComboBoxModel UMLTagDefinitionTypeComboBoxModel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementNamespaceComboBoxModel.java

Mediator Pattern.
Mediator: ActionSetTagDefinitionNamespace
Colleagues:  AbstractActionAddModelElement UMLComboBox2 ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/PropPanelTagDefinition.java

Mediator Pattern.
Mediator: UMLTagDefinitionNamespaceComboBoxModel
Colleagues:  UMLComboBoxModel2 Project ProjectManager UMLStructuralFeatureTypeComboBoxModel UMLMultiplicityComboBoxModel UMLTagDefinitionComboBoxModel UMLModelElementNamespaceComboBoxModel UMLTagDefinitionTypeComboBoxModel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/PropPanelTagDefinition.java

Mediator Pattern.
Mediator: ActionNewRaisedSignal
Colleagues:  AbstractActionAddModelElement TargetManager PropPanelOperation ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelOperation.java

Mediator Pattern.
Mediator: ActionNewMethod
Colleagues:  AbstractActionAddModelElement TargetManager PropPanelOperation ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelOperation.java

Mediator Pattern.
Mediator: AbstractActionNavigate
Colleagues:  UMLAction TargetManager ActionNavigateUpFromDiagram ProjectBrowser ActionSaveDiagramToClipboard AbstractActionAddModelElement ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/AbstractActionNavigate.java

Mediator Pattern.
Mediator: ActionAddQueryOperation
Colleagues:  AbstractActionAddModelElement TargetManager Project ProjectManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelDataType.java

Mediator Pattern.
Mediator: UMLPlainTextDocument
Colleagues:  TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLPlainTextDocument.java

Mediator Pattern.
Mediator: UMLInitialValueComboBox
Colleagues:  UMLChangeDispatch UMLUserInterfaceContainer
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLInitialValueComboBox.java

Mediator Pattern.
Mediator: UMLInitialValueComboBox$1
Colleagues:  UMLDiagram UMLUserInterfaceContainer RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLInitialValueComboBox.java

Mediator Pattern.
Mediator: ActionNewExtensionPoint
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelUseCase.java

Mediator Pattern.
Mediator: ActionNewExtensionPoint
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelExtensionPoint.java

Mediator Pattern.
Mediator: UMLExpressionModel2
Colleagues:  UMLExpressionBodyField Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLExpressionModel2.java

Mediator Pattern.
Mediator: UMLConditionExpressionModel
Colleagues:  UMLExpressionModel2 TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLConditionExpressionModel.java

Mediator Pattern.
Mediator: ActionNewExtensionPoint
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelExtend.java

Mediator Pattern.
Mediator: UMLTimeExpressionModel
Colleagues:  UMLExpressionModel2 TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLTimeExpressionModel.java

Mediator Pattern.
Mediator: ActionSetStructuralFeatureType
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetStructuralFeatureType.java

Mediator Pattern.
Mediator: PropPanelPseudostate
Colleagues:  TabProps TargetEvent PropPanel TargetManager DetailsPane TabStyle PropPanelCompositeState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelPseudostate.java

Mediator Pattern.
Mediator: PropPanelCompositeState
Colleagues:  PropPanelStateVertex ActionAddConcurrentRegion TabProps PropPanel PropPanelPseudostate DetailsPane TabStyle TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelCompositeState.java

Mediator Pattern.
Mediator: ActionNewParameter
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState TargetManager Project ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionNewParameter.java

Mediator Pattern.
Mediator: UMLCallEventOperationComboBoxModel
Colleagues:  UMLComboBoxModel2 TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelCallEvent.java

Mediator Pattern.
Mediator: UMLComboBox2
Colleagues:  ActionSetMultiplicity UMLComboBoxModel2 TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLComboBox2.java

Mediator Pattern.
Mediator: UMLCallEventOperationComboBox2
Colleagues:  UMLEditableComboBox TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelCallEvent.java

Mediator Pattern.
Mediator: UMLStimulusActionTextField
Colleagues:  UMLChangeDispatch UMLStimulusActionTextProperty ProjectManager UMLUserInterfaceContainer
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLStimulusActionTextField.java

Mediator Pattern.
Mediator: UMLCheckBox2
Colleagues:  TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLCheckBox2.java

Mediator Pattern.
Mediator: UMLTextArea2
Colleagues:  ProjectManager UMLPlainTextDocument
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLTextArea2.java

Mediator Pattern.
Mediator: ActionSetLinkAssociation
Colleagues:  AbstractActionAddModelElement UMLComboBox2 ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/PropPanelLink.java

Mediator Pattern.
Mediator: UMLLinkAssociationComboBoxModel
Colleagues:  UMLStructuralFeatureTypeComboBoxModel UMLMultiplicityComboBoxModel UMLTagDefinitionComboBoxModel UMLTagDefinitionTypeComboBoxModel ProjectManager UMLComboBoxModel2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/PropPanelLink.java

Mediator Pattern.
Mediator: AbstractActionAddModelElement
Colleagues:  ActionBaseDelete ActionExit AbstractActionNavigate ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLAddDialog ActionDeleteConcurrentRegion ProjectBrowser
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/AbstractActionAddModelElement.java

Mediator Pattern.
Mediator: UMLExpressionLanguageField
Colleagues:  UMLChangeDispatch UMLExpressionModel2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLExpressionLanguageField.java

Mediator Pattern.
Mediator: UMLExpressionExpressionModel
Colleagues:  UMLExpressionModel2 TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLExpressionExpressionModel.java

Mediator Pattern.
Mediator: UMLExpressionBodyField
Colleagues:  UMLChangeDispatch UMLExpressionModel2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLExpressionBodyField.java

Mediator Pattern.
Mediator: ActionToolNewAction
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelMessage.java

Mediator Pattern.
Mediator: ActionNewReception
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewReception.java

Mediator Pattern.
Mediator: ActionNewStereotype
Colleagues:  AbstractActionAddModelElement TargetManager FigEdgeNote ProjectManager Project ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/ActionNewStereotype.java

Mediator Pattern.
Mediator: UMLMultiplicityComboBoxModel
Colleagues:  UMLComboBoxModel2 MemberList UMLModelElementNamespaceComboBoxModel UMLTagDefinitionComboBoxModel UMLTagDefinitionNamespaceComboBoxModel UMLLinkAssociationComboBoxModel ClassGenerationDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLMultiplicityComboBoxModel.java

Mediator Pattern.
Mediator: ActionNavigateOppositeAssocEnd
Colleagues:  UMLAction TargetManager ActionSaveDiagramToClipboard
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionNavigateOppositeAssocEnd.java

Mediator Pattern.
Mediator: ActionBaseDelete
Colleagues:  UMLAction ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability TargetManager Project ProjectManager Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion PropPanel FigEdgeNote ActionExit AbstractActionNavigate AbstractActionAddModelElement ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionSettings ActionNotation ActionCompartmentDisplay ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState RESequenceDiagramDialog ArgoDiagram Translator ProjectBrowser
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionBaseDelete.java

Mediator Pattern.
Mediator: PropPanelAssociationEnd
Colleagues:  PropPanelAssociationEndRole PropPanelModelElement TabText TabDiagram TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationEnd.java

Mediator Pattern.
Mediator: UMLComboBoxNavigator
Colleagues:  UMLDiagram UMLComboBoxEntry RadioAction TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLComboBoxNavigator.java

Mediator Pattern.
Mediator: PropPanelSubmachineState
Colleagues:  PropPanelPseudostate PropPanelCompositeState TabProps PropPanel DetailsPane TabStyle TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelSubmachineState.java

Mediator Pattern.
Mediator: UMLTextField2
Colleagues:  ProjectManager UMLPlainTextDocument
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLTextField2.java

Mediator Pattern.
Mediator: ConfigLoader
Colleagues:  DetailsPane Configuration MultiEditorPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/util/ConfigLoader.java

Mediator Pattern.
Mediator: UMLMutableLinkedList
Colleagues:  ModeCreateAssociationEnd UMLStateEntryList UMLStateExitList UMLStateDoActivityList FigEdgeModelElement FigNodeModelElement FigComment FigTextGroup
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLMutableLinkedList.java

Mediator Pattern.
Mediator: PropPanelString
Colleagues:  ProjectManager Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/PropPanelString.java

Mediator Pattern.
Mediator: TabProps
Colleagues:  NotationProviderFactory FigEdgeModelElement FigNodeModelElement LanguageComboBox TabSrc PropPanel DetailsPane MyTokenizer TabToDo FigEdgeNote MultiEditorPane ArgoEventPump PluggablePropertyPanel TabStyle TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabProps.java

Mediator Pattern.
Mediator: ActionRemoveFromDiagram
Colleagues:  UMLDiagram FigMessageGroup FigTextGroup RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionRemoveFromDiagram.java

Mediator Pattern.
Mediator: ActionAddDiagram
Colleagues:  AbstractActionAddModelElement ProjectManager ActionCollaborationDiagram Project ExplorerEventAdaptor TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionAddDiagram.java

Mediator Pattern.
Mediator: ActionUseCaseDiagram
Colleagues:  ActionAddDiagram DiagramFactory
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionUseCaseDiagram.java

Mediator Pattern.
Mediator: ActionStateDiagram
Colleagues:  ActionAddDiagram DiagramFactory UMLAction ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability TargetManager ActionBaseDelete ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddExtensionPoint ActionAddMessage ActionAddConcurrentRegion ActionDeleteConcurrentRegion
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionStateDiagram.java

Mediator Pattern.
Mediator: ActionSequenceDiagram
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState TargetManager DiagramFactory ExplorerEventAdaptor Project ProjectManager UMLAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSequenceDiagram.java

Mediator Pattern.
Mediator: ActionSaveProject
Colleagues:  UMLDiagram ProjectBrowser RadioAction UMLAction ActionPaste ToDoItemAction ActionCopy ActionCut
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSaveProject.java

Mediator Pattern.
Mediator: ActionSaveProjectAs
Colleagues:  UMLDiagram ProjectBrowser RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSaveProjectAs.java

Mediator Pattern.
Mediator: ActionSaveGraphics
Colleagues:  Main SuffixFilter
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSaveGraphics.java

Mediator Pattern.
Mediator: ActionRevertToSaved
Colleagues:  UMLDiagram ProjectBrowser Translator RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionRevertToSaved.java

Mediator Pattern.
Mediator: ActionOpenProject
Colleagues:  UMLDiagram ProjectBrowser PersistenceManager Translator GenericArgoMenuBar RadioAction Configuration
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionOpenProject.java

Mediator Pattern.
Mediator: ActionLayout
Colleagues:  UMLAction ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability ActionBaseDelete ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddExtensionPoint ActionAddMessage ActionAddConcurrentRegion ActionDeleteConcurrentRegion AbstractActionAddModelElement Project ProjectManager ClassdiagramLayouter ActionAddDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionLayout.java

Mediator Pattern.
Mediator: SimpleTimer
Colleagues:  ProfileJava MyTokenizer Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/util/logging/SimpleTimer.java

Mediator Pattern.
Mediator: NodeRow
Colleagues:  ClassdiagramLayouter ClassdiagramNote ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramLayouter.java

Mediator Pattern.
Mediator: DiagramInterface
Colleagues:  Modeller ClassDiagramGraphModel SequenceDiagramLayout ProjectMemberDiagram FigClass MemberList ListSet FigEdgeNote FigInterface DiagramFactory ArgoDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/DiagramInterface.java

Mediator Pattern.
Mediator: OkListener
Colleagues:  UMLDiagram ImportClassLoader ImportClasspathDialog RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Mediator Pattern.
Mediator: AddListener
Colleagues:  UMLDiagram ProjectBrowser RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Mediator Pattern.
Mediator: ImportClasspathDialog$AddListener$1
Colleagues:  UMLDiagram UMLModelElementListModel2 RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Mediator Pattern.
Mediator: Import
Colleagues:  ImportClasspathDialog PluggableImport FileImportSupport Project ProjectManager ProjectBrowser DismissToDoItemDialog ImportRun Pair SuffixFilter Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Mediator Pattern.
Mediator: Import$1
Colleagues:  UMLDiagram PluggableImport FileImportSupport RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Mediator Pattern.
Mediator: Import$ImportRun$1
Colleagues:  UMLDiagram ImportRun RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Mediator Pattern.
Mediator: ImportStatusScreen
Colleagues:  ImportRun DismissToDoItemDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Mediator Pattern.
Mediator: ActionGenerationSettings
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLAction Project ProjectManager ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddConcurrentRegion ActionDeleteConcurrentRegion
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionGenerationSettings.java

Mediator Pattern.
Mediator: ActionGenerateProjectCode
Colleagues:  AbstractActionAddModelElement Project ProjectManager UMLDiagram UMLSequenceDiagram DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLAction ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddConcurrentRegion ActionDeleteConcurrentRegion
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionGenerateProjectCode.java

Mediator Pattern.
Mediator: ActionGenerateOne
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionGenerateOne.java

Mediator Pattern.
Mediator: GeneratorManager
Colleagues:  Generator2 ArgoEventPump GeneratorHelper ListSet Language
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/GeneratorManager.java

Mediator Pattern.
Mediator: ArgoDialog
Colleagues:  SystemInfoDialog Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ArgoDialog.java

Mediator Pattern.
Mediator: ClassGenerationDialog
Colleagues:  AddToDoItemDialog EmailExpertDialog RESequenceDiagramDialog SourcePathDialog FindDialog CriticBrowserDialog UMLComboBoxModel2 ProjectManager GenerationPreferences Project MemberList GeneratorManager TableModelClassChecks CodeGenerator FileGeneratorAdapter Language ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Mediator Pattern.
Mediator: ClassGenerationDialog$1
Colleagues:  UMLDiagram TableModelClassChecks RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Mediator Pattern.
Mediator: ClassGenerationDialog$2
Colleagues:  UMLDiagram TableModelClassChecks RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Mediator Pattern.
Mediator: ClassGenerationDialog$3
Colleagues:  UMLDiagram ClassGenerationDialog RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Mediator Pattern.
Mediator: TableModelClassChecks
Colleagues:  ClassGenerationDialog ListSet MemberList NotationName NotationNameImpl Notation
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Mediator Pattern.
Mediator: ActionGenerateAll
Colleagues:  AbstractActionAddModelElement Project ProjectManager ArgoDiagram MyTokenizer TargetManager DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLAction ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability ActionGenerateProjectCode ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddConcurrentRegion ActionDeleteConcurrentRegion
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionGenerateAll.java

Mediator Pattern.
Mediator: ActionDeploymentDiagram
Colleagues:  ActionAddDiagram DiagramFactory
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionDeploymentDiagram.java

Mediator Pattern.
Mediator: ActionCollaborationDiagram
Colleagues:  ActionAddDiagram DiagramFactory UMLAction TargetManager ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability ActionBaseDelete ActionGenerateProjectCode ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionAddExtensionPoint ActionAddMessage ActionAddConcurrentRegion ActionDeleteConcurrentRegion
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionCollaborationDiagram.java

Mediator Pattern.
Mediator: ActionClassDiagram
Colleagues:  ActionAddDiagram DiagramFactory
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionClassDiagram.java

Mediator Pattern.
Mediator: ActionActivityDiagram
Colleagues:  ActionAddDiagram DiagramFactory UMLAction TargetManager ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability ActionBaseDelete ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddExtensionPoint ActionAddMessage ActionAddConcurrentRegion ActionDeleteConcurrentRegion
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionActivityDiagram.java

Mediator Pattern.
Mediator: NavigateTargetForwardAction
Colleagues:  AbstractActionAddModelElement TargetManager ActionSetMultiplicity ActionNewStubState ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLAction ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability ActionBaseDelete ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetBackAction ActionAddExtensionPoint ActionAddMessage ActionAddConcurrentRegion ActionDeleteConcurrentRegion
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/NavigateTargetForwardAction.java

Mediator Pattern.
Mediator: NavigateTargetBackAction
Colleagues:  AbstractActionAddModelElement TargetManager ActionSetMultiplicity ActionNewStubState ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLAction ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability ActionBaseDelete ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction ActionAddExtensionPoint ActionAddMessage ActionAddConcurrentRegion ActionDeleteConcurrentRegion
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/NavigateTargetBackAction.java

Mediator Pattern.
Mediator: ZoomSliderButton$2
Colleagues:  UMLDiagram ZoomSliderButton RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ZoomSliderButton.java

Mediator Pattern.
Mediator: ActionSettings
Colleagues:  AbstractActionAddModelElement Translator Argo PluggableSettingsTab SettingsTabHelper SettingsTabPanel SettingsTabModules SettingsTabNotation SettingsTabAppearance SettingsTabEnvironment SettingsTabLayout SettingsTabPreferences SettingsTabUser DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ActionSettings.java

Mediator Pattern.
Mediator: ActionSettings$2
Colleagues:  UMLDiagram ActionSettings RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ActionSettings.java

Mediator Pattern.
Mediator: ActionSaveConfiguration
Colleagues:  AbstractActionAddModelElement Configuration ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ActionSaveConfiguration.java

Mediator Pattern.
Mediator: ActionImportXMI
Colleagues:  UMLDiagram ProjectBrowser PersistenceManager Translator GenericArgoMenuBar RadioAction Configuration
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ActionImportXMI.java

Mediator Pattern.
Mediator: ActionExportXMI
Colleagues:  UMLDiagram PersistenceManager ProjectBrowser Translator RadioAction Configuration
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ActionExportXMI.java

Mediator Pattern.
Mediator: ActionNotation
Colleagues:  AbstractActionAddModelElement Notation ListSet MemberList NotationName NotationNameImpl ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/ui/ActionNotation.java

Mediator Pattern.
Mediator: GenericArgoMenuBar
Colleagues:  ArgoEventPump Pluggable Generator2 GeneratorDisplay GeneratorJava SettingsTabHelper FileImportSupport PluggableMenu ProjectBrowser ActionPaste NavigateTargetBackAction NavigateTargetForwardAction LastRecentlyUsedMenuList
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/GenericArgoMenuBar.java

Mediator Pattern.
Mediator: PerspectiveSupport
Colleagues:  ProfileJava Pair SuffixFilter SimpleTimer Language ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace Import ImportRun DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer PersistenceManager PerspectiveConfigurator ExplorerTree FindDialog GeneratorJava TagExtractor TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/PerspectiveSupport.java

Mediator Pattern.
Mediator: DisplayTextTree
Colleagues:  ExplorerTree TreeModelComposite AbstractGoList ToDoPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/DisplayTextTree.java

Mediator Pattern.
Mediator: ToDoPane
Colleagues:  ActionGoToCritique ToDoPerspective
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoPane.java

Mediator Pattern.
Mediator: ToDoItemAction
Colleagues:  TabToDo ActionSaveProject Actions
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ToDoItemAction.java

Mediator Pattern.
Mediator: ActionSnooze
Colleagues:  AbstractActionAddModelElement ToDoItemAction ToDoItem Poster Critic Designer TabToDo ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionSnooze.java

Mediator Pattern.
Mediator: DismissToDoItemDialog
Colleagues:  AbstractArgoJPanel ProjectBrowser ExceptionDialog ImportClasspathDialog ImportStatusScreen ProblemsDialog ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll MultiEditorPane UMLAddDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/DismissToDoItemDialog.java

Mediator Pattern.
Mediator: DismissToDoItemDialog$1
Colleagues:  UMLDiagram DismissToDoItemDialog RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/DismissToDoItemDialog.java

Mediator Pattern.
Mediator: ActionResolve
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ToDoItemAction ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionResolve.java

Mediator Pattern.
Mediator: ResolvedCritic
Colleagues:  ModuleLoader MemberList ListSet Pair ToDoItem Goal Decision ArgoAny CheckItem StringNamespace UMLExpressionModel2 ActionBaseDelete PropPanelString ClassdiagramLayouter GeneratorManager UMLListCellRenderer2 FigEdgeModelElement FigNodeModelElement FigAssociation FigAssociationClass FigPackageFigText FigOperationsCompartment FigAttributesCompartment FigSubmachineState FigStubState UMLMutableGraphSupport UMLDiagram SequenceDiagramGraphModel StateDiagramGraphModel ToDoList GeneratorDisplay UmlDiagramRenderer TabToDo ProjectBrowser TargetManager DetailsPane Modeller ActionNewAction UMLAddDialog AbstractActionRadioMenuItem StateDiagramRenderer ModeChangeHeight GeneratorJava StylePanelFig GenCompositeClasses ActionNewEvent CheckManager ProfileJava Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigComment Generator2 Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml TagExtractor TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ResolvedCritic.java

Mediator Pattern.
Mediator: FigEdgeModelElement
Colleagues:  FigEdgeHandler FigCommentPort FigEdgeNote FigFeaturesCompartment ArgoEditor ToDoItem Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic ArgoDiagram ToDoList CommentEdge ItemUID ListSet Goal Decision Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace FigAssociation FigNodeModelElement FigActor FigClass FigPackage FigInterface FigUseCase FigMNode FigConcurrentRegion FigCompositeState FigComponent FigMessage ProjectBrowser ArgoJMenu TargetManager FigAssociationEnd FigTransition FigDependency FigRealization FigGeneralization FigEdgeAssociationClass StatusBar Translator UMLList2 UMLMutableLinkedList ToDoPane DetailsPane MultiEditorPane FigTextGroup TabResults FindDialog FigComment FigAssociationClass ActionAutoResize CmdSetPreferredSize FigStereotypesCompartment FigStereotypeText UUIDHelper FigAssociationRole ModeCreateAssociationEnd UMLDiagram FigMessageGroup Project ProjectManager ArgoEventPump FigClassAssociationClass PropPanelString FigOperationsCompartment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigEdgeModelElement.java

Mediator Pattern.
Mediator: FigInclude
Colleagues:  FigDependency FigRealization FigAssociationClass FigEdgeNote FigTransition FigEdgeAssociationClass ClassdiagramInheritanceEdge ClassdiagramNoteEdge ClassdiagramAssociationEdge ModeCreateAssociationEnd FigEdgeHandler FigNodeModelElement FigGeneralization FigAssociation FigComment FigMessage
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigInclude.java

Mediator Pattern.
Mediator: FigExtend
Colleagues:  FigDependency FigRealization FigAssociationClass FigEdgeNote FigTransition FigEdgeAssociationClass ClassdiagramInheritanceEdge ClassdiagramNoteEdge ClassdiagramAssociationEdge ModeCreateAssociationEnd FigEdgeHandler FigEdgeModelElement FigNodeModelElement FigMessagePort FigClassifierRole FigMessageGroup FigTextGroup FigGeneralization FigAssociationEnd FigAssociation FigAssociationRole FigMessage FigMessage Notation FigComment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigExtend.java

Mediator Pattern.
Mediator: FigNodeModelElement
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigEdgeNote FigActor FigEdgeModelElement FigAssociation ProjectBrowser TargetManager Designer ToDoList StereotypeUtility ArgoJMenu FigStateVertex ProjectManager Project UMLDiagram UMLSequenceDiagram FigDependency FigRealization FigGeneralization FigTransition ArgoEditor ToDoItem Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic ArgoDiagram CommentEdge ItemUID ListSet Goal Decision Critic NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace FigCompartment FigFeaturesCompartment FigState NotationProvider4 Translator StatusBar FigAssociationClassTee FigCommentPort UMLList2 UMLMutableLinkedList ToDoPane DetailsPane MultiEditorPane FigTextGroup TabResults FindDialog FigClassAssociationClass UUIDHelper FigSubsystem FigModel NotationProviderFactory2 ValueHandler FigStereotypesCompartment FigStereotypeText StylePanelFigNodeModelElement PGMLStackParser PGMLParser ArgoEventPump FigMessagePort FigMessageGroup FigAssociationClass ModeCreateAssociationEnd FigEdgeAssociationClass ModeCreateMessage PropPanelString FigOperationsCompartment FigAssociationRole ActionAddConcurrentRegion
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java

Mediator Pattern.
Mediator: FigActor
Colleagues:  FigCompartment FigEmptyRect FigFeature FigUseCase FigStereotypesCompartment FigClass FigPackage FigInterface FigMNode FigConcurrentRegion FigCompositeState FigComponent FigEdgeModelElement FigNodeModelElement FigSingleLineText FigObjectFlowState FigComment FigMNodeInstance FigComponentInstance FigClassifierRole FigClassifierRole CmdSetPreferredSize ModeCreateAssociationEnd FigAssociationClassTee FigCommentPort FigEdgeNote FigNodeAssociation MemberList FigState FigSubmachineState FigStubState FigSubactivityState FigActionState FigClassAssociationClass FigMessage FigFeaturesCompartment FigInstance
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigActor.java

Mediator Pattern.
Mediator: ActorPortFigRect
Colleagues:  FigNodeAssociation FigActor FigUseCase FigMessagePort
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigActor.java

Mediator Pattern.
Mediator: FigDependency
Colleagues:  FigRealization FigGeneralization FigAssociation FigEdgeNote FigTransition FigMessage FigMessage FigAssociationEnd ModeCreateAssociationEnd FigEdgeModelElement UMLDiagram FigAssociationClass FigEdgeAssociationClass ClassdiagramInheritanceEdge ClassdiagramNoteEdge ClassdiagramAssociationEdge FigEdgeHandler FigNodeModelElement FigComment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigDependency.java

Mediator Pattern.
Mediator: FigRealization
Colleagues:  FigDependency FigAssociationClass FigEdgeNote FigTransition FigEdgeAssociationClass ClassdiagramInheritanceEdge ClassdiagramNoteEdge ClassdiagramAssociationEdge ModeCreateAssociationEnd FigEdgeHandler FigNodeModelElement FigGeneralization FigAssociation FigComment FigMessage
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigRealization.java

Mediator Pattern.
Mediator: FigNodeAssociation
Colleagues:  FigClassifierBox FigPackage FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigClass FigInterface FigNodeModelElement FigEdgeNote FigActor FigState FigClassAssociationClass CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigAssociationClass ModeCreateAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigNodeAssociation.java

Mediator Pattern.
Mediator: FigGeneralization
Colleagues:  FigAssociationEnd FigDependency FigRealization FigAssociation FigEdgeNote FigTransition FigAssociationRole FigMessage FigMessage FigEdgeAssociationClass FigNodeModelElement FigComment FigAssociationClass ModeCreateAssociationEnd FigEdgeModelElement UMLDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigGeneralization.java

Mediator Pattern.
Mediator: FigClassifierBox
Colleagues:  FigClass FigNodeAssociation FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement FigSubsystem FigModel ClassdiagramNode FigAssociationClassTee FigCommentPort TargetManager CompartmentFigText FigFeaturesCompartment FigAttributesCompartment ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigClassifierBox.java

Mediator Pattern.
Mediator: FigClass
Colleagues:  FigInterface MemberList FigNodeAssociation FigClassifierBox FigPackage FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState FigNodeModelElement FigActor TargetManager ActionEdgesDisplay ActionCompartmentDisplay FigEdgeModelElement DiagramInterface FigClassAssociationClass FigFeaturesCompartment UmlDiagramRenderer StylePanelFigClass PGMLStackParser PGMLParser StylePanelFig FigCommentPort FigCompartment FigSingleLineText CmdSetPreferredSize FigSubsystem FigModel ClassdiagramNode FigEdgeNote CompartmentFigText ParserDisplay FigState StatusBar ProjectBrowser FigStereotypesCompartment FigStereotypeText FigStateVertex UMLDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigClass.java

Mediator Pattern.
Mediator: FigClassAssociationClass
Colleagues:  FigActor FigAssociationClass FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigComment FigUseCase FigState FigSubmachineState FigStubState FigMNodeInstance FigComponentInstance FigClassifierRole FigClassifierRole FigSubactivityState FigObjectFlowState FigActionState ModeCreateMessage PropPanelString FigNodeModelElement FigEdgeModelElement FigOperationsCompartment FigAssociationRole ModeCreateAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigClassAssociationClass.java

Mediator Pattern.
Mediator: FigAssociationEnd
Colleagues:  FigAssociation FigEdgeNote FigTransition FigGeneralization FigDependency FigRealization FigAssociationRole FigMessage FigEdgeAssociationClass FigAssociationClass ModeCreateAssociationEnd FigEdgeModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigAssociationEnd.java

Mediator Pattern.
Mediator: FigAssociation
Colleagues:  FigAssociationClass FigEdgeNote FigDependency FigGeneralization FigTransition FigMessage FigMessage FigAssociationRole FigRealization FigAssociationEnd ModeCreateAssociationEnd FigEdgeModelElement UMLDiagram Translator FigEdgeAssociationClass FigTextGroup TargetManager ActionMultiplicity ActionAggregation ActionNavigability FigNodeModelElement FigComment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigAssociation.java

Mediator Pattern.
Mediator: FigAssociationClass
Colleagues:  FigDependency FigRealization FigEdgeNote FigTransition FigEdgeAssociationClass ClassdiagramInheritanceEdge ClassdiagramNoteEdge ClassdiagramAssociationEdge ModeCreateAssociationEnd FigEdgeHandler FigMessage FigAssociation PropPanelString FigEdgeModelElement FigNodeModelElement FigPackage FigOperationsCompartment FigAssociationRole FigClassAssociationClass Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace MemberList FigNodeAssociation FigAssociationEnd FigGeneralization TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigAssociationClass.java

Mediator Pattern.
Mediator: FigPackage
Colleagues:  FigNodeModelElement ValueHandler FigState FigMNodeInstance FigComponentInstance FigActionState FigNodeAssociation FigClassifierBox FigClass FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNode FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState MemberList CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigStereotypeText FigActor FigEdgeNote FigFeaturesCompartment FigCommentPort FigClassAssociationClass FigSingleLineText CmdSetPreferredSize FigSubsystem FigModel StereotypeContainer VisibilityContainer FigEdgeModelElement PGMLStackParser PGMLParser NotationProvider4
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigPackage.java

Mediator Pattern.
Mediator: FigPackageFigText
Colleagues:  FigUseCase FigEdgeNote ProjectManager Project MyTokenizer UMLDiagram UMLSequenceDiagram Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace FigPackage
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigPackage.java

Mediator Pattern.
Mediator: FigSubsystem
Colleagues:  FigModel FigClassifierBox FigClass FigInterface
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigSubsystem.java

Mediator Pattern.
Mediator: FigModel
Colleagues:  FigSubsystem FigClassifierBox FigClass FigInterface
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigModel.java

Mediator Pattern.
Mediator: FigFeaturesCompartment
Colleagues:  FigClass MemberList FigClassifierRole FigClassifierRole FigInterface FigAttributesCompartment FigEdgeModelElement FigOperationsCompartment FigActor FigPackage FigComment FigUseCase FigMessagePort Project ModeCreateAssociationEnd FigStereotypeText FigMessageGroup FigTextGroup FigCompartment FigNodeAssociation FigClassifierBox FigSubsystem FigModel FigInstance FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigStereotypesCompartment FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState FigAssociationClassTee FigCommentPort PGMLParser FigNodeModelElement CmdSetPreferredSize
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigFeaturesCompartment.java

Mediator Pattern.
Mediator: FigOperationsCompartment
Colleagues:  FigClassifierBox FigEdgeNote MemberList ListSet Notation FigStereotypesCompartment FigStereotypeText Pair ResolvedCritic ToDoItem Goal Decision ArgoAny CheckItem StringNamespace FigEdgeModelElement FigClassAssociationClass FigAssociationClass FigEdgeAssociationClass FigClassifierRole FigClass FigCompartment FigInterface FigFeaturesCompartment FigNodeModelElement ProjectManager Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigOperationsCompartment.java

Mediator Pattern.
Mediator: FigInterface
Colleagues:  FigClass MemberList FigNodeAssociation FigClassifierBox FigPackage FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState FigNodeModelElement FigActor TargetManager ActionEdgesDisplay ActionCompartmentDisplay FigEdgeModelElement DiagramInterface FigClassAssociationClass FigFeaturesCompartment UmlDiagramRenderer StylePanelFigClass PGMLStackParser PGMLParser FigCompartment FigSingleLineText CmdSetPreferredSize StylePanelFig FigSubsystem FigModel ClassdiagramNode FigStateVertex FigEdgeNote UMLDiagram UMLSequenceDiagram ListSet CompartmentFigText ParserDisplay FigState StatusBar ProjectBrowser FigCommentPort FigStereotypesCompartment FigStereotypeText
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigInterface.java

Mediator Pattern.
Mediator: FigInstance
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement FigActor FigSingleLineText CmdSetPreferredSize
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigInstance.java

Mediator Pattern.
Mediator: StereotypeUtility
Colleagues:  FigEdgeModelElement ListSet FigNodeModelElement UMLModelElementStereotypeListModel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/StereotypeUtility.java

Mediator Pattern.
Mediator: FigEdgeNote
Colleagues:  FigDependency FigRealization FigAssociationClass FigTransition FigEdgeAssociationClass ClassdiagramInheritanceEdge ClassdiagramNoteEdge ClassdiagramAssociationEdge ModeCreateAssociationEnd FigEdgeHandler ProfileJava Translator ImportRun DisplayTextTree ToDoPane FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID Designer ExplorerTree StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout UUIDHelper FigGeneralization FigAssociationEnd FigAssociation FigMessage CommentEdge
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigEdgeNote.java

Mediator Pattern.
Mediator: FigComment
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement FigEdgeNote FigActor FigState FigCommentPort FigSubsystem FigModel FigStateVertex FigAssociationClassTee UMLList2 UMLMutableLinkedList ToDoPane FigEdgeModelElement DetailsPane MultiEditorPane FigTextGroup TabResults FindDialog CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigFeaturesCompartment FigSingleLineText CmdSetPreferredSize Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic ArgoDiagram CommentEdge ItemUID ListSet Goal Decision Critic NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace ToDoList ToDoItem Designer FigClassAssociationClass FigStereotypeText FigDependency FigRealization FigGeneralization FigAssociation FigTransition
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigComment.java

Mediator Pattern.
Mediator: FigAttributesCompartment
Colleagues:  FigClass FigEdgeNote FigCompartment MemberList ListSet Notation FigStereotypeText Pair ResolvedCritic ToDoItem Goal Decision ArgoAny CheckItem StringNamespace FigClassifierRole FigFeaturesCompartment FigStereotypesCompartment FigClassifierBox ProjectManager Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigAttributesCompartment.java

Mediator Pattern.
Mediator: ActionEdgesDisplay
Colleagues:  AbstractActionAddModelElement Project ProjectManager MyTokenizer FigEdgeNote UMLMutableGraphSupport UseCaseDiagramGraphModel ClassDiagramGraphModel SequenceDiagramGraphModel DeploymentDiagramGraphModel CollabDiagramGraphModel StateDiagramGraphModel MemberList FigMessageGroup FigTextGroup ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionEdgesDisplay.java

Mediator Pattern.
Mediator: FigUseCase
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement FigActor TargetManager ActionAddExtensionPoint ActionCompartmentDisplay FigEdgeModelElement FigCommentPort FigFeaturesCompartment PGMLStackParser PGMLParser CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigAssociationClassTee FigPackageFigText FigEdgeNote ParserDisplay FigState StatusBar ProjectBrowser ListSet FigClassAssociationClass
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigUseCase.java

Mediator Pattern.
Mediator: ActionCompartmentDisplay
Colleagues:  FigClass AttributesCompartmentContainer OperationsCompartmentContainer ExtensionsCompartmentContainer FigUseCase FigInterface FigClassifierBox AbstractActionAddModelElement ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionCompartmentDisplay.java

Mediator Pattern.
Mediator: ActionAddNote
Colleagues:  AbstractActionAddModelElement TargetManager Project ProjectManager UMLDiagram UMLSequenceDiagram FigEdgeModelElement FigAssociationClass FigEdgeNote ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState ProjectBrowser
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAddNote.java

Mediator Pattern.
Mediator: FigTransition
Colleagues:  FigEdgeModelElement NotationProviderFactory2 FigDependency FigGeneralization FigAssociation FigEdgeNote FigMessage FigMessage FigRealization FigAssociationEnd ModeCreateAssociationEnd FigAssociationClass FigEdgeAssociationClass ClassdiagramInheritanceEdge ClassdiagramNoteEdge ClassdiagramAssociationEdge FigEdgeHandler NotationProvider4 TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava FigAssociationRole FigNodeModelElement FigComment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigTransition.java

Mediator Pattern.
Mediator: FigStateVertex
Colleagues:  ActionDeleteConcurrentRegion FigClass FigInterface FigComment FigMNodeInstance FigMNode FigComponentInstance FigComponent FigEdgeNote ActionAddConcurrentRegion FigNodeModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigStateVertex.java

Mediator Pattern.
Mediator: FigSynchState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigEdgeNote FigActor FigState FigClassAssociationClass
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigSynchState.java

Mediator Pattern.
Mediator: FigState
Colleagues:  FigSubmachineState FigComment FigStubState FigClassifierRole FigClassifierRole FigCommentPort FigConcurrentRegion FigCompositeState FigActor FigNodeAssociation FigClass FigPackage FigSubsystem FigModel FigInterface FigInstance FigUseCase FigStateVertex FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState NotationProviderFactory2 FigEdgeNote FigClassAssociationClass FigNodeModelElement UMLDiagram NotationProvider4 TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigState.java

Mediator Pattern.
Mediator: FigSubmachineState
Colleagues:  FigActor FigState FigNodeAssociation FigClass FigPackage FigSubsystem FigModel FigInterface FigInstance FigComment FigUseCase FigStateVertex FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState FigCommentPort FigClassifierBox FigConcurrentRegion FigCompositeState MemberList FigNodeModelElement FigSingleLineText CmdSetPreferredSize CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigEdgeNote Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace UMLDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigSubmachineState.java

Mediator Pattern.
Mediator: FigStubState
Colleagues:  FigActor FigComment FigState FigSubmachineState FigClassifierRole FigClassifierRole FigCommentPort FigNodeAssociation FigClass FigPackage FigSubsystem FigModel FigInterface FigInstance FigUseCase FigStateVertex FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState FigClassifierBox FigConcurrentRegion FigCompositeState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigEdgeNote Pair ResolvedCritic ListSet Goal Decision ArgoAny CheckItem StringNamespace ToDoItem UMLDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigStubState.java

Mediator Pattern.
Mediator: FigSimpleState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigState FigNodeModelElement FigActor FigSingleLineText CmdSetPreferredSize CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigSimpleState.java

Mediator Pattern.
Mediator: FigHistoryState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigHistoryState.java

Mediator Pattern.
Mediator: FigJunctionState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigJunctionState.java

Mediator Pattern.
Mediator: FigJoinState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigJoinState.java

Mediator Pattern.
Mediator: FigInitialState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigInitialState.java

Mediator Pattern.
Mediator: FigForkState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigForkState.java

Mediator Pattern.
Mediator: FigFinalState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigFinalState.java

Mediator Pattern.
Mediator: FigBranchState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigBranchState.java

Mediator Pattern.
Mediator: FigObject
Colleagues:  FigPackage FigState FigMNodeInstance FigComponentInstance FigActionState NotationProviderFactory2 FigNodeAssociation FigClassifierBox FigClass FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNode FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigActor FigSingleLineText CmdSetPreferredSize TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava NotationProvider4 FigEdgeNote FigStateVertex
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigObject.java

Mediator Pattern.
Mediator: FigMNodeInstance
Colleagues:  FigPackage FigState FigComponentInstance FigActionState NotationProviderFactory2 FigNodeAssociation FigClassifierBox FigClass FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNode FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState MemberList FigNodeModelElement CompartmentFigText StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigFeaturesCompartment FigActor FigSingleLineText CmdSetPreferredSize FigEdgeNote FigStereotypeText FigStateVertex TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava NotationProvider4 FigClassAssociationClass
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigMNodeInstance.java

Mediator Pattern.
Mediator: FigMNode
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement FigActor FigEdgeModelElement CompartmentFigText StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigFeaturesCompartment FigSingleLineText CmdSetPreferredSize FigEdgeNote FigStateVertex FigStereotypeText FigState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigMNode.java

Mediator Pattern.
Mediator: FigComponentInstance
Colleagues:  FigPackage FigState FigMNodeInstance FigActionState NotationProviderFactory2 FigNodeAssociation FigClassifierBox FigClass FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNode FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState MemberList FigNodeModelElement FigEmptyRect FigFeature FigCompartment FigFeaturesCompartment FigActor FigSingleLineText CmdSetPreferredSize FigEdgeNote FigStateVertex TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava NotationProvider4 FigStereotypesCompartment FigStereotypeText FigClassAssociationClass
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java

Mediator Pattern.
Mediator: CompartmentFigText
Colleagues:  FigNodeAssociation FigPackage FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigMessage FigSubactivityState FigObjectFlowState FigActionState ClassdiagramEdge StylePanelFig
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/CompartmentFigText.java

Mediator Pattern.
Mediator: FigFeature
Colleagues:  FigEdgeModelElement FigEmptyRect FigNodeModelElement FigActor FigNodeAssociation FigGeneralization FigClassifierBox FigAssociationEnd FigAssociation FigPackage FigSubsystem FigModel FigCompartment FigComment FigUseCase FigState FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigSingleLineText FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState FigMultiLineText ClassdiagramInheritanceEdge ClassdiagramNoteEdge StylePanelFig ClassdiagramAssociationEdge FigStereotypeText
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigFeature.java

Mediator Pattern.
Mediator: FigStereotypesCompartment
Colleagues:  FigEdgeModelElement FigStereotypeText FigClass FigPackage FigOperationsCompartment FigInterface FigComment FigAttributesCompartment FigUseCase FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigComponent FigCommentPort ModeCreateAssociationEnd FigCompartment MemberList FigFeaturesCompartment FigMessagePort FigMessageGroup FigTextGroup ListSet NotationHelper FigNodeModelElement FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigStereotypesCompartment.java

Mediator Pattern.
Mediator: UMLMutableGraphSupport
Colleagues:  SelectionActionState SequenceDiagramGraphModel StateDiagramGraphModel SelectionState ModeCreateAssociationEnd UseCaseDiagramGraphModel ClassDiagramGraphModel DeploymentDiagramGraphModel CollabDiagramGraphModel Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList ItemUID ToDoItem ListSet Goal Decision Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace DnDJGraph CommentEdge ActionEdgesDisplay
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/UMLMutableGraphSupport.java

Mediator Pattern.
Mediator: UseCaseDiagramGraphModel
Colleagues:  ActionEdgesDisplay MyTokenizer ClassDiagramGraphModel SequenceDiagramGraphModel DeploymentDiagramGraphModel CollabDiagramGraphModel StateDiagramGraphModel DnDJGraph UMLMutableGraphSupport CommentEdge MemberList
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/UseCaseDiagramGraphModel.java

Mediator Pattern.
Mediator: ActionAddExtensionPoint
Colleagues:  FigUseCase ActionExit AbstractActionNavigate AbstractActionAddModelElement ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState TargetManager ActionCompartmentDisplay UMLAction ActionCollaborationDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAddExtensionPoint.java

Mediator Pattern.
Mediator: ArgoDiagram
Colleagues:  FigPackage ProjectManager UMLUseCaseDiagram UMLClassDiagram UMLStateDiagram UMLSequenceDiagram UMLDeploymentDiagram UMLCollaborationDiagram UMLActivityDiagram DiagramNameDocument PGMLParser UMLDiagram Project FigEdgeModelElement MemberList HistoryManager UMLMutableGraphSupport TMResults ActionBaseDelete DiagramInterface ActionGenerateAll
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ArgoDiagram.java

Mediator Pattern.
Mediator: UMLDiagram
Colleagues:  PGMLParser UMLStateDiagram UMLActivityDiagram UMLUseCaseDiagram UMLClassDiagram UMLSequenceDiagram UMLDeploymentDiagram UMLCollaborationDiagram TabDiagram Configuration Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace MyTokenizer FigNodeModelElement FigEdgeModelElement FigDependency FigGeneralization FigClass FigAssociation FigState FigSubmachineState FigStubState FigClassifierRole FigEdgeNote RadioAction ActionSaveProject ExceptionDialog ActionPaste ProblemsDialog ActionSaveDiagramToClipboard WizStep ActionReopenProject ActionCopy ActionCut UMLAddDialog TabResults StylePanel WizStepChoice TabChecklist Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/UMLDiagram.java

Mediator Pattern.
Mediator: PopupActionsListener
Colleagues:  ProjectManager Configuration
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/UMLDiagram.java

Mediator Pattern.
Mediator: UMLUseCaseDiagram
Colleagues:  UMLDiagram UMLMutableGraphSupport SequenceDiagramGraphModel UMLClassDiagram UMLSequenceDiagram UMLDeploymentDiagram UMLCollaborationDiagram UMLStateDiagram UMLActivityDiagram UMLTreeCellRenderer Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/UMLUseCaseDiagram.java

Mediator Pattern.
Mediator: ClassDiagramGraphModel
Colleagues:  DiagramInterface UMLMutableGraphSupport UseCaseDiagramGraphModel SequenceDiagramGraphModel DeploymentDiagramGraphModel CollabDiagramGraphModel StateDiagramGraphModel DnDJGraph CommentEdge MemberList ActionEdgesDisplay
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ClassDiagramGraphModel.java

Mediator Pattern.
Mediator: UMLClassDiagram
Colleagues:  UMLDiagram UMLMutableGraphSupport SequenceDiagramGraphModel UMLUseCaseDiagram UMLSequenceDiagram UMLDeploymentDiagram UMLCollaborationDiagram UMLStateDiagram UMLActivityDiagram UMLTreeCellRenderer Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/UMLClassDiagram.java

Mediator Pattern.
Mediator: UMLStateDiagram
Colleagues:  UMLDiagram StateDiagramGraphModel UMLTreeCellRenderer Translator Project UMLSequenceDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/UMLStateDiagram.java

Mediator Pattern.
Mediator: FigMessagePort
Colleagues:  FigActor MemberList FigFeaturesCompartment FigMessageGroup FigTextGroup FigNodeAssociation FigClassifierBox FigClass FigPackage FigSubsystem FigModel FigCompartment FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigStereotypesCompartment FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState FigAssociationClassTee FigCommentPort PGMLParser FigStereotypeText FigNodeModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigMessagePort.java

Mediator Pattern.
Mediator: FigMessagePort$1
Colleagues:  ProjectManager FigMessagePort
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigMessagePort.java

Mediator Pattern.
Mediator: MessageNode
Colleagues:  SequenceDiagramGraphModel FigEdgeNote MemberList FigClassifierRole ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/MessageNode.java

Mediator Pattern.
Mediator: FigClassifierRole
Colleagues:  FigActor FigObjectFlowState FigClassAssociationClass FigNodeAssociation FigClass FigUseCase MessageNode MemberList SequenceDiagramLayout FigMessage FigMessage FigEdgeNote FigStereotypesCompartment FigStereotypeText FigFeaturesCompartment FigMessageGroup ArgoEditor FigMessagePort FigComponentInstance FigComponent FigCompartment FigPackage FigComment FigSubmachineState FigStubState FigHistoryState FigClassifierRole FigConcurrentRegion FigCompositeState FigSubactivityState FigActionState FigNodeModelElement FigInterface FigMNodeInstance FigMNode CompartmentFigText FigEmptyRect FigFeature StylePanelFig StylePanelFigText ClassdiagramEdge FigState UMLDiagram ListSet ModeCreateMessage ModeCreateAssociationEnd FigCommentPort FigSubsystem FigModel FigInstance FigStateVertex SequenceDiagramGraphModel RESequenceDiagramDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java

Mediator Pattern.
Mediator: FigClassifierRole
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement FigEdgeNote FigFeaturesCompartment FigActor FigClassifierRole CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigSingleLineText CmdSetPreferredSize ParserDisplay FigState StatusBar ProjectBrowser Notation FigClassAssociationClass
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/ui/FigClassifierRole.java

Mediator Pattern.
Mediator: SequenceDiagramGraphModel
Colleagues:  UMLMutableGraphSupport MemberList StateDiagramGraphModel DnDJGraph CommentEdge RESequenceDiagramDialog UseCaseDiagramGraphModel ClassDiagramGraphModel DeploymentDiagramGraphModel CollabDiagramGraphModel ActionEdgesDisplay Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace MessageNode UMLSequenceDiagram Project ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/SequenceDiagramGraphModel.java

Mediator Pattern.
Mediator: UMLSequenceDiagram
Colleagues:  UMLTreeCellRenderer Translator UMLDiagram ResourceLoaderWrapper ActionGenerateProjectCode SequenceDiagramGraphModel FigNodeModelElement FigPackageFigText FigInterface UMLClassDiagram UMLStateDiagram UMLCollaborationDiagram UMLActivityDiagram UMLDiagramHomeModelListModel ActionNavigateUpFromDiagram UMLUseCaseDiagram UMLDeploymentDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/UMLSequenceDiagram.java

Mediator Pattern.
Mediator: DeploymentDiagramGraphModel
Colleagues:  DnDJGraph UMLMutableGraphSupport CommentEdge MemberList UseCaseDiagramGraphModel ClassDiagramGraphModel SequenceDiagramGraphModel CollabDiagramGraphModel StateDiagramGraphModel ActionEdgesDisplay
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/DeploymentDiagramGraphModel.java

Mediator Pattern.
Mediator: UMLDeploymentDiagram
Colleagues:  UMLDiagram UMLMutableGraphSupport SequenceDiagramGraphModel UMLUseCaseDiagram UMLClassDiagram UMLSequenceDiagram UMLCollaborationDiagram UMLStateDiagram UMLActivityDiagram UMLTreeCellRenderer Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/UMLDeploymentDiagram.java

Mediator Pattern.
Mediator: ActionAddMessage
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLAction ActionCollaborationDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAddMessage.java

Mediator Pattern.
Mediator: CollabDiagramGraphModel
Colleagues:  UMLCollaborationDiagram UMLMutableGraphSupport SequenceDiagramGraphModel DnDJGraph CommentEdge MemberList UseCaseDiagramGraphModel ClassDiagramGraphModel DeploymentDiagramGraphModel StateDiagramGraphModel ActionEdgesDisplay
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/CollabDiagramGraphModel.java

Mediator Pattern.
Mediator: UMLCollaborationDiagram
Colleagues:  UMLDiagram CollabDiagramGraphModel UMLUseCaseDiagram UMLClassDiagram UMLSequenceDiagram UMLDeploymentDiagram UMLStateDiagram UMLActivityDiagram Project FigMessage UMLTreeCellRenderer Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/ui/UMLCollaborationDiagram.java

Mediator Pattern.
Mediator: StateDiagramGraphModel
Colleagues:  DnDJGraph UMLMutableGraphSupport UseCaseDiagramGraphModel ClassDiagramGraphModel SequenceDiagramGraphModel DeploymentDiagramGraphModel CollabDiagramGraphModel CommentEdge MemberList ActionEdgesDisplay Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace ProjectBrowser FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/StateDiagramGraphModel.java

Mediator Pattern.
Mediator: ActivityDiagramGraphModel
Colleagues:  UseCaseDiagramGraphModel StateDiagramGraphModel ClassDiagramGraphModel DnDJGraph UMLMutableGraphSupport
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ActivityDiagramGraphModel.java

Mediator Pattern.
Mediator: UMLActivityDiagram
Colleagues:  UMLDiagram StateDiagramGraphModel UMLTreeCellRenderer Translator Project UMLSequenceDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/UMLActivityDiagram.java

Mediator Pattern.
Mediator: DiagramFactory
Colleagues:  DiagramInterface GraphChangeAdapter UMLMutableGraphSupport ActionCollaborationDiagram MemberList FigPackage ProjectManager Project RESequenceDiagramDialog XMIParser
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/DiagramFactory.java

Mediator Pattern.
Mediator: ExplorerEventAdaptor
Colleagues:  ImportRun TreeModelUMLEventListener ExplorerTreeModel FigPackage Project ActionAddDiagram RESequenceDiagramDialog ProjectManager ConfigurationKey
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java

Mediator Pattern.
Mediator: ActionDeleteConcurrentRegion
Colleagues:  UMLAction ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability ActionBaseDelete ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddExtensionPoint ActionAddMessage ActionAddConcurrentRegion FigEdgeNote FigNodeModelElement FigCompositeState FigConcurrentRegion FigStateVertex AbstractActionAddModelElement TargetManager ProjectManager Project ActionAddDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionDeleteConcurrentRegion.java

Mediator Pattern.
Mediator: FigConcurrentRegion
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigState FigNodeModelElement FigActor ProjectBrowser ActionAddConcurrentRegion ActionDeleteConcurrentRegion FigEdgeModelElement FigSingleLineText CmdSetPreferredSize CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigConcurrentRegion.java

Mediator Pattern.
Mediator: ActionAddConcurrentRegion
Colleagues:  UMLAction ActionGenerateOne ActionEdgesDisplay ActionMultiplicity ActionAggregation ActionNavigability TargetManager ActionBaseDelete ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion AbstractActionAddModelElement FigEdgeNote FigNodeModelElement FigObjectFlowState FigStateVertex MemberList StateDiagramGraphModel UMLMutableGraphSupport FigCompositeState ActionAddDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAddConcurrentRegion.java

Mediator Pattern.
Mediator: FigCompositeState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigState FigNodeModelElement FigActor FigSingleLineText CmdSetPreferredSize ActionDeleteConcurrentRegion ActionAddConcurrentRegion TargetManager FigEdgeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigCompositeState.java

Mediator Pattern.
Mediator: CmdSetPreferredSize
Colleagues:  FigEdgeModelElement FigActor FigStubState FigHistoryState FigClass FigPackage FigCompartment FigFeaturesCompartment FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/CmdSetPreferredSize.java

Mediator Pattern.
Mediator: FigComponent
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement FigActor FigEdgeModelElement FigEmptyRect FigFeature FigCompartment FigFeaturesCompartment FigSingleLineText CmdSetPreferredSize FigEdgeNote FigStateVertex FigStereotypesCompartment FigStereotypeText FigState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigComponent.java

Mediator Pattern.
Mediator: FigMessage
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigActor FigSingleLineText CmdSetPreferredSize FigEdgeNote ParserDisplay FigState StatusBar ProjectBrowser ActionAddMessage FigAssociationRole UMLCollaborationDiagram FigDependency FigRealization FigGeneralization FigAssociation FigTransition Notation
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigMessage.java

Mediator Pattern.
Mediator: NotationHelper
Colleagues:  FigAssociationEnd Configuration FigAssociation FigStereotypesCompartment Generator2 ModelElementNameNotationUml
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationHelper.java

Mediator Pattern.
Mediator: FigMessageGroup
Colleagues:  FigNodeModelElement FigMessagePort FigTextGroup FigCompartment FigClassifierRole FigClassifierRole FigFeaturesCompartment FigUseCase FigStereotypesCompartment FigAssociationRole FigActor FigNodeAssociation FigClassifierBox FigClass FigPackage FigSubsystem FigModel FigInterface FigInstance FigComment FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState FigAssociationClassTee FigCommentPort PGMLParser FigStereotypeText FigEdgeModelElement ActionEdgesDisplay Project ModeCreateAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/ui/FigAssociationRole.java

Mediator Pattern.
Mediator: FigAssociationRole
Colleagues:  FigAssociation FigEdgeNote FigGeneralization Notation FigAssociationEnd FigTransition FigMessage FigMessage FigMessageGroup FigEdgeModelElement FigClassAssociationClass FigAssociationClass FigEdgeAssociationClass ModeCreateAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/ui/FigAssociationRole.java

Mediator Pattern.
Mediator: FigSubactivityState
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigObjectFlowState FigActionState MemberList FigNodeModelElement FigActor FigSingleLineText CmdSetPreferredSize CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigEdgeNote FigState FigClassAssociationClass Notation
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigSubactivityState.java

Mediator Pattern.
Mediator: FigPartition
Colleagues:  FigNodeAssociation FigClassifierBox FigClass FigPackage FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState MemberList FigNodeModelElement CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigActor FigSingleLineText CmdSetPreferredSize
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigPartition.java

Mediator Pattern.
Mediator: MyTokenizer
Colleagues:  NotationUtilityUml TokenSep CustomSeparator ParserDisplay ModelElementNameNotationUml DocumentationManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/util/MyTokenizer.java

Mediator Pattern.
Mediator: ParserDisplay
Colleagues:  FigUseCase Project ProjectManager FigClass FigInterface FigClassifierRole MyTokenizer FigMessage NotationName GeneratorDisplay
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ParserDisplay.java

Mediator Pattern.
Mediator: PropertySpecialString
Colleagues:  ParserDisplay PropertyOperation
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ParserDisplay.java

Mediator Pattern.
Mediator: FigObjectFlowState
Colleagues:  FigNodeModelElement FigEdgeNote FigActor FigNodeAssociation FigClass FigPackage FigInterface FigComment FigUseCase FigState FigSubmachineState FigStubState FigMNodeInstance FigComponentInstance FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigSubactivityState FigActionState FigClassifierBox FigInstance FigHistoryState FigMNode FigComponent FigMessage MemberList FigSingleLineText CmdSetPreferredSize FigClassAssociationClass CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment ParserDisplay StatusBar ProjectBrowser
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigObjectFlowState.java

Mediator Pattern.
Mediator: FigActionState
Colleagues:  FigPackage FigState FigMNodeInstance FigComponentInstance NotationProviderFactory2 FigNodeAssociation FigClassifierBox FigClass FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNode FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState MemberList FigNodeModelElement FigActor FigSingleLineText CmdSetPreferredSize CompartmentFigText ClassdiagramEdge StylePanelFig StylePanelFigText FigCompartment FigEmptyRect FigFeature FigStereotypesCompartment FigEdgeNote FigClassAssociationClass NotationProvider4 TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml TransitionNotationJava ModelElementNameNotationJava
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigActionState.java

Mediator Pattern.
Mediator: FigCallState
Colleagues:  FigNodeAssociation FigActionState FigClassifierBox FigPackage FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigMessage FigSubactivityState FigObjectFlowState FigClass FigInterface FigState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigCallState.java

Mediator Pattern.
Mediator: ToDoList
Colleagues:  Designer MyTokenizer FigEdgeModelElement ListSet FigNodeModelElement ToDoItem ToDoListListener ProfileJava Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ToDoList.java

Mediator Pattern.
Mediator: SelectionActionState
Colleagues:  SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/SelectionActionState.java

Mediator Pattern.
Mediator: InitNotationUml
Colleagues:  NotationProviderFactory2 Notation Argo
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/InitNotationUml.java

Mediator Pattern.
Mediator: Generator2
Colleagues:  GeneratorDisplay NotationProvider2 GeneratorJava Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace ExplorerTree TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml InfoItem WizBreakCircularComp NotationHelper Notation
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/Generator2.java

Mediator Pattern.
Mediator: GeneratorDisplay
Colleagues:  Generator2 Configuration Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace ModelElementNameNotationUml Notation TransitionNotationUml StateBodyNotationUml SuffixFilter SimpleTimer Language PerspectiveSupport FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist ChecklistStatus MyLocale GResolution
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/GeneratorDisplay.java

Mediator Pattern.
Mediator: Notation
Colleagues:  TabProps Configuration NotationProviderFactory ActionNotation NotationNameImpl FigEdgeModelElement FigNodeModelElement TableModelClassChecks NotationName ParserDisplay ProjectManager ArgoEventPump NotationComboBox InitNotationUml InitNotationJava
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/Notation.java

Mediator Pattern.
Mediator: InitNotationJava
Colleagues:  NotationProviderFactory2 Notation Argo
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/java/InitNotationJava.java

Mediator Pattern.
Mediator: NotationProviderFactory2
Colleagues:  FigNodeModelElement InitNotationUml InitNotationJava FigTransition FigState FigMNodeInstance FigComponentInstance FigActionState NotationContext FigEdgeModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProviderFactory2.java

Mediator Pattern.
Mediator: UmlDiagramRenderer
Colleagues:  DiagramFactory Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/UmlDiagramRenderer.java

Mediator Pattern.
Mediator: GraphChangeAdapter
Colleagues:  UseCaseDiagramRenderer UMLMutableGraphSupport ClassDiagramRenderer
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/GraphChangeAdapter.java

Mediator Pattern.
Mediator: UseCaseDiagramRenderer
Colleagues:  ActionAddMessage Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace FigNodeModelElement GraphChangeAdapter ModeCreateAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/UseCaseDiagramRenderer.java

Mediator Pattern.
Mediator: CommentEdge
Colleagues:  ProfileJava Translator ImportRun DisplayTextTree ToDoPane FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID Designer ExplorerTree StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/CommentEdge.java

Mediator Pattern.
Mediator: UUIDHelper
Colleagues:  FigNodeModelElement FigEdgeNote CommentEdge UMLDiagram ItemUID
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/UUIDHelper.java

Mediator Pattern.
Mediator: ProjectManager
Colleagues:  Main Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/ProjectManager.java

Mediator Pattern.
Mediator: ToDoItem
Colleagues:  DisplayTextTree Poster Critic Designer CompoundCritic CrUML FigEdgeModelElement FigNodeModelElement EmailExpertDialog WizDescription CrOperNameConflict CrNoInstanceVariables CrNoOperations CrNameConfusion CrUnconventionalAttrName CrUnconventionalClassName CrUnconventionalPackName CrReservedName GoListToTypeToItem Pair ResolvedCritic ListSet Goal Decision ArgoAny CheckItem StringNamespace ClassdiagramNode ToDoPane MyTokenizer UMLToDoItem Wizard ToDoList CrCircularComposition CrMultipleInitialStates CrSubclassReference CrComponentWithoutNode CrCompInstanceWithoutNode CrClassWithoutComponent CrInterfaceWithoutComponent CrObjectWithoutComponent CrNodeInsideElement CrNodeInstanceInsideElement CrWrongLinkEnds CrInstanceWithoutClassifier CrMultipleDeepHistoryStates CrMultipleShallowHistoryStates CrUnconventionalOperName CrNodesOverlap CrNameConflict CrComponentInstanceWithoutClassifier CrNodeInstanceWithoutClassifier CrObjectWithoutClassifier CrSeqInstanceWithoutClassifier CrWrongDepEnds ProfileJava Import ImportRun PerspectiveSupport FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml GeneratorJava TagExtractor TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ToDoItem.java

Mediator Pattern.
Mediator: UMLToDoItem
Colleagues:  ToDoPane ListSet ProjectManager MyTokenizer Project ToDoItem
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/UMLToDoItem.java

Mediator Pattern.
Mediator: AddToDoItemDialog
Colleagues:  ClassGenerationDialog EmailExpertDialog RESequenceDiagramDialog SourcePathDialog FindDialog CriticBrowserDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/AddToDoItemDialog.java

Mediator Pattern.
Mediator: ActionNewToDoItem
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionNewToDoItem.java

Mediator Pattern.
Mediator: EmailExpertDialog
Colleagues:  ClassGenerationDialog AddToDoItemDialog RESequenceDiagramDialog SourcePathDialog FindDialog CriticBrowserDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/EmailExpertDialog.java

Mediator Pattern.
Mediator: ActionEmailExpert
Colleagues:  AbstractActionAddModelElement OsUtil ToDoItemAction ToDoItem Poster Critic Designer EmailExpertDialog DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionEmailExpert.java

Mediator Pattern.
Mediator: TabToDo
Colleagues:  DetailsPane WizDescription ToDoItem Wizard TabProps TargetEvent TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/TabToDo.java

Mediator Pattern.
Mediator: ProjectBrowser
Colleagues:  Main Project ToDoPane DetailsPane WizStep UMLToDoItem TargetManager Pair ResolvedCritic Goal Decision ArgoAny CheckItem StringNamespace ExplorerMouseListener ProjectManager ToDoItem ListSet DismissToDoItemDialog AbstractArgoJPanel ExceptionDialog ImportClasspathDialog Import ImportRun ImportStatusScreen ProblemsDialog ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll ActionSettings MultiEditorPane UMLAddDialog ActionSaveGraphics StatusBar ActionSaveAllGraphics ActionExit UMLAction AbstractActionNavigate AbstractActionAddModelElement ActionNavigateUpFromDiagram ActionSaveDiagramToClipboard AbstractActionRemoveElement AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionSaveProject Translator Configuration Designer TabProps TargetEvent DiagramFactory MemberList ActionReopenProject PersistenceManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ProjectBrowser.java

Mediator Pattern.
Mediator: PersistenceManager
Colleagues:  ProjectBrowser MemberList XmiFilePersister ZipFilePersister UmlFilePersister ZargoFilePersister
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/PersistenceManager.java

Mediator Pattern.
Mediator: Project
Colleagues:  AbstractProjectMember PersistenceManager ActionAddDiagram MemberList FigPackage ProjectManager ProjectBrowser RESequenceDiagramDialog XMIParser StereotypeUtility ListSet Modeller UMLTagDefinitionComboBoxModel PropPanelClassifier ArgoDiagram FigOperationsCompartment FigAttributesCompartment ParserDisplay UMLToDoItem TargetManager WizAddInstanceVariable WizAddOperation WizAddConstructor TabStyle UmlFilePersister UMLCollaborationDiagram TabProps TargetEvent DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/Project.java

Mediator Pattern.
Mediator: DebugTMDialog
Colleagues:  TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargetManager.java

Mediator Pattern.
Mediator: TargetManager
Colleagues:  PropPanel MemberList Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace PropPanelModelElement PropPanelNamespace PropPanelPackage PropPanelOperation PropPanelClassifier AbstractActionNavigate PropPanelGeneralization ActionBaseDelete ActionAddDiagram ActionSaveAllGraphics FigClassifierBox FigPackage FigPackageFigText FigOperationsCompartment FigAttributesCompartment CompartmentFigText ActionAddExtensionPoint UMLDiagram ActionAddMessage ParserDisplay ProjectBrowser Project HistoryManager ActionNavigateUpFromDiagram RESequenceDiagramDialog ActionNewAction TabResults ActionNewEvent TabProps FigInterface TabToDo UMLDiagramHomeModelListModel ExplorerMouseListener DetailsPane DiagramNameDocument ActionSetSourcePath TabText WizAddConstructor DnDJGraph TabDiagram FigEdgeNote NavigateTargetForwardAction NavigateTargetBackAction FigClassAssociationClass FigAssociationClass FigEdgeAssociationClass
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargetManager.java

Mediator Pattern.
Mediator: HistoryManager
Colleagues:  TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargetManager.java

Mediator Pattern.
Mediator: Actions
Colleagues:  UMLAction MyTokenizer HistoryManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/Actions.java

Mediator Pattern.
Mediator: ActionGoToCritique
Colleagues:  AbstractActionAddModelElement ToDoPane ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ActionGoToCritique.java

Mediator Pattern.
Mediator: Translator
Colleagues:  ToDoPane AbstractCognitiveTranslator DismissToDoItemDialog AddToDoItemDialog Goal Decision WizStep WizDescription DesignIssuesDialog GoalsDialog TableModelCritics CriticBrowserDialog TableModelChecklist
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/Translator.java

Mediator Pattern.
Mediator: Wizard
Colleagues:  ToDoItem WizCueCards WizOperName WizStep UMLWizard WizMEName WizAddInstanceVariable WizAddOperation WizAddConstructor WizManyNames WizardItem WizStepChoice
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/Wizard.java

Mediator Pattern.
Mediator: ListSet
Colleagues:  CrCircularComposition MyTokenizer CrMultipleInitialStates CrNameConfusion CrSubclassReference CrComponentWithoutNode CrCompInstanceWithoutNode CrClassWithoutComponent CrInterfaceWithoutComponent CrObjectWithoutComponent CrNodeInsideElement CrNodeInstanceInsideElement CrWrongLinkEnds CrInstanceWithoutClassifier CrMultipleDeepHistoryStates CrMultipleShallowHistoryStates CrUnconventionalOperName CrUnconventionalAttrName CrNodesOverlap CrNameConflict CrComponentInstanceWithoutClassifier CrNodeInstanceWithoutClassifier CrObjectWithoutClassifier CrSeqInstanceWithoutClassifier CrWrongDepEnds ModuleLoader UMLExpressionModel2 ActionBaseDelete PropPanelString ClassdiagramLayouter GeneratorManager UMLListCellRenderer2 ResolvedCritic FigEdgeModelElement FigNodeModelElement FigAssociation FigAssociationClass FigPackageFigText FigOperationsCompartment FigAttributesCompartment FigSubmachineState FigStubState UMLMutableGraphSupport UMLDiagram SequenceDiagramGraphModel StateDiagramGraphModel ToDoList GeneratorDisplay UmlDiagramRenderer TabToDo ProjectBrowser TargetManager DetailsPane Modeller ActionNewAction UMLAddDialog AbstractActionRadioMenuItem StateDiagramRenderer ModeChangeHeight GeneratorJava StylePanelFig GenCompositeClasses ActionNewEvent CheckManager ToDoItem ProfileJava Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigComment Generator2 Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ListSet.java

Mediator Pattern.
Mediator: Critic
Colleagues:  Agency CrUML CrCircularComposition CrMultipleInitialStates CrNameConfusion CrSubclassReference CrComponentWithoutNode CrCompInstanceWithoutNode CrClassWithoutComponent CrInterfaceWithoutComponent CrObjectWithoutComponent CrNodeInsideElement CrNodeInstanceInsideElement CrWrongLinkEnds CrInstanceWithoutClassifier CrMultipleDeepHistoryStates CrMultipleShallowHistoryStates CrUnconventionalOperName CrUnconventionalAttrName CrNodesOverlap CrNameConflict CrComponentInstanceWithoutClassifier CrNodeInstanceWithoutClassifier CrObjectWithoutClassifier CrSeqInstanceWithoutClassifier CrWrongDepEnds CompoundCritic Offender Designer ToDoItem ListSet CrOperNameConflict CrNoInstanceVariables CrNoAssociations CrNoOperations CrUnconventionalClassName CrUnconventionalPackName CrReservedName Configuration AbstractCrTooMany
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/Critic.java

Mediator Pattern.
Mediator: Agency
Colleagues:  Designer MyTokenizer ControlMech
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/Agency.java

Mediator Pattern.
Mediator: Designer
Colleagues:  ProjectManager ConfigurationKey Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml ActionStateNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace ImportRun Configuration ProjectBrowser Main
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/Designer.java

Mediator Pattern.
Mediator: Main$1
Colleagues:  Translator Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/Main.java

Mediator Pattern.
Mediator: UMLDiagramHomeModelListModel
Colleagues:  TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/PropPanelDiagram.java

Mediator Pattern.
Mediator: ActionNavigateUpFromDiagram
Colleagues:  AbstractActionNavigate UMLDiagram UMLSequenceDiagram AbstractActionAddModelElement TargetManager ActionSetMultiplicity ActionNewStubState ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/PropPanelDiagram.java

Mediator Pattern.
Mediator: UMLScriptExpressionModel
Colleagues:  UMLExpressionModel2 TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLScriptExpressionModel.java

Mediator Pattern.
Mediator: UMLRecurrenceExpressionModel
Colleagues:  UMLExpressionModel2 TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLRecurrenceExpressionModel.java

Mediator Pattern.
Mediator: ActionCreateArgument
Colleagues:  AbstractActionAddModelElement TargetManager ActionSetMultiplicity ActionNewStubState ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/PropPanelAction.java

Mediator Pattern.
Mediator: UMLRadioButtonPanel
Colleagues:  TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLRadioButtonPanel.java

Mediator Pattern.
Mediator: GoalModel
Colleagues:  Designer MyTokenizer Goal
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/GoalModel.java

Mediator Pattern.
Mediator: MemberList
Colleagues:  UMLClassifierFeatureListModel AbstractProjectMember TargetManager PerspectiveManager PerspectiveConfigurator ExplorerTreeModel SaveGraphicsManager UMLClassOperationListModel UMLEnumerationLiteralsListModel UMLClassAttributeListModel UMLClassifierParameterListModel UMLUseCaseExtensionPointListModel ExplorerPerspective TabDiagram UMLComboBoxModel2 ProjectBrowser
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/MemberList.java

Mediator Pattern.
Mediator: UmlFilePersister
Colleagues:  PersistenceManager MemberList ProjectMember ZargoFilePersister XmlInputStream ArgoParser ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/UmlFilePersister.java

Mediator Pattern.
Mediator: DiagramMemberFilePersister
Colleagues:  XmiFilePersister ProjectMemberDiagram ZipFilePersister UmlFilePersister ZargoFilePersister
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/DiagramMemberFilePersister.java

Mediator Pattern.
Mediator: NameOrder
Colleagues:  ProfileJava Translator ImportRun DisplayTextTree ToDoPane FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID Designer ExplorerTree StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/NameOrder.java

Mediator Pattern.
Mediator: TypeThenNameOrder
Colleagues:  ExplorerTreeModel NameOrder ProfileJava Translator ImportRun DisplayTextTree ToDoPane FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID Designer ExplorerTree StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/TypeThenNameOrder.java

Mediator Pattern.
Mediator: AbstractPerspectiveRule
Colleagues:  ProfileJava GoClassToSummary Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/AbstractPerspectiveRule.java

Mediator Pattern.
Mediator: GoUseCaseToExtensionPoint
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoUseCaseToExtensionPoint.java

Mediator Pattern.
Mediator: GoTransitiontoEffect
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoTransitiontoEffect.java

Mediator Pattern.
Mediator: GoTransitionToTarget
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoTransitionToTarget.java

Mediator Pattern.
Mediator: GoTransitionToSource
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoTransitionToSource.java

Mediator Pattern.
Mediator: GoTransitionToGuard
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoTransitionToGuard.java

Mediator Pattern.
Mediator: GoSummaryToOutgoingDependency
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet OutgoingDependencyNode
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoSummaryToOutgoingDependency.java

Mediator Pattern.
Mediator: GoSummaryToOperation
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet OperationsNode
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoSummaryToOperation.java

Mediator Pattern.
Mediator: GoSummaryToInheritance
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet InheritanceNode
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoSummaryToInheritance.java

Mediator Pattern.
Mediator: GoSummaryToIncomingDependency
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet IncomingDependencyNode
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoSummaryToIncomingDependency.java

Mediator Pattern.
Mediator: GoSummaryToAttribute
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet AttributesNode
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoSummaryToAttribute.java

Mediator Pattern.
Mediator: GoSummaryToAssociation
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet AssociationsNode
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoSummaryToAssociation.java

Mediator Pattern.
Mediator: GoSubmachineStateToStateMachine
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoSubmachineStateToStateMachine.java

Mediator Pattern.
Mediator: GoStimulusToAction
Colleagues:  ExplorerTreeModel ListSet AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStimulusToAction.java

Mediator Pattern.
Mediator: GoStereotypeToTagDefinition
Colleagues:  ProfileJava AbstractPerspectiveRule Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStereotypeToTagDefinition.java

Mediator Pattern.
Mediator: GoStatemachineToDiagram
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStatemachineToDiagram.java

Mediator Pattern.
Mediator: GoStateToOutgoingTrans
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateToOutgoingTrans.java

Mediator Pattern.
Mediator: GoStateToInternalTrans
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateToInternalTrans.java

Mediator Pattern.
Mediator: GoStateToIncomingTrans
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateToIncomingTrans.java

Mediator Pattern.
Mediator: GoStateToExit
Colleagues:  ExplorerTreeModel ListSet AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateToExit.java

Mediator Pattern.
Mediator: GoStateToEntry
Colleagues:  ExplorerTreeModel ListSet AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateToEntry.java

Mediator Pattern.
Mediator: GoStateToDownstream
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateToDownstream.java

Mediator Pattern.
Mediator: GoStateToDoActivity
Colleagues:  ExplorerTreeModel ListSet AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateToDoActivity.java

Mediator Pattern.
Mediator: GoStateMachineToTransition
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateMachineToTransition.java

Mediator Pattern.
Mediator: GoStateMachineToTop
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateMachineToTop.java

Mediator Pattern.
Mediator: GoStateMachineToState
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoStateMachineToState.java

Mediator Pattern.
Mediator: GoSignalToReception
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoSignalToReception.java

Mediator Pattern.
Mediator: GoProjectToStateMachine
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoProjectToStateMachine.java

Mediator Pattern.
Mediator: GoProjectToModel
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoProjectToModel.java

Mediator Pattern.
Mediator: GoProjectToDiagram
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoProjectToDiagram.java

Mediator Pattern.
Mediator: GoProjectToCollaboration
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoProjectToCollaboration.java

Mediator Pattern.
Mediator: GoPackageToClass
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoPackageToClass.java

Mediator Pattern.
Mediator: GoOperationToSequenceDiagram
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoOperationToSequenceDiagram.java

Mediator Pattern.
Mediator: GoOperationToCollaborationDiagram
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoOperationToCollaborationDiagram.java

Mediator Pattern.
Mediator: GoOperationToCollaboration
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoOperationToCollaboration.java

Mediator Pattern.
Mediator: GoNodeToResidentComponent
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoNodeToResidentComponent.java

Mediator Pattern.
Mediator: GoNamespaceToOwnedElements
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoNamespaceToOwnedElements.java

Mediator Pattern.
Mediator: GoNamespaceToDiagram
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoNamespaceToDiagram.java

Mediator Pattern.
Mediator: GoNamespaceToClassifierAndPackage
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoNamespaceToClassifierAndPackage.java

Mediator Pattern.
Mediator: GoModelToNode
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoModelToNode.java

Mediator Pattern.
Mediator: GoModelToElements
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoModelToElements.java

Mediator Pattern.
Mediator: GoModelToDiagrams
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoModelToDiagrams.java

Mediator Pattern.
Mediator: GoModelToCollaboration
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoModelToCollaboration.java

Mediator Pattern.
Mediator: GoModelToBaseElements
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoModelToBaseElements.java

Mediator Pattern.
Mediator: GoModelElementToComment
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoModelElementToComment.java

Mediator Pattern.
Mediator: GoMessageToAction
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoMessageToAction.java

Mediator Pattern.
Mediator: GoLinkToStimuli
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoLinkToStimuli.java

Mediator Pattern.
Mediator: GoInteractionToMessages
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoInteractionToMessages.java

Mediator Pattern.
Mediator: GoGeneralizableElementToSpecialized
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoGeneralizableElementToSpecialized.java

Mediator Pattern.
Mediator: GoEnumerationToLiterals
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoEnumerationToLiterals.java

Mediator Pattern.
Mediator: GoElementToMachine
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoElementToMachine.java

Mediator Pattern.
Mediator: GoDiagramToNode
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoDiagramToNode.java

Mediator Pattern.
Mediator: GoDiagramToEdge
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoDiagramToEdge.java

Mediator Pattern.
Mediator: GoCompositeStateToSubvertex
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoCompositeStateToSubvertex.java

Mediator Pattern.
Mediator: GoComponentToResidentModelElement
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoComponentToResidentModelElement.java

Mediator Pattern.
Mediator: GoCollaborationToInteraction
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoCollaborationToInteraction.java

Mediator Pattern.
Mediator: GoCollaborationToDiagram
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoCollaborationToDiagram.java

Mediator Pattern.
Mediator: GoClassifierToStructuralFeature
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoClassifierToStructuralFeature.java

Mediator Pattern.
Mediator: GoClassifierToStateMachine
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoClassifierToStateMachine.java

Mediator Pattern.
Mediator: GoClassifierToSequenceDiagram
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoClassifierToSequenceDiagram.java

Mediator Pattern.
Mediator: GoClassifierToInstance
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoClassifierToInstance.java

Mediator Pattern.
Mediator: GoClassifierToCollaboration
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoClassifierToCollaboration.java

Mediator Pattern.
Mediator: GoClassifierToBehavioralFeature
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoClassifierToBehavioralFeature.java

Mediator Pattern.
Mediator: GoClassToSummary
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoClassToSummary.java

Mediator Pattern.
Mediator: GoClassToNavigableClass
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoClassToNavigableClass.java

Mediator Pattern.
Mediator: GoClassToAssociatedClass
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoClassToAssociatedClass.java

Mediator Pattern.
Mediator: GoBehavioralFeatureToStateMachine
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoBehavioralFeatureToStateMachine.java

Mediator Pattern.
Mediator: GoBehavioralFeatureToStateDiagram
Colleagues:  AbstractPerspectiveRule Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoBehavioralFeatureToStateDiagram.java

Mediator Pattern.
Mediator: GoAssocRoleToMessages
Colleagues:  AbstractPerspectiveRule Translator ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/rules/GoAssocRoleToMessages.java

Mediator Pattern.
Mediator: PerspectiveManager
Colleagues:  NavigatorPane Configuration ExplorerPerspective MemberList ProfileJava Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveManager.java

Mediator Pattern.
Mediator: PerspectiveConfigurator$1
Colleagues:  ExplorerTreeModel Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic Designer NameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
Mediator: PerspectiveConfigurator$2
Colleagues:  ExplorerTreeModel Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic Designer NameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
Mediator: OkListener
Colleagues:  UMLDiagram PerspectiveManager RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
Mediator: ResetListener
Colleagues:  UMLDiagram PerspectiveManager UMLModelElementListModel2 PerspectiveConfigurator RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
Mediator: NewPerspectiveListener
Colleagues:  UMLDiagram PerspectiveConfigurator RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
Mediator: RemovePerspectiveListener
Colleagues:  UMLDiagram PerspectiveConfigurator RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
Mediator: DuplicatePerspectiveListener
Colleagues:  UMLDiagram ExplorerPerspective Translator PerspectiveConfigurator RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
Mediator: RuleListener
Colleagues:  UMLDiagram PerspectiveConfigurator RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
Mediator: RenameListener
Colleagues:  UMLDiagram ExplorerPerspective RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Mediator Pattern.
Mediator: ExplorerTreeModel
Colleagues:  ExplorerEventAdaptor ExplorerTreeNode
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTreeModel.java

Mediator Pattern.
Mediator: ExplorerTree
Colleagues:  ExplorerUpdater TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTree.java

Mediator Pattern.
Mediator: ExplorerTargetListener
Colleagues:  PropPanel FigEdgeNote TabProps TargetEvent TargetManager DetailsPane TabStyle
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTree.java

Mediator Pattern.
Mediator: ProjectPropertyChangeListener
Colleagues:  ProjectManager TreeModelComposite AbstractGoList
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTree.java

Mediator Pattern.
Mediator: SaveGraphicsManager
Colleagues:  SettingsTabEnvironment MemberList SuffixFilter ActionSaveGraphics ActionSaveAllGraphics
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SaveGraphicsManager.java

Mediator Pattern.
Mediator: SaveGraphicsManager$1
Colleagues:  ExplorerTreeModel SuffixFilter
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SaveGraphicsManager.java

Mediator Pattern.
Mediator: FileFilterChangedListener
Colleagues:  ProjectManager SuffixFilter
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SaveGraphicsManager.java

Mediator Pattern.
Mediator: ActionSaveDiagramToClipboard
Colleagues:  UMLAction AbstractActionAddModelElement ActionNavigateUpFromDiagram AbstractActionRemoveElement AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ProjectBrowser AbstractActionNavigate
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionSaveDiagramToClipboard.java

Mediator Pattern.
Mediator: ActionPerspectiveConfig
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/NavigatorPane.java

Mediator Pattern.
Mediator: DetailsPane
Colleagues:  ProjectBrowser TabToDo Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace TabProps PropPanel TabStyle TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/DetailsPane.java

Mediator Pattern.
Mediator: MultiEditorPane
Colleagues:  TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/MultiEditorPane.java

Mediator Pattern.
Mediator: WizStep
Colleagues:  WizStepChoice WizMEName WizCueCards ToDoItem PropPanel WizDescription TabProps TargetEvent TargetManager DetailsPane TabStyle
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/WizStep.java

Mediator Pattern.
Mediator: WizDescription
Colleagues:  TabToDo Translator WizBreakCircularComp WizAssocComposite ToDoItem WizOperName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/WizDescription.java

Mediator Pattern.
Mediator: Modeller
Colleagues:  JavaRecognizer ParseState Import DiagramInterface Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace PackageContext Context Project ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/Modeller.java

Mediator Pattern.
Mediator: JavaRecognizer
Colleagues:  JavaRecognizer ArgoToken
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/JavaRecognizer.java

Mediator Pattern.
Mediator: JavaLexer
Colleagues:  JavaLexer ArgoToken
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/JavaLexer.java

Mediator Pattern.
Mediator: SequenceDiagramLayout
Colleagues:  ModeChangeHeight FigClassifierRole
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/SequenceDiagramLayout.java

Mediator Pattern.
Mediator: RESequenceDiagramDialog
Colleagues:  ClassGenerationDialog AddToDoItemDialog EmailExpertDialog SourcePathDialog FindDialog CriticBrowserDialog CheckboxTableModel ActionBaseDelete TargetManager ProjectManager Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java

Mediator Pattern.
Mediator: ActionRESequenceDiagram
Colleagues:  AbstractActionAddModelElement TargetManager DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLAction ActionGenerateProjectCode
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionRESequenceDiagram.java

Mediator Pattern.
Mediator: FigMessage
Colleagues:  FigNodeModelElement FigEdgeModelElement FigAssociation FigDependency FigGeneralization FigEdgeNote FigTransition FigRealization FigAssociationEnd ModeCreateAssociationEnd SequenceDiagramLayout FigClassifierRole UseCaseDiagramRenderer ClassDiagramRenderer CrWrongLinkEnds CrWrongDepEnds MessageNode FigMessagePort FigAssociationClass FigEdgeAssociationClass RESequenceDiagramDialog FigTextGroup FigAssociationRole
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigMessage.java

Mediator Pattern.
Mediator: FigEdgeAssociationClass
Colleagues:  FigDependency FigRealization FigAssociationClass FigEdgeNote FigTransition ClassdiagramInheritanceEdge ClassdiagramNoteEdge ClassdiagramAssociationEdge ModeCreateAssociationEnd FigEdgeHandler PropPanelString FigEdgeModelElement FigNodeModelElement FigPackage FigOperationsCompartment FigAssociationRole FigGeneralization FigAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigEdgeAssociationClass.java

Mediator Pattern.
Mediator: FigTextGroup
Colleagues:  FigAssociationEnd FigFeaturesCompartment FigMessagePort FigMessageGroup FigAssociation FigMessage FigMessage FigActor FigNodeAssociation FigClassifierBox FigClass FigPackage FigSubsystem FigModel FigCompartment FigInterface FigInstance FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigStereotypesCompartment FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigComponent FigSubactivityState FigObjectFlowState FigActionState FigAssociationClassTee FigCommentPort PGMLParser FigStereotypeText FigNodeModelElement MemberList FigEdgeModelElement ActionEdgesDisplay Project ModeCreateAssociationEnd UMLList2 UMLMutableLinkedList ToDoPane DetailsPane MultiEditorPane TabResults FindDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigTextGroup.java

Mediator Pattern.
Mediator: FigCommentPort
Colleagues:  FigEdgeModelElement FigNodeModelElement FigComment FigState FigSubmachineState FigStubState FigClassifierRole FigClassifierRole FigStereotypeText FigActor FigStereotypesCompartment FigNodeAssociation FigClass FigPackage FigSubsystem FigModel FigInterface FigInstance FigUseCase FigStateVertex FigHistoryState FigMNodeInstance FigMNode FigComponentInstance FigComponent FigMessage FigSubactivityState FigObjectFlowState FigActionState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigCommentPort.java

Mediator Pattern.
Mediator: TreeModelComposite
Colleagues:  ToDoPerspective PerspectiveSupport GoListToDecisionsToItems GoListToGoalsToItems GoListToPriorityToItem GoListToTypeToItem GoListToOffenderToItem GoListToPosterToItem
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/TreeModelComposite.java

Mediator Pattern.
Mediator: ToDoPerspective
Colleagues:  TreeModelComposite
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoPerspective.java

Mediator Pattern.
Mediator: ActionReopenProject
Colleagues:  UMLDiagram ProjectBrowser RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionReopenProject.java

Mediator Pattern.
Mediator: LastRecentlyUsedMenuList
Colleagues:  GenericArgoMenuBar ActionReopenProject Configuration
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/LastRecentlyUsedMenuList.java

Mediator Pattern.
Mediator: ClassdiagramNode
Colleagues:  NodeRow ClassdiagramNote ClassdiagramLayouter FigNodeModelElement FigClassifierBox FigClass FigInterface
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramNode.java

Mediator Pattern.
Mediator: UMLObjectFlowStateClassifierComboBoxModel
Colleagues:  UMLComboBoxModel2 Project ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/activity_graphs/UMLObjectFlowStateClassifierComboBoxModel.java

Mediator Pattern.
Mediator: UMLFeatureOwnerScopeCheckBox
Colleagues:  UMLCheckBox2 Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLFeatureOwnerScopeCheckBox.java

Mediator Pattern.
Mediator: UMLTagDefinitionTypedValuesListModel
Colleagues:  UMLModelElementListModel2 Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/UMLTagDefinitionTypedValuesListModel.java

Mediator Pattern.
Mediator: UMLTagDefinitionOwnerComboBoxModel
Colleagues:  UMLComboBoxModel2 Project ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/UMLTagDefinitionOwnerComboBoxModel.java

Mediator Pattern.
Mediator: StartBrowser
Colleagues:  WizStep OsUtil
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/util/osdep/StartBrowser.java

Mediator Pattern.
Mediator: ActionOpenBrowser
Colleagues:  AbstractActionAddModelElement TargetManager StartBrowser ToDoItem ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionOpenBrowser.java

Mediator Pattern.
Mediator: ExplorerTreeNode
Colleagues:  ExplorerTreeModel ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTreeNode.java

Mediator Pattern.
Mediator: ActionSetModelElementNamespace
Colleagues:  AbstractActionAddModelElement UMLComboBox2 ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetModelElementNamespace.java

Mediator Pattern.
Mediator: ActionNewModelElementConstraint
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionNewModelElementConstraint.java

Mediator Pattern.
Mediator: UMLModelElementVisibilityRadioButtonPanel
Colleagues:  UMLRadioButtonPanel Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementVisibilityRadioButtonPanel.java

Mediator Pattern.
Mediator: ActionAddPackage
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/model_management/ActionAddPackage.java

Mediator Pattern.
Mediator: ActionSetTagDefinitionOwner
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2 Project ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/ActionSetTagDefinitionOwner.java

Mediator Pattern.
Mediator: ActionSetMultiplicity
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSetMultiplicity.java

Mediator Pattern.
Mediator: ActionSetMetaClass
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2 Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/ActionSetMetaClass.java

Mediator Pattern.
Mediator: ActionSetParameterType
Colleagues:  AbstractActionAddModelElement UMLComboBox2 ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetParameterType.java

Mediator Pattern.
Mediator: UMLParameterDirectionKindRadioButtonPanel
Colleagues:  UMLRadioButtonPanel Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLParameterDirectionKindRadioButtonPanel.java

Mediator Pattern.
Mediator: ActionAddParameter
Colleagues:  AbstractActionAddModelElement TargetManager ProjectManager Project ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionAddParameter.java

Mediator Pattern.
Mediator: UMLOperationConcurrencyRadioButtonPanel
Colleagues:  UMLRadioButtonPanel Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLOperationConcurrencyRadioButtonPanel.java

Mediator Pattern.
Mediator: ActionNewInterface
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionNewInterface.java

Mediator Pattern.
Mediator: UMLGeneralizationPowertypeComboBoxModel
Colleagues:  UMLComboBoxModel2 ProjectManager Project ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLGeneralizationPowertypeComboBoxModel.java

Mediator Pattern.
Mediator: ActionSetGeneralizationPowertype
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetGeneralizationPowertype.java

Mediator Pattern.
Mediator: ActionAddLiteral
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionAddLiteral.java

Mediator Pattern.
Mediator: ActionNewInnerClass
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionNewInnerClass.java

Mediator Pattern.
Mediator: ActionNewClass
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionNewClass.java

Mediator Pattern.
Mediator: UMLStructuralFeatureChangeabilityRadioButtonPanel
Colleagues:  UMLRadioButtonPanel Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLStructuralFeatureChangeabilityRadioButtonPanel.java

Mediator Pattern.
Mediator: UMLStructuralFeatureTargetScopeCheckBox
Colleagues:  UMLCheckBox2 Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLStructuralFeatureTargetScopeCheckBox.java

Mediator Pattern.
Mediator: ActionNewUseCaseExtensionPoint
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/ActionNewUseCaseExtensionPoint.java

Mediator Pattern.
Mediator: ActionNewUseCase
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/ActionNewUseCase.java

Mediator Pattern.
Mediator: ActionNewExtendExtensionPoint
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/ActionNewExtendExtensionPoint.java

Mediator Pattern.
Mediator: ActionNewActor
Colleagues:  AbstractActionAddModelElement TargetManager Project ProjectManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/use_cases/ActionNewActor.java

Mediator Pattern.
Mediator: ActionNewGuard
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState TargetManager AbstractActionNewModelElement UMLAction ProjectBrowser ActionSaveDiagramToClipboard
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewGuard.java

Mediator Pattern.
Mediator: ActionRemoveModelElement
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState ProjectManager AbstractActionRemoveElement Project UMLAction ProjectBrowser ActionSaveDiagramToClipboard
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionRemoveModelElement.java

Mediator Pattern.
Mediator: ActionNewAction
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState ActionNewCallAction ActionNewCreateAction ActionNewDestroyAction ActionNewReturnAction ActionNewSendAction ActionNewTerminateAction ActionNewUninterpretedAction Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace UMLAction AbstractActionNewModelElement TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewAction.java

Mediator Pattern.
Mediator: ActionSetStubStateReferenceState
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionSetStubStateReferenceState.java

Mediator Pattern.
Mediator: UMLStateMachineContextComboBoxModel
Colleagues:  UMLComboBoxModel2 ProjectManager Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLStateMachineContextComboBoxModel.java

Mediator Pattern.
Mediator: ActionSetContextStateMachine
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionSetContextStateMachine.java

Mediator Pattern.
Mediator: ActionNewTransition
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLAction AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewTransition.java

Mediator Pattern.
Mediator: ActionNewSignal
Colleagues:  AbstractActionAddModelElement TargetManager ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewSignal.java

Mediator Pattern.
Mediator: UMLSignalEventSignalList
Colleagues:  UMLMutableLinkedList AbstractActionAddModelElement UMLList2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLSignalEventSignalList.java

Mediator Pattern.
Mediator: ActionNewArgument
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionNewArgument.java

Mediator Pattern.
Mediator: ActionRemoveArgument
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionRemoveElement ProjectManager Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionRemoveArgument.java

Mediator Pattern.
Mediator: ActionSetGeneralizableElementRoot
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetGeneralizableElementRoot.java

Mediator Pattern.
Mediator: ActionSetGeneralizableElementLeaf
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetGeneralizableElementLeaf.java

Mediator Pattern.
Mediator: ActionSetGeneralizableElementAbstract
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetGeneralizableElementAbstract.java

Mediator Pattern.
Mediator: ActionCopy
Colleagues:  UMLDiagram ActionSaveProject ActionPaste RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionCopy.java

Mediator Pattern.
Mediator: ActionCut
Colleagues:  UMLDiagram ActionSaveProject ActionPaste RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionCut.java

Mediator Pattern.
Mediator: UMLReceptionSignalComboBoxModel
Colleagues:  UMLComboBoxModel2 ProjectManager Project UMLStructuralFeatureTypeComboBoxModel UMLModelElementNamespaceComboBoxModel UMLTagDefinitionNamespaceComboBoxModel UMLLinkAssociationComboBoxModel UMLTagDefinitionTypeComboBoxModel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/UMLReceptionSignalComboBoxModel.java

Mediator Pattern.
Mediator: UMLAddDialog
Colleagues:  UMLDiagram Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace RadioAction AbstractActionAddModelElement DismissToDoItemDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLAddDialog.java

Mediator Pattern.
Mediator: ActionNewActionForMessage
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement UMLAction ProjectBrowser ActionSaveDiagramToClipboard
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/ActionNewActionForMessage.java

Mediator Pattern.
Mediator: ActionRemoveClassifierRoleBase
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionRemoveElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/ActionRemoveClassifierRoleBase.java

Mediator Pattern.
Mediator: UMLClassifierRoleAvailableContentsListModel
Colleagues:  ProjectManager UMLModelElementListModel2 UMLClassifierRoleAvailableFeaturesListModel FigEdgeNote TabStereotype
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/UMLClassifierRoleAvailableContentsListModel.java

Mediator Pattern.
Mediator: UMLClassifierRoleAvailableFeaturesListModel
Colleagues:  ProjectManager UMLModelElementListModel2 UMLClassifierRoleAvailableContentsListModel FigEdgeNote TabStereotype
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/UMLClassifierRoleAvailableFeaturesListModel.java

Mediator Pattern.
Mediator: ActionSetAssociationRoleBase
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/collaborations/ActionSetAssociationRoleBase.java

Mediator Pattern.
Mediator: ActionSetAssociationEndType
Colleagues:  AbstractActionAddModelElement UMLComboBox2 ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndType.java

Mediator Pattern.
Mediator: UMLAssociationEndAssociationListModel
Colleagues:  UMLModelElementListModel2 Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLAssociationEndAssociationListModel.java

Mediator Pattern.
Mediator: UMLAssociationEndOrderingCheckBox
Colleagues:  UMLCheckBox2 Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLAssociationEndOrderingCheckBox.java

Mediator Pattern.
Mediator: UMLAssociationEndTargetScopeCheckbox
Colleagues:  UMLCheckBox2 Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLAssociationEndTargetScopeCheckbox.java

Mediator Pattern.
Mediator: UMLAssociationEndAggregationRadioButtonPanel
Colleagues:  UMLRadioButtonPanel Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLAssociationEndAggregationRadioButtonPanel.java

Mediator Pattern.
Mediator: UMLAssociationEndChangeabilityRadioButtonPanel
Colleagues:  UMLRadioButtonPanel Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLAssociationEndChangeabilityRadioButtonPanel.java

Mediator Pattern.
Mediator: UMLSubmachineStateComboBoxModel
Colleagues:  UMLComboBoxModel2 ProjectManager Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/UMLSubmachineStateComboBoxModel.java

Mediator Pattern.
Mediator: ActionSetSubmachineStateSubmachine
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionSetSubmachineStateSubmachine.java

Mediator Pattern.
Mediator: ActionNewStubState
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewStubState.java

Mediator Pattern.
Mediator: UMLLinkMouseListener
Colleagues:  FigComment TargetManager FigTextGroup
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLLinkMouseListener.java

Mediator Pattern.
Mediator: ActionSetObjectFlowStateClassifier
Colleagues:  AbstractActionAddModelElement UMLComboBox2 ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/activity_graphs/ActionSetObjectFlowStateClassifier.java

Mediator Pattern.
Mediator: DiagramNameDocument
Colleagues:  TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/DiagramNameDocument.java

Mediator Pattern.
Mediator: ClassdiagramInheritanceEdge
Colleagues:  ClassdiagramLayouter FigEmptyRect FigFeature FigDependency FigRealization FigAssociationClass FigEdgeNote FigTransition FigEdgeAssociationClass
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramInheritanceEdge.java

Mediator Pattern.
Mediator: ClassdiagramNoteEdge
Colleagues:  ClassdiagramLayouter FigEmptyRect FigFeature FigDependency FigRealization FigAssociationClass FigEdgeNote FigTransition FigEdgeAssociationClass
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramNoteEdge.java

Mediator Pattern.
Mediator: ImportClassLoader
Colleagues:  ImportClasspathDialog MemberList ListSet
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/ImportClassLoader.java

Mediator Pattern.
Mediator: SourcePathDialog
Colleagues:  ClassGenerationDialog AddToDoItemDialog EmailExpertDialog RESequenceDiagramDialog FindDialog CriticBrowserDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SourcePathDialog.java

Mediator Pattern.
Mediator: ActionNew
Colleagues:  UMLDiagram ProjectBrowser Designer RadioAction TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionNew.java

Mediator Pattern.
Mediator: ActionPageSetup
Colleagues:  UMLDiagram PrintManager RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionPageSetup.java

Mediator Pattern.
Mediator: ActionPrint
Colleagues:  UMLDiagram PrintManager RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionPrint.java

Mediator Pattern.
Mediator: GotoDialog
Colleagues:  ClassGenerationDialog TabResults AddToDoItemDialog EmailExpertDialog RESequenceDiagramDialog SourcePathDialog FindDialog CriticBrowserDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/GotoDialog.java

Mediator Pattern.
Mediator: ActionGotoDiagram
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState Main Project TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionGotoDiagram.java

Mediator Pattern.
Mediator: ChildGenRelated
Colleagues:  TabResults UMLMutableGraphSupport ListSet Designer
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ChildGenRelated.java

Mediator Pattern.
Mediator: ChildGenFind
Colleagues:  ListSet Project UMLMutableGraphSupport Designer TabResults
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/ChildGenFind.java

Mediator Pattern.
Mediator: FindDialog
Colleagues:  ClassGenerationDialog AddToDoItemDialog EmailExpertDialog RESequenceDiagramDialog SourcePathDialog CriticBrowserDialog
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/FindDialog.java

Mediator Pattern.
Mediator: ActionFind
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog FindDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionFind.java

Mediator Pattern.
Mediator: ActionShowXMLDump
Colleagues:  UMLDiagram ProjectBrowser PersistenceManager DismissToDoItemDialog RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionShowXMLDump.java

Mediator Pattern.
Mediator: ActionAutoCritique
Colleagues:  AbstractActionAddModelElement Designer ToDoList ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionAutoCritique.java

Mediator Pattern.
Mediator: ActionOpenDecisions
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionOpenDecisions.java

Mediator Pattern.
Mediator: ActionOpenGoals
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionOpenGoals.java

Mediator Pattern.
Mediator: CriticBrowserDialog
Colleagues:  ClassGenerationDialog AddToDoItemDialog EmailExpertDialog RESequenceDiagramDialog SourcePathDialog FindDialog Critic
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/ui/CriticBrowserDialog.java

Mediator Pattern.
Mediator: CriticBrowserDialog$1
Colleagues:  ExplorerTreeModel Critic
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/ui/CriticBrowserDialog.java

Mediator Pattern.
Mediator: ActionOpenCritics
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionOpenCritics.java

Mediator Pattern.
Mediator: SystemInfoDialog$1
Colleagues:  UMLDiagram SystemInfoDialog RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SystemInfoDialog.java

Mediator Pattern.
Mediator: SystemInfoDialog$2
Colleagues:  UMLDiagram SystemInfoDialog RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SystemInfoDialog.java

Mediator Pattern.
Mediator: ActionSystemInfo
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionSystemInfo.java

Mediator Pattern.
Mediator: ActionAboutArgoUML
Colleagues:  AbstractActionAddModelElement DismissToDoItemDialog ActionBaseDelete ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/ActionAboutArgoUML.java

Mediator Pattern.
Mediator: ToDoTreeRenderer
Colleagues:  UMLTreeCellRenderer ToDoItem FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoTreeRenderer.java

Mediator Pattern.
Mediator: ToDoByPriority
Colleagues:  ToDoPane ToDoListEvent PriorityNode MyTokenizer TreeModelSupport ToDoList ToDoPerspective
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoByPriority.java

Mediator Pattern.
Mediator: ToDoByDecision
Colleagues:  ToDoPane ToDoListEvent DecisionModel MyTokenizer TreeModelSupport ToDoList ToDoPerspective
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoByDecision.java

Mediator Pattern.
Mediator: ToDoByGoal
Colleagues:  ToDoPane ToDoListEvent MyTokenizer TreeModelSupport ToDoList ToDoPerspective
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoByGoal.java

Mediator Pattern.
Mediator: ToDoByOffender
Colleagues:  ToDoPane ToDoListEvent ListSet MyTokenizer TreeModelSupport ToDoList ToDoPerspective
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoByOffender.java

Mediator Pattern.
Mediator: ToDoByPoster
Colleagues:  ToDoPane ToDoListEvent ListSet MyTokenizer TreeModelSupport ToDoList ToDoPerspective
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoByPoster.java

Mediator Pattern.
Mediator: ToDoByType
Colleagues:  ToDoPane ToDoListEvent KnowledgeTypeNode MyTokenizer TreeModelSupport ToDoList ToDoPerspective
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoByType.java

Mediator Pattern.
Mediator: GoListToDecisionsToItems
Colleagues:  TreeModelComposite ToDoList Designer MyTokenizer Poster Critic CompoundCritic ToDoItem
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToDecisionsToItems.java

Mediator Pattern.
Mediator: GoListToGoalsToItems
Colleagues:  TreeModelComposite ToDoList Designer MyTokenizer Poster Critic CompoundCritic ToDoItem
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToGoalsToItems.java

Mediator Pattern.
Mediator: GoListToPriorityToItem
Colleagues:  TreeModelComposite ToDoList PriorityNode Designer ToDoItem
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToPriorityToItem.java

Mediator Pattern.
Mediator: GoListToTypeToItem
Colleagues:  TreeModelComposite KnowledgeTypeNode ToDoList Designer MyTokenizer ToDoItem
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToTypeToItem.java

Mediator Pattern.
Mediator: PredicateNotInTrash
Colleagues:  ListSet ProjectManager Project PredicateFind
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/PredicateNotInTrash.java

Mediator Pattern.
Mediator: AbstractActionRadioMenuItem
Colleagues:  UMLAction TargetManager Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace ProjectBrowser ActionSaveDiagramToClipboard AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/AbstractActionRadioMenuItem.java

Mediator Pattern.
Mediator: AbstractActionCheckBoxMenuItem
Colleagues:  UMLAction TargetManager ActionSaveDiagramToClipboard AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/AbstractActionCheckBoxMenuItem.java

Mediator Pattern.
Mediator: SelectionActor
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/SelectionActor.java

Mediator Pattern.
Mediator: SelectionClass
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java

Mediator Pattern.
Mediator: ActionMultiplicity
Colleagues:  AbstractActionAddModelElement FigEdgeNote ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionMultiplicity.java

Mediator Pattern.
Mediator: ActionAggregation
Colleagues:  AbstractActionAddModelElement FigEdgeNote ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAggregation.java

Mediator Pattern.
Mediator: SelectionInterface
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/SelectionInterface.java

Mediator Pattern.
Mediator: SelectionComment
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/SelectionComment.java

Mediator Pattern.
Mediator: SelectionUseCase
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/SelectionUseCase.java

Mediator Pattern.
Mediator: SelectionState
Colleagues:  SelectionActionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/SelectionState.java

Mediator Pattern.
Mediator: SelectionObject
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/SelectionObject.java

Mediator Pattern.
Mediator: SelectionNodeInstance
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/SelectionNodeInstance.java

Mediator Pattern.
Mediator: SelectionNode
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/SelectionNode.java

Mediator Pattern.
Mediator: SelectionComponentInstance
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/SelectionComponentInstance.java

Mediator Pattern.
Mediator: ClassDiagramRenderer
Colleagues:  ActionAddMessage FigNodeModelElement GraphChangeAdapter ModeCreateAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/ClassDiagramRenderer.java

Mediator Pattern.
Mediator: StateDiagramRenderer
Colleagues:  ActionAddMessage Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace ModeCreateAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/StateDiagramRenderer.java

Mediator Pattern.
Mediator: SelectionClassifierRole
Colleagues:  SelectionActionState SelectionState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/SelectionClassifierRole.java

Mediator Pattern.
Mediator: SelectionClassifierRole
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/ui/SelectionClassifierRole.java

Mediator Pattern.
Mediator: ActivityDiagramRenderer
Colleagues:  ActionAddMessage StateDiagramRenderer ModeCreateAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/ActivityDiagramRenderer.java

Mediator Pattern.
Mediator: SelectionComponent
Colleagues:  SelectionActionState SelectionState LeftArrowIcon UpArrowIcon ClAttributeCompartment ClClassName ClOperationCompartment FigEdgeNote
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/SelectionComponent.java

Mediator Pattern.
Mediator: TransitionNotationUml
Colleagues:  FigNodeModelElement ParserDisplay FigTransition FigState FigMNodeInstance FigComponentInstance FigActionState ProfileJava GeneratorDisplay Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigComment UMLMutableGraphSupport Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator FindDialog GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/TransitionNotationUml.java

Mediator Pattern.
Mediator: StateBodyNotationUml
Colleagues:  ProfileJava GeneratorDisplay Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator FindDialog GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/StateBodyNotationUml.java

Mediator Pattern.
Mediator: ModelElementInfoList
Colleagues:  StateBodyNotationUml InfoItem
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/StateBodyNotationUml.java

Mediator Pattern.
Mediator: ModelElementNameNotationUml
Colleagues:  ProfileJava ValueHandler Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/ModelElementNameNotationUml.java

Mediator Pattern.
Mediator: ObjectNotationUml
Colleagues:  FigTransition Project ProjectManager FigState FigMNodeInstance FigComponentInstance FigActionState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/ObjectNotationUml.java

Mediator Pattern.
Mediator: GeneratorHelper
Colleagues:  TabSrc MemberList
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/GeneratorHelper.java

Mediator Pattern.
Mediator: FileGeneratorAdapter
Colleagues:  ClassGenerationDialog FileGenerator GeneratorJava
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/FileGeneratorAdapter.java

Mediator Pattern.
Mediator: FileGeneratorAdapter$3
Colleagues:  FileGeneratorAdapter MemberList
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/FileGeneratorAdapter.java

Mediator Pattern.
Mediator: NotationProviderFactory
Colleagues:  TabProps FigEdgeModelElement FigNodeModelElement Notation LanguageComboBox TabSrc ListSet MemberList Generator2 GeneratorDisplay ArgoEventPump
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProviderFactory.java

Mediator Pattern.
Mediator: ArgoAny
Colleagues:  Pair ResolvedCritic ToDoItem ListSet Goal Decision CheckItem StringNamespace ClassdiagramNode
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ocl/ArgoFacade.java

Mediator Pattern.
Mediator: GeneratorJava
Colleagues:  FileGeneratorAdapter Generator2 Configuration OperationCodePiece AttributeCodePiece ClassCodePiece DocumentationManager InterfaceCodePiece Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace ModelElementNameNotationJava Notation TransitionNotationJava SuffixFilter SimpleTimer Language PerspectiveSupport FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist ChecklistStatus MyLocale GResolution
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/GeneratorJava.java

Mediator Pattern.
Mediator: TransitionNotationJava
Colleagues:  FigTransition StatusBar ProjectBrowser FigState FigMNodeInstance FigComponentInstance FigActionState ProfileJava GeneratorJava Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/java/TransitionNotationJava.java

Mediator Pattern.
Mediator: ModelElementNameNotationJava
Colleagues:  FigTransition StatusBar ProjectBrowser FigState FigMNodeInstance FigComponentInstance FigActionState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/java/ModelElementNameNotationJava.java

Mediator Pattern.
Mediator: ActionAddAttribute
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState TargetManager ProjectManager Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/ActionAddAttribute.java

Mediator Pattern.
Mediator: ActionAddOperation
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState ProjectManager TargetManager Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/ActionAddOperation.java

Mediator Pattern.
Mediator: OrCM
Colleagues:  Agency CompositeCM MyTokenizer
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/StandardCM.java

Mediator Pattern.
Mediator: AndCM
Colleagues:  Agency CompositeCM MyTokenizer
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/StandardCM.java

Mediator Pattern.
Mediator: CompoundCritic
Colleagues:  Agency CrUML CrCircularComposition CrMultipleInitialStates CrNameConfusion CrSubclassReference CrComponentWithoutNode CrCompInstanceWithoutNode CrClassWithoutComponent CrInterfaceWithoutComponent CrObjectWithoutComponent CrNodeInsideElement CrNodeInstanceInsideElement CrWrongLinkEnds CrInstanceWithoutClassifier CrMultipleDeepHistoryStates CrMultipleShallowHistoryStates CrUnconventionalOperName CrUnconventionalAttrName CrNodesOverlap CrNameConflict CrComponentInstanceWithoutClassifier CrNodeInstanceWithoutClassifier CrObjectWithoutClassifier CrSeqInstanceWithoutClassifier CrWrongDepEnds GoListToDecisionsToItems Critic GoListToGoalsToItems
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/CompoundCritic.java

Mediator Pattern.
Mediator: StylePanel
Colleagues:  TabStyle StylePanelFig StylePanelFigNodeModelElement StylePanelFigClass StylePanelFigRRect StylePanelFigText StylePanelFigMessage DetailsPane ProjectManager Project ArgoDiagram MultiEditorPane TabProps TargetEvent TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/StylePanel.java

Mediator Pattern.
Mediator: StylePanelFig
Colleagues:  StylePanelFigNodeModelElement FigNodeAssociation FigPackage FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode CompartmentFigText FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigMessage FigSubactivityState FigObjectFlowState FigActionState FigClass FigInterface StylePanelFigRRect StylePanelFigText StylePanel MultiEditorPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/StylePanelFig.java

Mediator Pattern.
Mediator: StylePanelFigNodeModelElement
Colleagues:  StylePanelFigClass StylePanelFig StylePanelFigRRect StylePanelFigText StylePanelFigMessage PathContainer FigNodeModelElement StylePanel MultiEditorPane ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/StylePanelFigNodeModelElement.java

Mediator Pattern.
Mediator: GenCompositeClasses
Colleagues:  ListSet Pair Goal Decision ArgoAny CheckItem StringNamespace Designer ResolvedCritic TabResults ToDoItem
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/GenCompositeClasses.java

Mediator Pattern.
Mediator: ClAttributeCompartment
Colleagues:  FigEdgeModelElement AttributesCompartmentContainer FigClass FigNodeModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/ClAttributeCompartment.java

Mediator Pattern.
Mediator: ClClassName
Colleagues:  FigEdgeModelElement FigNodeModelElement FigObjectFlowState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/ClClassName.java

Mediator Pattern.
Mediator: ClOperationCompartment
Colleagues:  FigEdgeModelElement OperationsCompartmentContainer FigClassifierBox FigNodeModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/ClOperationCompartment.java

Mediator Pattern.
Mediator: StylePanelFigClass
Colleagues:  StylePanelFigMessage AttributesCompartmentContainer FigClass OperationsCompartmentContainer FigClassifierBox StylePanelFigNodeModelElement StylePanelFigRRect StylePanelFigText StylePanel MultiEditorPane ProjectManager FigInterface
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/StylePanelFigClass.java

Mediator Pattern.
Mediator: StylePanelFigInterface
Colleagues:  StylePanelFigClass StylePanelFigMessage FigClassifierBox StylePanelFigNodeModelElement StylePanelFigRRect StylePanelFigText StylePanel MultiEditorPane FigInterface ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/StylePanelFigInterface.java

Mediator Pattern.
Mediator: ModelMemberFilePersister
Colleagues:  UmlFilePersister XMIParser XmiFilePersister ProjectMemberModel ZipFilePersister ZargoFilePersister
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/ModelMemberFilePersister.java

Mediator Pattern.
Mediator: TodoListMemberFilePersister
Colleagues:  UmlFilePersister TodoParser
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/TodoListMemberFilePersister.java

Mediator Pattern.
Mediator: ArgoParser
Colleagues:  UmlFilePersister SAXParserBase XMLTokenTableBase
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/ArgoParser.java

Mediator Pattern.
Mediator: ExplorerPerspective
Colleagues:  PerspectiveManager MemberList PerspectiveConfigurator ExplorerTreeModel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerPerspective.java

Mediator Pattern.
Mediator: ActionSetSourcePath
Colleagues:  AbstractActionAddModelElement TargetManager ActionSetMultiplicity ActionNewStubState ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSetSourcePath.java

Mediator Pattern.
Mediator: ActionAddPackage
Colleagues:  AbstractActionAddModelElement TargetManager ActionSetMultiplicity ActionNewStubState ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionAddPackage.java

Mediator Pattern.
Mediator: ActionAddExistingNode
Colleagues:  UMLAction TargetManager Project ProjectManager UMLMutableGraphSupport UseCaseDiagramGraphModel ClassDiagramGraphModel SequenceDiagramGraphModel DeploymentDiagramGraphModel CollabDiagramGraphModel StateDiagramGraphModel ActionBaseDelete ActionGenerateProjectCode ActionGenerateAll ActionCollaborationDiagram NavigateTargetForwardAction NavigateTargetBackAction ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion AbstractActionAddModelElement AddExistingNodeCommand ActionAddDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAddExistingNode.java

Mediator Pattern.
Mediator: ActionAddExistingEdge
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState Project ProjectManager UMLMutableGraphSupport UseCaseDiagramGraphModel ClassDiagramGraphModel SequenceDiagramGraphModel DeploymentDiagramGraphModel CollabDiagramGraphModel StateDiagramGraphModel UMLAction TargetManager ActionCollaborationDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAddExistingEdge.java

Mediator Pattern.
Mediator: ActionAddAllClassesFromModel
Colleagues:  AbstractActionAddModelElement DiagramInterface UMLDiagram UMLSequenceDiagram ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionAddAllClassesFromModel.java

Mediator Pattern.
Mediator: ActionSetFeatureOwnerScope
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetFeatureOwnerScope.java

Mediator Pattern.
Mediator: ClassifierContext
Colleagues:  PackageContext
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/ClassifierContext.java

Mediator Pattern.
Mediator: ActionSetModelElementVisibility
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLRadioButtonPanel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetModelElementVisibility.java

Mediator Pattern.
Mediator: ActionSetParameterDirectionKind
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLRadioButtonPanel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetParameterDirectionKind.java

Mediator Pattern.
Mediator: ActionSetBehavioralFeatureQuery
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetBehavioralFeatureQuery.java

Mediator Pattern.
Mediator: ActionSetOperationConcurrencyKind
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLRadioButtonPanel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetOperationConcurrencyKind.java

Mediator Pattern.
Mediator: ActionSetClassActive
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetClassActive.java

Mediator Pattern.
Mediator: ActionSetChangeability
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLRadioButtonPanel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetChangeability.java

Mediator Pattern.
Mediator: ActionSetStructuralFeatureTargetScope
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetStructuralFeatureTargetScope.java

Mediator Pattern.
Mediator: ActionNewEvent
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement Project ProjectManager ActionNewCallEvent ActionNewChangeEvent ActionNewSignalEvent ActionNewTimeEvent Pair ResolvedCritic ToDoItem ListSet Goal Decision ArgoAny CheckItem StringNamespace UMLAction TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewEvent.java

Mediator Pattern.
Mediator: ActionNewPseudoState
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewPseudoState.java

Mediator Pattern.
Mediator: ActionNewSynchState
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewSynchState.java

Mediator Pattern.
Mediator: ActionNewCompositeState
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewCompositeState.java

Mediator Pattern.
Mediator: ActionNewSimpleState
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewFinalState ActionNewSubmachineState AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewSimpleState.java

Mediator Pattern.
Mediator: ActionNewFinalState
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewSubmachineState AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewFinalState.java

Mediator Pattern.
Mediator: ActionNewSubmachineState
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState AbstractActionNewModelElement
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionNewSubmachineState.java

Mediator Pattern.
Mediator: ActionSetActionAsynchronous
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionSetActionAsynchronous.java

Mediator Pattern.
Mediator: ActionSetAssociationEndNavigable
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndNavigable.java

Mediator Pattern.
Mediator: ActionSetAssociationEndOrdering
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndOrdering.java

Mediator Pattern.
Mediator: ActionSetAssociationEndTargetScope
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndTargetScope.java

Mediator Pattern.
Mediator: ActionSetAssociationEndAggregation
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLRadioButtonPanel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetAssociationEndAggregation.java

Mediator Pattern.
Mediator: ClassdiagramAssociationEdge
Colleagues:  ClassdiagramLayouter FigEmptyRect FigFeature FigDependency FigRealization FigAssociationClass FigEdgeNote FigTransition FigEdgeAssociationClass
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramAssociationEdge.java

Mediator Pattern.
Mediator: SourcePathControllerImpl
Colleagues:  SourcePathTableModel ProjectManager Project
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SourcePathControllerImpl.java

Mediator Pattern.
Mediator: FigReturnActionMessage
Colleagues:  FigDependency FigRealization FigAssociationClass FigEdgeNote FigTransition FigEdgeAssociationClass ClassdiagramInheritanceEdge ClassdiagramNoteEdge ClassdiagramAssociationEdge ModeCreateAssociationEnd FigEdgeHandler
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigReturnActionMessage.java

Mediator Pattern.
Mediator: JavaRecognizer
Colleagues:  GeneratorJava JavaRecognizer
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/JavaRecognizer.java

Mediator Pattern.
Mediator: CompositeCodePiece
Colleagues:  AttributeCodePiece ClassCodePiece InterfaceCodePiece OperationCodePiece CodePieceCollector
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/CompositeCodePiece.java

Mediator Pattern.
Mediator: CodePieceCollector
Colleagues:  JavaRecognizer CodePiece ClassCodePiece InterfaceCodePiece OperationCodePiece AttributeCodePiece GeneratorJava CompositeCodePiece NamedCodePiece
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/CodePieceCollector.java

Mediator Pattern.
Mediator: NamedCodePiece
Colleagues:  ClassCodePiece CompositeCodePiece InterfaceCodePiece OperationCodePiece AttributeCodePiece
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/NamedCodePiece.java

Mediator Pattern.
Mediator: CrUML
Colleagues:  Critic ProjectManager Project CompoundCritic CrOperNameConflict CrCircularComposition CrNoInstanceVariables CrNoAssociations CrMultipleInitialStates CrNoOperations CrNameConfusion CrSubclassReference CrComponentWithoutNode CrCompInstanceWithoutNode CrClassWithoutComponent CrInterfaceWithoutComponent CrObjectWithoutComponent CrNodeInsideElement CrNodeInstanceInsideElement CrWrongLinkEnds CrInstanceWithoutClassifier CrMultipleDeepHistoryStates CrMultipleShallowHistoryStates CrUnconventionalOperName CrUnconventionalAttrName CrUnconventionalClassName CrUnconventionalPackName CrReservedName CrNodesOverlap CrNameConflict CrComponentInstanceWithoutClassifier CrNodeInstanceWithoutClassifier CrObjectWithoutClassifier CrSeqInstanceWithoutClassifier CrWrongDepEnds ToDoItem CriticOclEvaluator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUML.java

Mediator Pattern.
Mediator: UMLWizard
Colleagues:  WizAssocComposite ToDoItem ListSet WizMEName Wizard WizAddInstanceVariable WizAddOperation WizAddConstructor WizOperName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/UMLWizard.java

Mediator Pattern.
Mediator: CrMultipleInheritance
Colleagues:  Critic WizCueCards
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/cognitive/critics/CrMultipleInheritance.java

Mediator Pattern.
Mediator: Checklist
Colleagues:  ProfileJava MyTokenizer CheckItem Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/checklist/Checklist.java

Mediator Pattern.
Mediator: ChecklistStatus
Colleagues:  ProfileJava MyTokenizer CheckItem Import ImportRun PerspectiveSupport DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer ItemUID PersistenceManager Designer PerspectiveConfigurator ExplorerTree FindDialog StateBodyNotationUml GeneratorJava TagExtractor StringNamespace TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/checklist/ChecklistStatus.java

Mediator Pattern.
Mediator: TodoParser
Colleagues:  SAXParserBase XMLTokenTableBase
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/TodoParser.java

Mediator Pattern.
Mediator: AddExistingNodeCommand
Colleagues:  DnDJGraph Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/AddExistingNodeCommand.java

Mediator Pattern.
Mediator: PackageCodePiece
Colleagues:  CompositeCodePiece ClassCodePiece InterfaceCodePiece OperationCodePiece AttributeCodePiece CodePieceCollector NamedCodePiece ParseState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/PackageCodePiece.java

Mediator Pattern.
Mediator: ClassCodePiece
Colleagues:  CompositeCodePiece InterfaceCodePiece OperationCodePiece AttributeCodePiece CodePieceCollector NamedCodePiece CodeGenerator ParseState GeneratorJava
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassCodePiece.java

Mediator Pattern.
Mediator: InterfaceCodePiece
Colleagues:  CompositeCodePiece ClassCodePiece OperationCodePiece AttributeCodePiece CodePieceCollector NamedCodePiece CodeGenerator ParseState GeneratorJava
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/InterfaceCodePiece.java

Mediator Pattern.
Mediator: ClassifierEndCodePiece
Colleagues:  CompositeCodePiece ClassCodePiece InterfaceCodePiece OperationCodePiece AttributeCodePiece CodePieceCollector NamedCodePiece ParseState CodeGenerator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassifierEndCodePiece.java

Mediator Pattern.
Mediator: OperationCodePiece
Colleagues:  CompositeCodePiece ClassCodePiece InterfaceCodePiece AttributeCodePiece CodePieceCollector NamedCodePiece CodeGenerator ParseState GeneratorJava
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/OperationCodePiece.java

Mediator Pattern.
Mediator: AttributeCodePiece
Colleagues:  CompositeCodePiece ClassCodePiece InterfaceCodePiece CodePieceCollector NamedCodePiece CodeGenerator ParseState GeneratorJava
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/AttributeCodePiece.java

Mediator Pattern.
Mediator: AnonymousClassCodePiece
Colleagues:  CompositeCodePiece ClassCodePiece InterfaceCodePiece OperationCodePiece AttributeCodePiece CodePieceCollector NamedCodePiece ParseState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/AnonymousClassCodePiece.java

Mediator Pattern.
Mediator: CrAttrNameConflict
Colleagues:  ToDoItem ClAttributeCompartment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrAttrNameConflict.java

Mediator Pattern.
Mediator: CrOperNameConflict
Colleagues:  ToDoItem ClOperationCompartment
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrOperNameConflict.java

Mediator Pattern.
Mediator: CrCircularComposition
Colleagues:  CrUML GenCompositeClasses
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrCircularComposition.java

Mediator Pattern.
Mediator: CrMissingClassName
Colleagues:  ToDoItem ClClassName Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrMissingClassName.java

Mediator Pattern.
Mediator: CrMissingAttrName
Colleagues:  ToDoItem ClAttributeCompartment Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrMissingAttrName.java

Mediator Pattern.
Mediator: CrMissingOperName
Colleagues:  Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrMissingOperName.java

Mediator Pattern.
Mediator: CrMissingStateName
Colleagues:  ToDoItem ClClassName Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrMissingStateName.java

Mediator Pattern.
Mediator: CrNoInstanceVariables
Colleagues:  ToDoItem ClAttributeCompartment Critic WizAddInstanceVariable UMLWizard WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNoInstanceVariables.java

Mediator Pattern.
Mediator: CrOppEndConflict
Colleagues:  CrUML MemberList
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrOppEndConflict.java

Mediator Pattern.
Mediator: ChildGenDerivedClasses
Colleagues:  ListSet MyTokenizer Designer TabResults
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUselessAbstract.java

Mediator Pattern.
Mediator: CrUselessAbstract
Colleagues:  CrUML MyTokenizer
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUselessAbstract.java

Mediator Pattern.
Mediator: CrDisambigClassName
Colleagues:  ToDoItem ClClassName Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrDisambigClassName.java

Mediator Pattern.
Mediator: CrDisambigStateName
Colleagues:  ToDoItem ClClassName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrDisambigStateName.java

Mediator Pattern.
Mediator: CrTooManyAssoc
Colleagues:  CrUML AbstractCrTooMany
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrTooManyAssoc.java

Mediator Pattern.
Mediator: CrTooManyAttr
Colleagues:  CrUML AbstractCrTooMany
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrTooManyAttr.java

Mediator Pattern.
Mediator: CrTooManyOper
Colleagues:  CrUML AbstractCrTooMany
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrTooManyOper.java

Mediator Pattern.
Mediator: CrTooManyStates
Colleagues:  CrUML AbstractCrTooMany
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrTooManyStates.java

Mediator Pattern.
Mediator: CrTooManyTransitions
Colleagues:  CrUML AbstractCrTooMany
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrTooManyTransitions.java

Mediator Pattern.
Mediator: CrTooManyClasses
Colleagues:  CrUML MemberList UMLMutableGraphSupport AbstractCrTooMany
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrTooManyClasses.java

Mediator Pattern.
Mediator: CrNoTransitions
Colleagues:  CrUML Pair ResolvedCritic ToDoItem Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNoTransitions.java

Mediator Pattern.
Mediator: CrNoIncomingTransitions
Colleagues:  CrUML Pair ResolvedCritic ToDoItem Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNoIncomingTransitions.java

Mediator Pattern.
Mediator: CrNoOutgoingTransitions
Colleagues:  CrUML Pair ResolvedCritic ToDoItem Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNoOutgoingTransitions.java

Mediator Pattern.
Mediator: CrNoInitialState
Colleagues:  CrUML Pair ResolvedCritic ToDoItem Goal Decision ArgoAny CheckItem StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNoInitialState.java

Mediator Pattern.
Mediator: CrNoTriggerOrGuard
Colleagues:  CrUML Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem Goal Decision Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNoTriggerOrGuard.java

Mediator Pattern.
Mediator: CrNoOperations
Colleagues:  ToDoItem ClOperationCompartment Critic WizAddOperation UMLWizard WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNoOperations.java

Mediator Pattern.
Mediator: CrConstructorNeeded
Colleagues:  Critic WizAddConstructor UMLWizard WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrConstructorNeeded.java

Mediator Pattern.
Mediator: CrNameConfusion
Colleagues:  ToDoItem ClClassName Critic WizManyNames
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNameConfusion.java

Mediator Pattern.
Mediator: CrMergeClasses
Colleagues:  CrUML MemberList
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrMergeClasses.java

Mediator Pattern.
Mediator: CrInvalidJoinTriggerOrGuard
Colleagues:  CrUML Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem Goal Decision Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrInvalidJoinTriggerOrGuard.java

Mediator Pattern.
Mediator: CrInvalidForkTriggerOrGuard
Colleagues:  CrUML Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem Goal Decision Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrInvalidForkTriggerOrGuard.java

Mediator Pattern.
Mediator: CrUnconventionalOperName
Colleagues:  Critic WizMEName WizOperName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUnconventionalOperName.java

Mediator Pattern.
Mediator: CrUnconventionalAttrName
Colleagues:  ToDoItem ClAttributeCompartment Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUnconventionalAttrName.java

Mediator Pattern.
Mediator: CrUnconventionalClassName
Colleagues:  ToDoItem ClClassName Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUnconventionalClassName.java

Mediator Pattern.
Mediator: CrUnconventionalPackName
Colleagues:  ToDoItem ClClassName Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUnconventionalPackName.java

Mediator Pattern.
Mediator: CrReservedName
Colleagues:  CrUML MyTokenizer ToDoItem ClClassName Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrReservedName.java

Mediator Pattern.
Mediator: CrIllegalName
Colleagues:  ToDoItem ClClassName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrIllegalName.java

Mediator Pattern.
Mediator: CrNameConflict
Colleagues:  Critic WizMEName
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrNameConflict.java

Mediator Pattern.
Mediator: UMLCheckItem
Colleagues:  CheckItem CriticOclEvaluator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/checklist/UMLCheckItem.java

Mediator Pattern.
Mediator: WizStepChoice
Colleagues:  UMLDiagram WizStep Wizard RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/WizStepChoice.java

Mediator Pattern.
Mediator: WizBreakCircularComp
Colleagues:  Wizard WizDescription ListSet MemberList
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizBreakCircularComp.java

Mediator Pattern.
Mediator: WizAssocComposite
Colleagues:  Wizard WizDescription
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizAssocComposite.java

Mediator Pattern.
Mediator: WizNavigable
Colleagues:  Wizard WizDescription
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizNavigable.java

Mediator Pattern.
Mediator: WizMEName
Colleagues:  CrUnconventionalOperName UMLWizard CrUnconventionalAttrName CrUnconventionalClassName CrUnconventionalPackName CrReservedName CrNameConflict WizOperName WizStepTextField Wizard
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizMEName.java

Mediator Pattern.
Mediator: WizAddInstanceVariable
Colleagues:  Wizard WizStepTextField Project ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizAddInstanceVariable.java

Mediator Pattern.
Mediator: WizTooMany
Colleagues:  Wizard WizStepTextField AbstractCrTooMany
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizTooMany.java

Mediator Pattern.
Mediator: WizAddOperation
Colleagues:  Wizard WizStepTextField Project ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizAddOperation.java

Mediator Pattern.
Mediator: WizAddConstructor
Colleagues:  Wizard WizStepTextField TargetManager Project ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java

Mediator Pattern.
Mediator: WizManyNames
Colleagues:  Wizard WizStepManyTextFields
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizManyNames.java

Mediator Pattern.
Mediator: WizOperName
Colleagues:  Wizard WizMEName WizDescription
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizOperName.java

Mediator Pattern.
Mediator: ResourceBundleHelper
Colleagues:  ModuleLoader GeneratorDisplay GeneratorJava SettingsTabModules SettingsTabNotation SettingsTabAppearance SettingsTabEnvironment SettingsTabLayout SettingsTabPreferences SettingsTabUser
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/helpers/ResourceBundleHelper.java

Mediator Pattern.
Mediator: TableModelChecklist
Colleagues:  ProjectManager TabChecklist
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/checklist/ui/TabChecklist.java

Mediator Pattern.
Mediator: TabChecklist
Colleagues:  DetailsPane CheckManager TableModelChecklist MultiEditorPane TabProps TargetEvent TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/checklist/ui/TabChecklist.java

Mediator Pattern.
Mediator: SettingsTabModules
Colleagues:  ActionSettings ModuleLoader2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/moduleloader/SettingsTabModules.java

Mediator Pattern.
Mediator: SettingsTabModules$1
Colleagues:  UMLDiagram ModuleLoader2 SettingsTabModules RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/moduleloader/SettingsTabModules.java

Mediator Pattern.
Mediator: SettingsTabNotation
Colleagues:  ActionSettings Notation Configuration
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/ui/SettingsTabNotation.java

Mediator Pattern.
Mediator: MyLocale
Colleagues:  SettingsTabAppearance MemberList Translator
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabAppearance.java

Mediator Pattern.
Mediator: SettingsTabAppearance
Colleagues:  ActionSettings LookAndFeelMgr Configuration
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabAppearance.java

Mediator Pattern.
Mediator: SettingsTabAppearance$1
Colleagues:  UMLDiagram SettingsTabAppearance RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabAppearance.java

Mediator Pattern.
Mediator: SettingsTabAppearance$2
Colleagues:  UMLDiagram MyLocale RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabAppearance.java

Mediator Pattern.
Mediator: SettingsTabEnvironment
Colleagues:  ActionSettings Configuration SaveGraphicsManager GResolution
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabEnvironment.java

Mediator Pattern.
Mediator: UMLTagDefinitionComboBoxModel
Colleagues:  UMLModelElementNamespaceComboBoxModel UMLMultiplicityComboBoxModel UMLTagDefinitionNamespaceComboBoxModel UMLLinkAssociationComboBoxModel TabTaggedValues ClassGenerationDialog UMLComboBoxModel2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/UMLTagDefinitionComboBoxModel.java

Mediator Pattern.
Mediator: ActionRemoveTaggedValue
Colleagues:  UMLDiagram TabTaggedValues MemberList ListSet RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabTaggedValues.java

Mediator Pattern.
Mediator: TabTaggedValues
Colleagues:  DetailsPane FigEdgeNote UMLComboBoxModel2 TabTaggedValuesModel MultiEditorPane TabProps TargetEvent TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabTaggedValues.java

Mediator Pattern.
Mediator: StringNamespace
Colleagues:  ModuleLoader Namespace UMLExpressionModel2 ActionBaseDelete PropPanelString ClassdiagramLayouter GeneratorManager UMLListCellRenderer2 ResolvedCritic FigEdgeModelElement FigNodeModelElement FigAssociation FigAssociationClass FigPackageFigText FigOperationsCompartment FigAttributesCompartment FigSubmachineState FigStubState UMLMutableGraphSupport UMLDiagram SequenceDiagramGraphModel StateDiagramGraphModel ToDoList GeneratorDisplay UmlDiagramRenderer TabToDo ProjectBrowser TargetManager DetailsPane Modeller ActionNewAction UMLAddDialog AbstractActionRadioMenuItem StateDiagramRenderer ModeChangeHeight GeneratorJava StylePanelFig GenCompositeClasses ActionNewEvent CheckManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/util/namespace/StringNamespace.java

Mediator Pattern.
Mediator: TabStyle
Colleagues:  DetailsPane ProjectManager Project StylePanel MultiEditorPane TabProps TargetEvent TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabStyle.java

Mediator Pattern.
Mediator: TabText
Colleagues:  MultiEditorPane TabSrc PropPanel TabProps TargetEvent TargetManager DetailsPane TabStyle PropPanelAssociationEnd TabDiagram GenericArgoMenuBar ToDoPane LanguageComboBox NotationComboBox
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/TabText.java

Mediator Pattern.
Mediator: TabSrc
Colleagues:  TabText SourceUnit FigEdgeNote DetailsPane MultiEditorPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabSrc.java

Mediator Pattern.
Mediator: TabConstraints
Colleagues:  DetailsPane FigEdgeNote MultiEditorPane TabProps TargetEvent TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabConstraints.java

Mediator Pattern.
Mediator: ActionBooleanTaggedValue
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionBooleanTaggedValue.java

Mediator Pattern.
Mediator: SettingsTabPreferences
Colleagues:  ActionSettings Configuration
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabPreferences.java

Mediator Pattern.
Mediator: SettingsTabUser
Colleagues:  ActionSettings Configuration
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabUser.java

Mediator Pattern.
Mediator: StylePanelFigRRect
Colleagues:  StylePanelFigNodeModelElement StylePanelFigText StylePanelFigClass StylePanelFigMessage MultiEditorPane StylePanelFig StylePanel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/StylePanelFigRRect.java

Mediator Pattern.
Mediator: StylePanelFigText
Colleagues:  StylePanelFigNodeModelElement StylePanelFigRRect FigNodeAssociation FigPackage FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode CompartmentFigText FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigMessage FigSubactivityState FigObjectFlowState FigActionState StylePanelFigClass StylePanelFigMessage StylePanel MultiEditorPane StylePanelFig
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/StylePanelFigText.java

Mediator Pattern.
Mediator: PredIsStartState
Colleagues:  ListSet Pair Goal Decision ArgoAny CheckItem StringNamespace PredicateFind ResolvedCritic ToDoItem
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/PredIsStartState.java

Mediator Pattern.
Mediator: StylePanelFigPackage
Colleagues:  StylePanelFigClass StylePanelFigMessage StereotypeContainer FigPackage VisibilityContainer StylePanelFigNodeModelElement StylePanelFigRRect StylePanelFigText StylePanel MultiEditorPane ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/StylePanelFigPackage.java

Mediator Pattern.
Mediator: ActionProperties
Colleagues:  ActionAddDiagram ProjectBrowser ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionProperties.java

Mediator Pattern.
Mediator: ActionSetPath
Colleagues:  AbstractActionAddModelElement PathContainer FigNodeModelElement ActionBaseDelete ActionAddDiagram ActionAddExtensionPoint ActionAddMessage ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionSetPath.java

Mediator Pattern.
Mediator: FigStereotypeText
Colleagues:  FigCompartment FigActor FigNodeAssociation FigClass FigPackage FigComment FigUseCase FigSubmachineState FigStubState FigHistoryState FigMNodeInstance FigMNode FigClassifierRole FigClassifierRole FigConcurrentRegion FigCompositeState FigMessage FigSubactivityState FigObjectFlowState FigActionState FigInterface FigEdgeModelElement FigFeaturesCompartment FigNodeModelElement FigOperationsCompartment FigStereotypesCompartment FigAttributesCompartment FigComponentInstance FigComponent FigCommentPort ModeCreateAssociationEnd
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigStereotypeText.java

Mediator Pattern.
Mediator: StylePanelFigMessage
Colleagues:  StylePanelFigClass FigMessage StylePanelFigNodeModelElement StylePanelFigRRect StylePanelFigText StylePanel MultiEditorPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/StylePanelFigMessage.java

Mediator Pattern.
Mediator: TabDiagram
Colleagues:  AbstractArgoJPanel UMLDiagram StringNamespace DetailsPane PropPanelAssociationEnd TabText GenericArgoMenuBar ToDoPane LanguageComboBox NotationComboBox TabProps TargetEvent TargetManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/TabDiagram.java

Mediator Pattern.
Mediator: StylePanelFigUseCase
Colleagues:  StylePanelFigClass StylePanelFigMessage FigUseCase StylePanelFigNodeModelElement StylePanelFigRRect StylePanelFigText StylePanel MultiEditorPane ProjectManager
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/StylePanelFigUseCase.java

Mediator Pattern.
Mediator: AttributeNotationUml
Colleagues:  ProfileJava Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace Import ImportRun DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer PersistenceManager PerspectiveConfigurator ExplorerTree FindDialog GeneratorJava TagExtractor TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/AttributeNotationUml.java

Mediator Pattern.
Mediator: OperationNotationUml
Colleagues:  ProfileJava Pair SuffixFilter SimpleTimer Language PerspectiveSupport ResolvedCritic FigEdgeNote ArgoDiagram ToDoList CommentEdge ItemUID ToDoItem ListSet Goal Decision Critic Designer NameOrder TypeThenNameOrder AbstractPerspectiveRule PerspectiveManager UMLComboBoxEntry ImportClassLoader TransitionNotationUml StateBodyNotationUml ModelElementNameNotationUml ActionStateNotationUml ObjectNotationUml ComponentInstanceNotationUml NodeInstanceNotationUml NotationNameImpl ArgoAny TransitionNotationJava ModelElementNameNotationJava OutgoingDependencyNode OperationsNode InheritanceNode IncomingDependencyNode AttributesNode AssociationsNode ExplorerPerspective PriorityNode KnowledgeTypeNode SourcePathControllerImpl Checklist CheckItem ChecklistStatus MyLocale GResolution StringNamespace Import ImportRun DisplayTextTree ToDoPane FigEdgeModelElement FigNodeModelElement FigComment UMLMutableGraphSupport Generator2 GeneratorDisplay Notation UseCaseDiagramRenderer PersistenceManager PerspectiveConfigurator ExplorerTree FindDialog GeneratorJava TagExtractor TabText SettingsTabLayout
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/OperationNotationUml.java

Mediator Pattern.
Mediator: FileImportSupport
Colleagues:  Import SuffixFilter
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/FileImportSupport.java

Mediator Pattern.
Mediator: JavaImport
Colleagues:  Import JavaRecognizer
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/JavaImport.java

Mediator Pattern.
Mediator: ActionSetClassifierInStateInState
Colleagues:  AbstractActionAddModelElement UMLComboBox2 ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/activity_graphs/ActionSetClassifierInStateInState.java

Mediator Pattern.
Mediator: ActionSetCompositeStateConcurrent
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/ActionSetCompositeStateConcurrent.java

Mediator Pattern.
Mediator: ActionAddTopLevelPackage
Colleagues:  AbstractActionAddModelElement ProjectManager Project ActionAddDiagram ActionExit AbstractActionNavigate ActionBaseDelete ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionAddTopLevelPackage.java

Mediator Pattern.
Mediator: UMLModelElementStereotypeListModel
Colleagues:  UMLList2 StereotypeUtility
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLModelElementStereotypeListModel.java

Mediator Pattern.
Mediator: TabStereotype
Colleagues:  PropPanel FigEdgeNote UMLModelElementListModel2 UMLClassifierRoleAvailableContentsListModel UMLClassifierRoleAvailableFeaturesListModel DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabStereotype.java

Mediator Pattern.
Mediator: UMLModelStereotypeListModel
Colleagues:  UMLModelElementListModel2 StereotypeUtility
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabStereotype.java

Mediator Pattern.
Mediator: AddRemoveListener
Colleagues:  UMLDiagram TabStereotype RadioAction
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabStereotype.java

Mediator Pattern.
Mediator: ActionSetElementOwnershipSpecification
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLCheckBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetElementOwnershipSpecification.java

Mediator Pattern.
Mediator: ActionSetFeatureOwner
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetFeatureOwner.java

Mediator Pattern.
Mediator: ActionSetFlowSource
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetFlowSource.java

Mediator Pattern.
Mediator: ActionSetModelElementStereotype
Colleagues:  AbstractActionAddModelElement UMLComboBox2 ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/ActionSetModelElementStereotype.java

Mediator Pattern.
Mediator: EnumerationListModel
Colleagues:  TabProps TargetEvent TargetManager DetailsPane
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelEnumerationLiteral.java

Mediator Pattern.
Mediator: UMLDiagramNameDocument
Colleagues:  UMLPlainTextDocument Project ProjectManager ArgoDiagram
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/UMLDiagramNameDocument.java

Mediator Pattern.
Mediator: ActionSetTagDefinitionType
Colleagues:  AbstractActionAddModelElement ActionExit AbstractActionNavigate ActionBaseDelete ActionAddDiagram ActionSaveGraphics ActionSaveAllGraphics ActionImportFromSources ActionGenerateProjectCode ActionGenerateOne ActionGenerateAll NavigateTargetForwardAction NavigateTargetBackAction ActionSettings ActionNotation ActionEdgesDisplay ActionCompartmentDisplay ActionAddExtensionPoint ActionAddMessage ActionDeleteConcurrentRegion ActionAddConcurrentRegion ActionAutoResize ActionGoToCritique ActionNavigateUpFromDiagram ActionSetMultiplicity ActionNewAction ActionNewStubState AbstractActionRadioMenuItem AbstractActionCheckBoxMenuItem ActionMultiplicity ActionAggregation ActionNavigability ActionSetSourcePath ActionNewEvent ActionNewSynchState ActionNewCompositeState ActionNewSimpleState ActionNewFinalState ActionNewSubmachineState UMLComboBox2
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/ActionSetTagDefinitionType.java

Mediator Pattern.
Mediator: UMLTagDefinitionTypeComboBoxModel
Colleagues:  UMLComboBoxModel2 ProjectManager Project UMLStructuralFeatureTypeComboBoxModel UMLModelElementNamespaceComboBoxModel UMLTagDefinitionNamespaceComboBoxModel UMLLinkAssociationComboBoxModel
FileLocation: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/UMLTagDefinitionTypeComboBoxModel.java

Proxy Pattern.
PropPanel is a proxy.
AbstractArgoJPanel is a proxy interface.
The real object(s): JToolBar
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/PropPanel.java

Proxy Pattern.
PropPanelPackage is a proxy.
PropPanelNamespace is a proxy interface.
The real object(s): JPanel
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/model_management/PropPanelPackage.java

Proxy Pattern.
PropPanelTagDefinition is a proxy.
PropPanelModelElement is a proxy interface.
The real object(s): JComponent
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/extension_mechanisms/PropPanelTagDefinition.java

Proxy Pattern.
PropPanelClassifier is a proxy.
PropPanelNamespace is a proxy interface.
The real object(s): JPanel
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelClassifier.java

Proxy Pattern.
AbstractPropPanelState is a proxy.
PropPanelStateVertex is a proxy interface.
The real object(s): JList
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/AbstractPropPanelState.java

Proxy Pattern.
PropPanelReception is a proxy.
PropPanelModelElement is a proxy interface.
The real object(s): JPanel
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/common_behavior/PropPanelReception.java

Proxy Pattern.
PropPanelAssociation is a proxy.
PropPanelRelationship is a proxy interface.
The real object(s): JPanel
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociation.java

Proxy Pattern.
PropPanelAssociationEnd is a proxy.
PropPanelModelElement is a proxy interface.
The real object(s): JComboBox
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationEnd.java

Proxy Pattern.
UMLComboBoxNavigator is a proxy.
JPanel is a proxy interface.
The real object(s): JButton
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLComboBoxNavigator.java

Proxy Pattern.
ExceptionDialog is a proxy.
JDialog is a proxy interface.
The real object(s): JButton
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ExceptionDialog.java

Proxy Pattern.
ImportClasspathDialog is a proxy.
JDialog is a proxy interface.
The real object(s): JList
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Proxy Pattern.
ImportStatusScreen is a proxy.
JDialog is a proxy interface.
The real object(s): JButton
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Proxy Pattern.
ProblemsDialog is a proxy.
JDialog is a proxy interface.
The real object(s): JButton
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Proxy Pattern.
ClassGenerationDialog is a proxy.
ArgoDialog is a proxy interface.
The real object(s): JTable
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Proxy Pattern.
ZoomSliderButton is a proxy.
PopupButton is a proxy interface.
The real object(s): JSlider
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ZoomSliderButton.java

Proxy Pattern.
ActionSettings is a proxy.
UMLAction is a proxy interface.
The real object(s): JButton
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ActionSettings.java

Proxy Pattern.
GenericArgoMenuBar is a proxy.
JMenuBar is a proxy interface.
The real object(s): JToolBar
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/GenericArgoMenuBar.java

Proxy Pattern.
DisplayTextTree is a proxy.
JTree is a proxy interface.
The real object(s): Hashtable
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/DisplayTextTree.java

Proxy Pattern.
ToDoPane is a proxy.
JPanel is a proxy interface.
The real object(s): JTree
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoPane.java

Proxy Pattern.
DismissToDoItemDialog is a proxy.
ArgoDialog is a proxy interface.
The real object(s): ButtonGroup
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/DismissToDoItemDialog.java

Proxy Pattern.
FigEdgeModelElement is a proxy.
FigEdgePoly is a proxy interface.
The real object(s): FigCommentPort
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigEdgeModelElement.java

Proxy Pattern.
FigInclude is a proxy.
FigEdgeModelElement is a proxy interface.
The real object(s): FigText
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigInclude.java

Proxy Pattern.
FigExtend is a proxy.
FigEdgeModelElement is a proxy interface.
The real object(s): FigText
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigExtend.java

Proxy Pattern.
FigDependency is a proxy.
FigEdgeModelElement is a proxy interface.
The real object(s): ArrowHeadGreater
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigDependency.java

Proxy Pattern.
FigRealization is a proxy.
FigEdgeModelElement is a proxy interface.
The real object(s): ArrowHeadTriangle
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigRealization.java

Proxy Pattern.
FigNodeAssociation is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigDiamond
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigNodeAssociation.java

Proxy Pattern.
FigGeneralization is a proxy.
FigEdgeModelElement is a proxy interface.
The real object(s): ArrowHeadTriangle
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigGeneralization.java

Proxy Pattern.
FigClass is a proxy.
FigClassifierBox is a proxy interface.
The real object(s): FigAttributesCompartment
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigClass.java

Proxy Pattern.
FigAssociationEnd is a proxy.
FigEdgeModelElement is a proxy interface.
The real object(s): FigText
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigAssociationEnd.java

Proxy Pattern.
FigPackage is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigPackage.java

Proxy Pattern.
FigInterface is a proxy.
FigClassifierBox is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigInterface.java

Proxy Pattern.
FigInstance is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigText
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigInstance.java

Proxy Pattern.
FigComment is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigText
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigComment.java

Proxy Pattern.
FigUseCase is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigMyCircle
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigUseCase.java

Proxy Pattern.
FigSynchState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigText
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigSynchState.java

Proxy Pattern.
FigSubmachineState is a proxy.
FigState is a proxy interface.
The real object(s): FigLine
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigSubmachineState.java

Proxy Pattern.
FigStubState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigText
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigStubState.java

Proxy Pattern.
FigSimpleState is a proxy.
FigState is a proxy interface.
The real object(s): FigLine
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigSimpleState.java

Proxy Pattern.
FigHistoryState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigText
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigHistoryState.java

Proxy Pattern.
FigJunctionState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigPoly
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigJunctionState.java

Proxy Pattern.
FigJoinState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigJoinState.java

Proxy Pattern.
FigInitialState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigCircle
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigInitialState.java

Proxy Pattern.
FigForkState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigForkState.java

Proxy Pattern.
FigFinalState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigCircle
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigFinalState.java

Proxy Pattern.
FigBranchState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigCircle
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigBranchState.java

Proxy Pattern.
FigObject is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigObject.java

Proxy Pattern.
FigMNodeInstance is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigCube
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigMNodeInstance.java

Proxy Pattern.
FigMNode is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigCube
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigMNode.java

Proxy Pattern.
FigComponentInstance is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java

Proxy Pattern.
FigClassifierRole is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigClassifierRole.java

Proxy Pattern.
FigClassifierRole is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/collaboration/ui/FigClassifierRole.java

Proxy Pattern.
FigConcurrentRegion is a proxy.
FigState is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigConcurrentRegion.java

Proxy Pattern.
FigCompositeState is a proxy.
FigState is a proxy interface.
The real object(s): FigLine
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigCompositeState.java

Proxy Pattern.
FigComponent is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigComponent.java

Proxy Pattern.
FigMessage is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigPoly
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigMessage.java

Proxy Pattern.
FigSubactivityState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigRRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigSubactivityState.java

Proxy Pattern.
FigPartition is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigLine
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigPartition.java

Proxy Pattern.
FigObjectFlowState is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigObjectFlowState.java

Proxy Pattern.
FigActionState is a proxy.
FigStateVertex is a proxy interface.
The real object(s): FigRRect
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigActionState.java

Proxy Pattern.
ToDoList is a proxy.
Serializable is a proxy interface.
The real object(s): LinkedHashSet
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ToDoList.java

Proxy Pattern.
AddToDoItemDialog is a proxy.
ArgoDialog is a proxy interface.
The real object(s): JTextField
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/AddToDoItemDialog.java

Proxy Pattern.
EmailExpertDialog is a proxy.
ArgoDialog is a proxy interface.
The real object(s): JTextField
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/EmailExpertDialog.java

Proxy Pattern.
TabToDo is a proxy.
AbstractArgoJPanel is a proxy interface.
The real object(s): BorderSplitPane
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/TabToDo.java

Proxy Pattern.
ProjectBrowser is a proxy.
JFrame is a proxy interface.
The real object(s): BorderSplitPane
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ProjectBrowser.java

Proxy Pattern.
Project is a proxy.
Serializable is a proxy interface.
The real object(s): HashMap
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/Project.java

Proxy Pattern.
DebugTMDialog is a proxy.
JDialog is a proxy interface.
The real object(s): JList
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/targetmanager/TargetManager.java

Proxy Pattern.
Designer is a proxy.
Serializable is a proxy interface.
The real object(s): PropertyChangeSupport
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/Designer.java

Proxy Pattern.
SnoozeOrder is a proxy.
Serializable is a proxy interface.
The real object(s): Date
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/SnoozeOrder.java

Proxy Pattern.
PerspectiveConfigurator is a proxy.
ArgoDialog is a proxy interface.
The real object(s): JPanel
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveConfigurator.java

Proxy Pattern.
RESequenceDiagramDialog is a proxy.
ArgoDialog is a proxy interface.
The real object(s): CheckboxTableModel
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java

Proxy Pattern.
FigMessage is a proxy.
FigEdgeModelElement is a proxy interface.
The real object(s): FigTextGroup
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/FigMessage.java

Proxy Pattern.
FigCommentPort is a proxy.
FigNodeModelElement is a proxy interface.
The real object(s): FigCircle
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigCommentPort.java

Proxy Pattern.
UMLAddDialog is a proxy.
JPanel is a proxy interface.
The real object(s): Vector
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLAddDialog.java

Proxy Pattern.
SourcePathDialog is a proxy.
ArgoDialog is a proxy interface.
The real object(s): JTable
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SourcePathDialog.java

Proxy Pattern.
TabResults is a proxy.
AbstractArgoJPanel is a proxy interface.
The real object(s): JTable
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/TabResults.java

Proxy Pattern.
AboutBox is a proxy.
JDialog is a proxy interface.
The real object(s): SplashPanel
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/AboutBox.java

Proxy Pattern.
StylePanelFigNodeModelElement is a proxy.
StylePanelFig is a proxy interface.
The real object(s): JPanel
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/StylePanelFigNodeModelElement.java

Proxy Pattern.
AttributeCodePiece is a proxy.
NamedCodePiece is a proxy interface.
The real object(s): CompositeCodePiece
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/AttributeCodePiece.java

Proxy Pattern.
WizBreakCircularComp is a proxy.
UMLWizard is a proxy interface.
The real object(s): WizStepChoice
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizBreakCircularComp.java

Proxy Pattern.
WizAssocComposite is a proxy.
UMLWizard is a proxy interface.
The real object(s): WizStepChoice
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizAssocComposite.java

Proxy Pattern.
WizNavigable is a proxy.
UMLWizard is a proxy interface.
The real object(s): WizStepChoice
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizNavigable.java

Proxy Pattern.
WizMEName is a proxy.
UMLWizard is a proxy interface.
The real object(s): WizStepTextField
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizMEName.java

Proxy Pattern.
WizAddInstanceVariable is a proxy.
UMLWizard is a proxy interface.
The real object(s): WizStepTextField
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizAddInstanceVariable.java

Proxy Pattern.
WizTooMany is a proxy.
UMLWizard is a proxy interface.
The real object(s): WizStepTextField
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizTooMany.java

Proxy Pattern.
WizAddOperation is a proxy.
UMLWizard is a proxy interface.
The real object(s): WizStepTextField
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizAddOperation.java

Proxy Pattern.
WizAddConstructor is a proxy.
UMLWizard is a proxy interface.
The real object(s): WizStepTextField
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java

Proxy Pattern.
WizManyNames is a proxy.
UMLWizard is a proxy interface.
The real object(s): WizStepManyTextFields
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizManyNames.java

Proxy Pattern.
WizOperName is a proxy.
WizMEName is a proxy interface.
The real object(s): WizStepChoice
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizOperName.java

Proxy Pattern.
TabChecklist is a proxy.
AbstractArgoJPanel is a proxy interface.
The real object(s): TableModelChecklist
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/checklist/ui/TabChecklist.java

Proxy Pattern.
SettingsTabModules is a proxy.
SettingsTabHelper is a proxy interface.
The real object(s): JTable
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/moduleloader/SettingsTabModules.java

Proxy Pattern.
SettingsTabNotation is a proxy.
SettingsTabHelper is a proxy interface.
The real object(s): ShadowComboBox
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/ui/SettingsTabNotation.java

Proxy Pattern.
SettingsTabAppearance is a proxy.
SettingsTabHelper is a proxy interface.
The real object(s): JComboBox
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabAppearance.java

Proxy Pattern.
SettingsTabEnvironment is a proxy.
SettingsTabHelper is a proxy interface.
The real object(s): JComboBox
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabEnvironment.java

Proxy Pattern.
TabTaggedValues is a proxy.
AbstractArgoJPanel is a proxy interface.
The real object(s): TabTaggedValuesModel
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabTaggedValues.java

Proxy Pattern.
TabConstraints is a proxy.
AbstractArgoJPanel is a proxy interface.
The real object(s): OCLEditor
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabConstraints.java

Proxy Pattern.
TabDiagram is a proxy.
AbstractArgoJPanel is a proxy interface.
The real object(s): JGraph
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/TabDiagram.java

Proxy Pattern.
TabStereotype is a proxy.
PropPanel is a proxy interface.
The real object(s): UMLModelElementListModel2
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabStereotype.java

Adapter Pattern.
Adapting classes:  BasicComboBoxEditor Object FocusListener EventListener ComboBoxEditor
UMLComboBoxEditor is an adapter class.
UMLImagePanel is the adaptee class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLEditableComboBox.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLEditableComboBox.java

Adapter Pattern.
Adapting classes:  Object Runnable
ImportRun is an adapter class.
SimpleTimer is the adaptee class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/util/logging/SimpleTimer.java

Adapter Pattern.
Adapting classes:  JMenuBar JComponent Container Component Object Serializable MenuContainer ImageObserver MenuElement Accessible ArgoModuleEventListener ArgoEventListener EventListener
GenericArgoMenuBar is an adapter class.
LastRecentlyUsedMenuList is the adaptee class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/GenericArgoMenuBar.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/LastRecentlyUsedMenuList.java

Adapter Pattern.
Adapting classes:  Observable Object
Agency is an adapter class.
ControlMech is the adaptee class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/Agency.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/ControlMech.java

Adapter Pattern.
Adapting classes:  ArgoDialog Dialog Dialog JDialog Window Container Component Object Serializable MenuContainer ImageObserver Accessible RootPaneContainer WindowConstants ActionListener EventListener ItemListener
RESequenceDiagramDialog is an adapter class.
Modeller is the adaptee class.
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/Modeller.java

Facade Pattern.
ArgoEventPump is a facade class.
Hidden types: ArgoEvent ArgoModuleEventListener ArgoNotationEventListener ArgoGeneratorEventListener
Facade access types: NotationComboBox ModuleLoader TabProps GeneratorManager GenericArgoMenuBar FigEdgeModelElement FigNodeModelElement FigObjectFlowState Notation NotationProviderFactory NotationNameImpl LanguageComboBox
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/events/ArgoEventPump.java

Facade Pattern.
ModuleLoader is a facade class.
Hidden types: Translator ArgoModule ArgoSingletonModule Pluggable ArgoEventPump
Facade access types: ModuleTableModel Argo
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/modules/ModuleLoader.java

Facade Pattern.
Configuration is a facade class.
Hidden types: ConfigurationFactory ConfigurationHandler
Facade access types: ArgoEditor Translator Argo ProfileJava ConfigLoader LookAndFeelMgr ActionSaveGraphics ActionSaveAllGraphics ActionOpenProject ImportClasspathDialog Import ActionSaveConfiguration ActionImportXMI ActionExportXMI FigPackage UMLDiagram ExplorerEventAdaptor NotationHelper GeneratorDisplay Notation TabToDo ProjectBrowser Critic Designer Main PerspectiveManager ExplorerTree SaveGraphicsManager ActionSaveDiagramToClipboard LastRecentlyUsedMenuList ImportClassLoader GeneratorJava StartCritics CodePieceCollector SettingsTabNotation SettingsTabAppearance SettingsTabEnvironment SettingsTabLayout SettingsTabPreferences SettingsTabUser
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/Configuration.java

Facade Pattern.
Argo is a facade class.
Hidden types: ModuleLoader ResourceLoaderWrapper
Facade access types: TabProps Import ActionSettings GenericArgoMenuBar InitNotationUml InitNotationJava Main AboutBox NotationProviderFactory SettingsTabEnvironment
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/api/Argo.java

Facade Pattern.
ModuleLoader2 is a facade class.
Hidden types: ModuleInterface ModuleStatus
Facade access types: ModuleTableModel Main SettingsTabModules
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/moduleloader/ModuleLoader2.java

Facade Pattern.
PropPanelPackage is a facade class.
Hidden types: Translator TargetManager
Facade access types: PropPanelPackage
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/model_management/PropPanelPackage.java

Facade Pattern.
PropPanelGeneralization is a facade class.
Hidden types: TargetManager Translator
Facade access types: PropPanelGeneralization
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelGeneralization.java

Facade Pattern.
PropPanelClass is a facade class.
Hidden types: Translator TargetManager
Facade access types: PropPanelClass
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelClass.java

Facade Pattern.
PropPanelAssociationClass is a facade class.
Hidden types: Translator TargetManager
Facade access types: PropPanelAssociationClass
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationClass.java

Facade Pattern.
PropPanelPseudostate is a facade class.
Hidden types: TargetManager Translator ResourceLoaderWrapper
Facade access types: PropPanelPseudostate
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelPseudostate.java

Facade Pattern.
UMLComboBoxEditor is a facade class.
Hidden types: UMLListCellRenderer2 ResourceLoaderWrapper
Facade access types: UMLComboBoxEditor
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLEditableComboBox.java

Facade Pattern.
UMLStimulusActionTextField is a facade class.
Hidden types: UMLStimulusActionTextProperty UMLUserInterfaceContainer
Facade access types: UMLStimulusActionTextField
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/UMLStimulusActionTextField.java

Facade Pattern.
TabProps is a facade class.
Hidden types: ArgoEventPump PluggablePropertyPanel Argo
Facade access types: DetailsPane
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabProps.java

Facade Pattern.
ActionSaveGraphics is a facade class.
Hidden types: SaveGraphicsManager Translator Configuration SuffixFilter
Facade access types: ActionSaveGraphics
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSaveGraphics.java

Facade Pattern.
ActionSaveAllGraphics is a facade class.
Hidden types: TargetManager SaveGraphicsManager Configuration Translator
Facade access types: ActionSaveAllGraphics
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSaveAllGraphics.java

Facade Pattern.
ClassdiagramLayouter is a facade class.
Hidden types: ClassdiagramNode ClassdiagramEdge ClassdiagramInheritanceEdge ClassdiagramModelElementFactory
Facade access types: ActionLayout
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/layout/ClassdiagramLayouter.java

Facade Pattern.
DiagramInterface is a facade class.
Hidden types: ClassDiagramGraphModel ArgoDiagram ProjectMemberDiagram DiagramFactory FigClass FigInterface MemberList ProjectMember
Facade access types: ActionAddAllClassesFromModel Import Modeller
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/DiagramInterface.java

Facade Pattern.
ImportClasspathDialog is a facade class.
Hidden types: Configuration Import
Facade access types: OkListener
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Facade Pattern.
Import is a facade class.
Hidden types: Translator ArgoModule Argo
Facade access types: JavaImport ImportClasspathDialog Modeller FileImportSupport
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Facade Pattern.
ImportRun is a facade class.
Hidden types: Import SimpleTimer ProjectBrowser ProjectManager DiagramInterface PluggableImport ClassdiagramLayouter ExplorerEventAdaptor
Facade access types: Import$ImportRun$1
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/Import.java

Facade Pattern.
ClassGenerationDialog is a facade class.
Hidden types: GeneratorManager CodeGenerator Translator
Facade access types: TableModelClassChecks
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Facade Pattern.
TableModelClassChecks is a facade class.
Hidden types: NotationName Notation
Facade access types: ClassGenerationDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ui/ClassGenerationDialog.java

Facade Pattern.
ActionCollaborationDiagram is a facade class.
Hidden types: TargetManager DiagramFactory
Facade access types: ActionCollaborationDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionCollaborationDiagram.java

Facade Pattern.
ZoomSliderButton is a facade class.
Hidden types: Translator ResourceLoaderWrapper
Facade access types: ZoomSliderButton$3
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ZoomSliderButton.java

Facade Pattern.
ActionSettings is a facade class.
Hidden types: Translator Argo PluggableSettingsTab SettingsTabPanel
Facade access types: ActionSettings$2
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/ActionSettings.java

Facade Pattern.
GenericArgoMenuBar is a facade class.
Hidden types: Argo PluggableMenu Pluggable ArgoEventPump LastRecentlyUsedMenuList Main
Facade access types: ActionOpenProject ActionImportXMI ProjectBrowser InitMenusLater
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/GenericArgoMenuBar.java

Facade Pattern.
ToDoPane is a facade class.
Hidden types: Translator TreeModelComposite PerspectiveSupport
Facade access types: ActionGoToCritique
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/ToDoPane.java

Facade Pattern.
ResolvedCritic is a facade class.
Hidden types: ListSet ItemUID
Facade access types: ResolvedCritic
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ResolvedCritic.java

Facade Pattern.
FigClass is a facade class.
Hidden types: TargetManager ParserDisplay
Facade access types: ClassDiagramRenderer DiagramInterface
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigClass.java

Facade Pattern.
FigAssociation is a facade class.
Hidden types: Translator NotationHelper
Facade access types: ClassDiagramRenderer FigAssociationClass FigAssociationRole
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/FigAssociation.java

Facade Pattern.
FigPackage is a facade class.
Hidden types: NotationProvider4 DiagramFactory Configuration
Facade access types: ClassDiagramRenderer FigSubsystem FigModel UseCaseDiagramRenderer
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigPackage.java

Facade Pattern.
FigInterface is a facade class.
Hidden types: TargetManager ParserDisplay
Facade access types: ClassDiagramRenderer DiagramInterface StylePanelFigInterface
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigInterface.java

Facade Pattern.
FigEdgeNote is a facade class.
Hidden types: Translator UUIDHelper
Facade access types: ClassDiagramRenderer UseCaseDiagramRenderer
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/FigEdgeNote.java

Facade Pattern.
FigUseCase is a facade class.
Hidden types: TargetManager ParserDisplay
Facade access types: UseCaseDiagramRenderer ActionCompartmentDisplay StylePanelFigUseCase
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/FigUseCase.java

Facade Pattern.
ActionCompartmentDisplay is a facade class.
Hidden types: AttributesCompartmentContainer OperationsCompartmentContainer ExtensionsCompartmentContainer
Facade access types: FigInterface FigClass FigUseCase
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/ActionCompartmentDisplay.java

Facade Pattern.
FigTransition is a facade class.
Hidden types: NotationProviderFactory2 NotationProvider4
Facade access types: FigTransition
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/state/ui/FigTransition.java

Facade Pattern.
FigMNodeInstance is a facade class.
Hidden types: NotationProviderFactory2 NotationProvider4
Facade access types: FigMNodeInstance
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigMNodeInstance.java

Facade Pattern.
FigComponentInstance is a facade class.
Hidden types: NotationProviderFactory2 NotationProvider4
Facade access types: FigComponentInstance
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/deployment/ui/FigComponentInstance.java

Facade Pattern.
UMLClassDiagram is a facade class.
Hidden types: Translator TargetManager
Facade access types: DiagramFactory
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/UMLClassDiagram.java

Facade Pattern.
UMLSequenceDiagram is a facade class.
Hidden types: Translator ResourceLoaderWrapper
Facade access types: DiagramFactory
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/sequence/ui/UMLSequenceDiagram.java

Facade Pattern.
DiagramFactory is a facade class.
Hidden types: UMLClassDiagram UMLUseCaseDiagram UMLStateDiagram UMLDeploymentDiagram UMLCollaborationDiagram UMLActivityDiagram UMLSequenceDiagram GraphChangeAdapter
Facade access types: ActionUseCaseDiagram ActionStateDiagram ActionSequenceDiagram XMIParser ActionDeploymentDiagram DiagramInterface ActionClassDiagram ActionActivityDiagram ActionCollaborationDiagram ProjectManager ProjectBrowser Project RESequenceDiagramDialog FigPackage
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/DiagramFactory.java

Facade Pattern.
ExplorerEventAdaptor is a facade class.
Hidden types: TreeModelUMLEventListener ConfigurationKey
Facade access types: ActionAddDiagram ActionSequenceDiagram RESequenceDiagramDialog Project ExplorerTreeModel FigPackage
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerEventAdaptor.java

Facade Pattern.
MyTokenizer is a facade class.
Hidden types: TokenSep CustomSeparator
Facade access types: DocumentationManager NotationUtilityUml ParserDisplay ModelElementNameNotationUml
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/util/MyTokenizer.java

Facade Pattern.
ParserDisplay is a facade class.
Hidden types: MyTokenizer NotationUtilityUml NotationName PropertySpecialString
Facade access types: StateBodyNotationUml FigClass FigInterface FigUseCase FigClassifierRole FigMessage FigObjectFlowState TransitionNotationUml
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/generator/ParserDisplay.java

Facade Pattern.
FigObjectFlowState is a facade class.
Hidden types: ParserDisplay ArgoEventPump
Facade access types: FigObjectFlowState
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigObjectFlowState.java

Facade Pattern.
FigActionState is a facade class.
Hidden types: NotationProviderFactory2 NotationProvider4
Facade access types: FigCallState
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/activity/ui/FigActionState.java

Facade Pattern.
InitNotationUml is a facade class.
Hidden types: Notation Argo
Facade access types: NotationProviderFactory2
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/InitNotationUml.java

Facade Pattern.
InitNotationJava is a facade class.
Hidden types: Notation Argo
Facade access types: NotationProviderFactory2
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/java/InitNotationJava.java

Facade Pattern.
NotationProviderFactory2 is a facade class.
Hidden types: InitNotationUml InitNotationJava NotationContext
Facade access types: FigNodeModelElement InitNotationJava FigState FigObject FigTransition FigMNodeInstance FigComponentInstance FigActionState InitNotationUml
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProviderFactory2.java

Facade Pattern.
UseCaseDiagramRenderer is a facade class.
Hidden types: GraphChangeAdapter CommentEdge
Facade access types: UseCaseDiagramRenderer
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/use_case/ui/UseCaseDiagramRenderer.java

Facade Pattern.
AddToDoItemDialog is a facade class.
Hidden types: TargetManager Translator
Facade access types: AddToDoItemDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/AddToDoItemDialog.java

Facade Pattern.
PersistenceManager is a facade class.
Hidden types: MultitypeFileFilter XmiFilePersister ZargoFilePersister
Facade access types: ActionOpenProject ActionImportXMI ActionExportXMI ActionShowXMLDump ProjectBrowser Project Main ZipFilePersister UmlFilePersister
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/PersistenceManager.java

Facade Pattern.
Project is a facade class.
Hidden types: ItemUID ProfileJava
Facade access types: AbstractProjectMember PropPanel ArgoParser UMLStructuralFeatureTypeComboBoxModel UMLModelElementNamespaceComboBoxModel PropPanelClassifier ActionNewParameter ActionNewStereotype ActionBaseDelete PropPanelDiagram ActionAddDiagram ActionSequenceDiagram UMLTagDefinitionNamespaceComboBoxModel ActionSaveProject ActionSaveGraphics ActionOpenProject ActionLayout ActionSaveAllGraphics DiagramInterface ActionGenerationSettings Import ActionGenerateProjectCode ClassGenerationDialog ActionDeploymentDiagram ActionImportXMI FigEdgeModelElement FigNodeModelElement ActionGenerateAll FigDependency FigGeneralization FigAssociationEnd FigAssociation FigPackage FigOperationsCompartment StereotypeUtility FigAttributesCompartment ActionAddNote UMLMutableGraphSupport ActionEdgesDisplay UMLDiagram ArgoDiagram SequenceDiagramGraphModel RadioAction StateDiagramGraphModel ActionDeleteConcurrentRegion NotationUtilityUml UMLTagDefinitionTypeComboBoxModel ProjectManager UMLToDoItem ProjectBrowser TargetManager XmiFilePersister ZipFilePersister UmlFilePersister DiagramMemberFilePersister GoStatemachineToDiagram GoProjectToStateMachine GoProjectToModel GoProjectToDiagram GoProjectToCollaboration GoOperationToSequenceDiagram GoOperationToCollaborationDiagram GoNamespaceToDiagram GoModelToDiagrams GoCollaborationToDiagram GoClassifierToSequenceDiagram GoBehavioralFeatureToStateDiagram Modeller RESequenceDiagramDialog UMLObjectFlowStateClassifierComboBoxModel UMLTagDefinitionOwnerComboBoxModel ActionSetTagDefinitionOwner ActionAddParameter UMLGeneralizationPowertypeComboBoxModel ActionNewActor ActionRemoveModelElement UMLStateMachineContextComboBoxModel ActionRemoveArgument ActionAddContextSignal UMLReceptionSignalComboBoxModel ActionAddInstanceClassifier ActionAddCreateActionInstantiation ActionAddAssociationSpecification UMLSubmachineStateComboBoxModel ActionNew GotoDialog ActionGotoDiagram ChildGenFind PredicateNotInTrash StateBodyNotationUml ModelElementNameNotationUml ObjectNotationUml ArgoFacade ZargoFilePersister ActionAddAttribute ActionAddOperation StylePanel StartCritics ModelMemberFilePersister XMIParser TodoListMemberFilePersister ParserDisplay ActionAddExistingNode ActionAddExistingEdge ExplorerPopup ActionNewEvent SourcePathControllerImpl PrintManager CrUML AddExistingNodeCommand CrReservedName WizAddInstanceVariable WizAddOperation WizAddConstructor UMLTagDefinitionComboBoxModel TabStyle DnDJGraph ActionAddTopLevelPackage UMLDiagramNameDocument
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/kernel/Project.java

Facade Pattern.
Agency is a facade class.
Hidden types: CompoundCritic ControlMech StandardCM
Facade access types: Designer Init
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/critics/Agency.java

Facade Pattern.
Main is a facade class.
Hidden types: Configuration Translator Tools SimpleTimer LookAndFeelMgr GeneratorDisplay Actions PersistenceManager ActionExit StatusBar SplashScreen Designer ProjectManager ModuleLoader2 CommandLineInterface
Facade access types: GenericArgoMenuBar
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/application/Main.java

Facade Pattern.
XmiFilePersister is a facade class.
Hidden types: MemberList Project ProjectMember XMIParser ProjectManager
Facade access types: PersistenceManager
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/XmiFilePersister.java

Facade Pattern.
ZipFilePersister is a facade class.
Hidden types: MemberList Project ProjectMember XMIParser ProjectManager
Facade access types: PersistenceManager
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/ZipFilePersister.java

Facade Pattern.
UmlFilePersister is a facade class.
Hidden types: XmlInputStream ArgoParser
Facade access types: ZargoFilePersister PersistenceManager
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/UmlFilePersister.java

Facade Pattern.
PerspectiveManager is a facade class.
Hidden types: PerspectiveManagerListener Configuration
Facade access types: NavigatorPane PerspectiveConfigurator PerspectiveComboBox
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/PerspectiveManager.java

Facade Pattern.
ExplorerTreeModel is a facade class.
Hidden types: PerspectiveRule WeakExplorerNode ExplorerPerspective TypeThenNameOrder
Facade access types: ExplorerTreeNode
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTreeModel.java

Facade Pattern.
ExplorerTree is a facade class.
Hidden types: Generator2 GeneratorDisplay ProjectManager Configuration
Facade access types: ExplorerTargetListener
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTree.java

Facade Pattern.
ExplorerTargetListener is a facade class.
Hidden types: ExplorerTree TargetEvent
Facade access types: ExplorerTargetListener
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/explorer/ExplorerTree.java

Facade Pattern.
MultiEditorPane is a facade class.
Hidden types: ConfigLoader TargetManager
Facade access types: MultiEditorPane
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/MultiEditorPane.java

Facade Pattern.
Modeller is a facade class.
Hidden types: ParseState DiagramInterface PackageContext Context OCLUtil
Facade access types: RESequenceDiagramDialog JavaImport JavaRecognizer
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/java/Modeller.java

Facade Pattern.
RESequenceDiagramDialog is a facade class.
Hidden types: TargetManager DiagramFactory Modeller JavaLexer JavaRecognizer MessageNode
Facade access types: RESequenceDiagramDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/reveng/ui/RESequenceDiagramDialog.java

Facade Pattern.
LastRecentlyUsedMenuList is a facade class.
Hidden types: ActionReopenProject Configuration
Facade access types: GenericArgoMenuBar
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/LastRecentlyUsedMenuList.java

Facade Pattern.
ActionCopy is a facade class.
Hidden types: ResourceLoaderWrapper Translator
Facade access types: UMLTextArea2 UMLTextField2 TabDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionCopy.java

Facade Pattern.
ActionCut is a facade class.
Hidden types: ResourceLoaderWrapper Translator
Facade access types: UMLTextArea2 UMLTextField2 TabDiagram
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionCut.java

Facade Pattern.
DiagramNameDocument is a facade class.
Hidden types: TargetEvent TargetManager
Facade access types: DiagramNameDocument
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/ui/DiagramNameDocument.java

Facade Pattern.
SourcePathDialog is a facade class.
Hidden types: SourcePathController Translator
Facade access types: SourcePathDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SourcePathDialog.java

Facade Pattern.
DesignIssuesDialog is a facade class.
Hidden types: Decision Translator
Facade access types: DesignIssuesDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/DesignIssuesDialog.java

Facade Pattern.
GoalsDialog is a facade class.
Hidden types: Goal Translator
Facade access types: GoalsDialog
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoalsDialog.java

Facade Pattern.
AboutBox is a facade class.
Hidden types: Translator Tools Argo PluggableAboutTab AboutTabPanel
Facade access types: AboutBox
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/AboutBox.java

Facade Pattern.
GoListToDecisionsToItems is a facade class.
Hidden types: ToDoList Designer Poster ToDoItem DecisionModel
Facade access types: GoListToDecisionsToItems
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToDecisionsToItems.java

Facade Pattern.
GoListToGoalsToItems is a facade class.
Hidden types: ToDoList Designer Poster ToDoItem GoalModel
Facade access types: GoListToGoalsToItems
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToGoalsToItems.java

Facade Pattern.
GoListToPriorityToItem is a facade class.
Hidden types: PriorityNode Designer ToDoList ToDoItem
Facade access types: GoListToPriorityToItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToPriorityToItem.java

Facade Pattern.
GoListToTypeToItem is a facade class.
Hidden types: KnowledgeTypeNode ToDoList Designer ToDoItem
Facade access types: GoListToTypeToItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToTypeToItem.java

Facade Pattern.
GoListToOffenderToItem is a facade class.
Hidden types: ListSet ToDoList Designer ToDoItem
Facade access types: GoListToOffenderToItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToOffenderToItem.java

Facade Pattern.
GoListToPosterToItem is a facade class.
Hidden types: ToDoList Designer ListSet ToDoItem
Facade access types: GoListToPosterToItem
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/cognitive/ui/GoListToPosterToItem.java

Facade Pattern.
ClassDiagramRenderer is a facade class.
Hidden types: GraphChangeAdapter CommentEdge
Facade access types: ClassDiagramRenderer
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/ClassDiagramRenderer.java

Facade Pattern.
TransitionNotationUml is a facade class.
Hidden types: ParserDisplay GeneratorDisplay
Facade access types: TransitionNotationUml
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/TransitionNotationUml.java

Facade Pattern.
StateBodyNotationUml is a facade class.
Hidden types: GeneratorDisplay ParserDisplay Project ProjectManager
Facade access types: ModelElementInfoList
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/StateBodyNotationUml.java

Facade Pattern.
InfoItem is a facade class.
Hidden types: Generator2 GeneratorDisplay
Facade access types: ModelElementInfoList
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/StateBodyNotationUml.java

Facade Pattern.
ModelElementNameNotationUml is a facade class.
Hidden types: NotationHelper GeneratorDisplay MyTokenizer NotationUtilityUml Project ProjectManager
Facade access types: ModelElementNameNotationUml
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/ModelElementNameNotationUml.java

Facade Pattern.
ObjectNotationUml is a facade class.
Hidden types: Project ProjectManager
Facade access types: ObjectNotationUml
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/uml/ObjectNotationUml.java

Facade Pattern.
NotationProviderFactory is a facade class.
Hidden types: GeneratorDisplay Argo
Facade access types: Notation
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/NotationProviderFactory.java

Facade Pattern.
GeneratorJava is a facade class.
Hidden types: Configuration DocumentationManager JavaRecognizer CodePieceCollector ArgoVersion
Facade access types: AttributeCodePiece TransitionNotationJava ModelElementNameNotationJava PackageCodePiece ClassCodePiece InterfaceCodePiece ClassifierEndCodePiece OperationCodePiece
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/GeneratorJava.java

Facade Pattern.
TransitionNotationJava is a facade class.
Hidden types: StatusBar ProjectBrowser GeneratorJava
Facade access types: TransitionNotationJava
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/java/TransitionNotationJava.java

Facade Pattern.
ModelElementNameNotationJava is a facade class.
Hidden types: StatusBar ProjectBrowser GeneratorJava
Facade access types: ModelElementNameNotationJava
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/notation/java/ModelElementNameNotationJava.java

Facade Pattern.
ZargoFilePersister is a facade class.
Hidden types: ArgoVersion MemberList ProjectMember
Facade access types: PersistenceManager
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/ZargoFilePersister.java

Facade Pattern.
ClClassName is a facade class.
Hidden types: FigNodeModelElement FigEdgeModelElement
Facade access types: CrMissingClassName CrMissingStateName CrDisambigClassName CrDisambigStateName CrNameConfusion CrUnconventionalClassName CrUnconventionalPackName CrReservedName CrIllegalName
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/ClClassName.java

Facade Pattern.
StylePanelFigClass is a facade class.
Hidden types: AttributesCompartmentContainer OperationsCompartmentContainer
Facade access types: StylePanelFigClass
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/diagram/static_structure/ui/StylePanelFigClass.java

Facade Pattern.
PGMLStackParser is a facade class.
Hidden types: OperationsCompartmentContainer AttributesCompartmentContainer StereotypeContainer VisibilityContainer PathContainer ExtensionsCompartmentContainer
Facade access types: PGMLStackParser
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/PGMLStackParser.java

Facade Pattern.
ActionSetSourcePath is a facade class.
Hidden types: TargetManager FileChooserFactory Translator
Facade access types: ActionSetSourcePath
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/ActionSetSourcePath.java

Facade Pattern.
SourcePathControllerImpl is a facade class.
Hidden types: SourcePathTableModel ProjectManager Project
Facade access types: SourcePathControllerImpl
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/SourcePathControllerImpl.java

Facade Pattern.
PrintManager is a facade class.
Hidden types: Project ProjectManager
Facade access types: ActionPageSetup ActionPrint
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/cmd/PrintManager.java

Facade Pattern.
CodePieceCollector is a facade class.
Hidden types: CodePiece NamedCodePiece
Facade access types: GeneratorJava JavaRecognizer
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/CodePieceCollector.java

Facade Pattern.
CrUML is a facade class.
Hidden types: Translator CriticOclEvaluator
Facade access types: CrWrongDepEnds CrSingletonViolatedOnlyPrivateConstructors CrSingletonViolatedMissingStaticAttr CrConsiderSingleton CrMultipleRealization CrMultipleInheritance CrAssocNameConflict CrAttrNameConflict CrOperNameConflict CrCircularAssocClass CrCircularInheritance CrCircularComposition CrCrossNamespaceAssoc CrDupParamName CrDupRoleNames CrFinalSubclassed CrIllegalGeneralization CrAlreadyRealizes CrInterfaceAllPublic CrInterfaceOperOnly CrMultipleAgg CrNWayAgg CrNavFromInterface CrUnnavigableAssoc CrNameConflictAC CrMissingClassName CrMissingAttrName CrMissingOperName CrMissingStateName CrNoInstanceVariables CrNoAssociations CrNonAggDataType CrOppEndConflict CrUselessAbstract CrUselessInterface CrDisambigClassName CrDisambigStateName CrConflictingComposites CrTooManyAssoc CrTooManyAttr CrTooManyOper CrTooManyStates CrTooManyTransitions CrTooManyClasses CrNoTransitions CrNoIncomingTransitions CrNoOutgoingTransitions CrMultipleInitialStates CrNoInitialState CrNoTriggerOrGuard CrNoGuard CrInvalidFork CrInvalidJoin CrInvalidBranch CrEmptyPackage CrNoOperations CrConstructorNeeded CrNameConfusion CrMergeClasses CrSubclassReference CrComponentWithoutNode CrCompInstanceWithoutNode CrClassWithoutComponent CrInterfaceWithoutComponent CrObjectWithoutComponent CrNodeInsideElement CrNodeInstanceInsideElement CrWrongLinkEnds CrInstanceWithoutClassifier CrInvalidHistory CrInvalidSynch CrInvalidJoinTriggerOrGuard CrInvalidForkTriggerOrGuard CrInvalidPseudoStateTrigger CrMultipleDeepHistoryStates CrMultipleShallowHistoryStates CrInvalidInitial CrForkOutgoingTransition CrJoinIncomingTransition CrUnconventionalOperName CrUnconventionalAttrName CrUnconventionalClassName CrUnconventionalPackName CrClassMustBeAbstract CrReservedName CrIllegalName CrNodesOverlap CrZeroLengthEdge CrMultiComposite CrNameConflict CrUtilityViolated CrOppEndVsAttr CrComponentInstanceWithoutClassifier CrConsiderFacade CrNodeInstanceWithoutClassifier CrObjectWithoutClassifier CrSeqInstanceWithoutClassifier
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrUML.java

Facade Pattern.
Init is a facade class.
Hidden types: Checklist Translator CheckManager
Facade access types: StartCritics
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/checklist/Init.java

Facade Pattern.
TodoParser is a facade class.
Hidden types: XMLTokenTableBase Designer ToDoList
Facade access types: TodoListMemberFilePersister
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/TodoParser.java

Facade Pattern.
PrivateHandler is a facade class.
Hidden types: ArgoDiagram FigNodeModelElement FigEdgeModelElement
Facade access types: PrivateHandler
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/PrivateHandler.java

Facade Pattern.
ClassCodePiece is a facade class.
Hidden types: ParseState GeneratorJava
Facade access types: CodeGenerator
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/ClassCodePiece.java

Facade Pattern.
InterfaceCodePiece is a facade class.
Hidden types: ParseState GeneratorJava
Facade access types: CodeGenerator
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/InterfaceCodePiece.java

Facade Pattern.
OperationCodePiece is a facade class.
Hidden types: ParseState GeneratorJava
Facade access types: CodeGenerator
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/OperationCodePiece.java

Facade Pattern.
AttributeCodePiece is a facade class.
Hidden types: ParseState GeneratorJava
Facade access types: CodeGenerator
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/AttributeCodePiece.java

Facade Pattern.
CrReservedName is a facade class.
Hidden types: ProjectManager ClClassName
Facade access types: CrReservedName
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/CrReservedName.java

Facade Pattern.
CodeGenerator is a facade class.
Hidden types: ClassCodePiece InterfaceCodePiece OperationCodePiece AttributeCodePiece
Facade access types: ClassifierEndCodePiece
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/java/generator/CodeGenerator.java

Facade Pattern.
WizBreakCircularComp is a facade class.
Hidden types: Generator2 GeneratorDisplay
Facade access types: WizBreakCircularComp
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizBreakCircularComp.java

Facade Pattern.
WizAddConstructor is a facade class.
Hidden types: TargetManager ProjectManager Profile
Facade access types: CrConstructorNeeded
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java

Facade Pattern.
LanguageComboBox is a facade class.
Hidden types: ArgoEventPump GeneratorManager
Facade access types: LanguageComboBox
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/language/ui/LanguageComboBox.java

Facade Pattern.
SettingsTabNotation is a facade class.
Hidden types: Notation Configuration ArgoVersion
Facade access types: SettingsTabNotation
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/notation/ui/SettingsTabNotation.java

Facade Pattern.
PGMLParser is a facade class.
Hidden types: ArgoDiagram FigNodeModelElement FigEdgeModelElement OperationsCompartmentContainer AttributesCompartmentContainer StereotypeContainer VisibilityContainer PathContainer ExtensionsCompartmentContainer
Facade access types: PGMLParser
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/persistence/PGMLParser.java

Facade Pattern.
SettingsTabAppearance is a facade class.
Hidden types: LookAndFeelMgr Configuration ArgoVersion MyLocale
Facade access types: SettingsTabAppearance$1
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabAppearance.java

Facade Pattern.
SettingsTabEnvironment is a facade class.
Hidden types: Argo Configuration SaveGraphicsManager GResolution ArgoVersion
Facade access types: SettingsTabEnvironment
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabEnvironment.java

Facade Pattern.
TabSrc is a facade class.
Hidden types: GeneratorHelper SourceUnit
Facade access types: TabSrc
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabSrc.java

Facade Pattern.
SettingsTabLayout is a facade class.
Hidden types: Configuration ArgoVersion
Facade access types: SettingsTabLayout
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabLayout.java

Facade Pattern.
SettingsTabPreferences is a facade class.
Hidden types: Configuration ArgoVersion
Facade access types: SettingsTabPreferences
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabPreferences.java

Facade Pattern.
SettingsTabUser is a facade class.
Hidden types: Configuration ArgoVersion
Facade access types: SettingsTabUser
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/ui/SettingsTabUser.java

Facade Pattern.
TabStereotype is a facade class.
Hidden types: Translator TargetManager
Facade access types: AddRemoveListener
File Location: /home/shini/vsuite/SRCargouml/argouml/src_new/org/argouml/uml/ui/TabStereotype.java


------------------------------------------

Pattern Instance Statistics:

Creational Patterns
==============================
Abstract Factory           17
Factory Method             24
Singleton                  28
------------------------------
Structural Patterns
==============================
Adapter                     5
Bridge                     15
Composite                  12
Decorator                   2
Facade                    119
Flyweight                 110
Proxy                      97
------------------------------
Behavioral Patterns
==============================
Chain of Responsibility     2
Mediator                  683
Observer                   18
State                       6
Strategy                   20
Template Method             6
Visitor                     0
------------------------------

Number of classes processed: 1427
Number of files processed: 1224
Size of DelegationTable: 42807
Size of concrete class nodes: 1128
Size of undirected invocation edges: 1983


nMediatorFacadeDual/nMediator = 89/683
nImmutable/nFlyweight = 3/110
nFlyweightGoFVersion = 0