Uses of Class
APStudio.models.ClassGraphModel

Packages that use ClassGraphModel
APStudio.editors   
APStudio.models.commands   
 

Uses of ClassGraphModel in APStudio.editors
 

Methods in APStudio.editors with parameters of type ClassGraphModel
 void APEditor.setClassGraphModel(ClassGraphModel diagram)
           
 

Uses of ClassGraphModel in APStudio.models.commands
 

Methods in APStudio.models.commands that return ClassGraphModel
 ClassGraphModel AddCommand.getParent()
           
 ClassGraphModel CreateCommand.getParent()
           
 

Methods in APStudio.models.commands with parameters of type ClassGraphModel
 void AddCommand.setParent(ClassGraphModel newParent)
           
 void CreateCommand.setParent(ClassGraphModel newParent)
           
 void DeleteCommand.setParent(ClassGraphModel p)
           
 void OrphanChildCommand.setParent(ClassGraphModel parent)