Package view.GUI
Class Trees
java.lang.Object
view.GUI.Trees
Static class to manage and get
DefaultMutableTreeNode
from DTO report- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultMutableTreeNode
Create and returnsDefaultMutableTreeNode
node with all the nested information about a class or an interfacestatic DefaultMutableTreeNode
Create and returnsDefaultMutableTreeNode
node with all the nested information about the packagestatic DefaultMutableTreeNode
Create and returnsDefaultMutableTreeNode
node with all the nested information about the project
-
Method Details
-
createClassOrInterfaceTreeNode
Create and returnsDefaultMutableTreeNode
node with all the nested information about a class or an interface- Parameters:
dto
- the Class or Interface DTO- Returns:
- a
DefaultMutableTreeNode
with all the data of the Class or the Interface
-
createPackageTreeNode
Create and returnsDefaultMutableTreeNode
node with all the nested information about the package- Parameters:
dto
- the Package DTO- Returns:
- a
DefaultMutableTreeNode
with all the data of the Package
-
createProjectTreeNode
Create and returnsDefaultMutableTreeNode
node with all the nested information about the project- Parameters:
dto
- the Project DTO- Returns:
- a
DefaultMutableTreeNode
with all the data of the Project
-