Module implementing a dialog showing an imports diagram of a package.
None |
ImportsDiagram | Class implementing a dialog showing an imports diagram of a package. |
None |
Class implementing a dialog showing an imports diagram of a package.
Note: Only package internal imports are show in order to maintain some readability.
None |
None |
ImportsDiagram | Constructor |
__addModule | Private method to add a module to the diagram. |
__buildImports | Private method to build the modules shapes of the diagram. |
__buildModulesDict | Private method to build a dictionary of modules contained in the package. |
__createAssociations | Private method to generate the associations between the module shapes. |
relayout | Method to relayout the diagram. |
show | Overriden method to show the dialog. |
None |
Constructor
Private method to add a module to the diagram.
Private method to build the modules shapes of the diagram.
Private method to build a dictionary of modules contained in the package.
Private method to generate the associations between the module shapes.
Method to relayout the diagram.
Overriden method to show the dialog.