Uses of Class
org.cumt.model.DiagramModel

Packages that use DiagramModel
org.cumt.model   
org.cumt.model.sequence   
org.cumt.model.ui   
org.cumt.view   
org.cumt.view.editors   
org.cumt.workbench   
 

Uses of DiagramModel in org.cumt.model
 

Subclasses of DiagramModel in org.cumt.model
 class DefaultDiagramModel
           
 

Uses of DiagramModel in org.cumt.model.sequence
 

Subclasses of DiagramModel in org.cumt.model.sequence
 class SequenceDiagramModel
           
 

Uses of DiagramModel in org.cumt.model.ui
 

Subclasses of DiagramModel in org.cumt.model.ui
 class UserInterfaceDiagramModel
           
 

Uses of DiagramModel in org.cumt.view
 

Methods in org.cumt.view that return DiagramModel
 DiagramModel DiagramView.getModel()
           
 

Methods in org.cumt.view with parameters of type DiagramModel
static DiagramView DiagramViewFactory.createViewForDiagram(DiagramModel diagramModel)
           
 void DiagramView.setModel(DiagramModel model)
           
 

Uses of DiagramModel in org.cumt.view.editors
 

Methods in org.cumt.view.editors with parameters of type DiagramModel
 void CommonViewAttributesEditor.get(DiagramModel diagram)
           
 void CommonViewAttributesEditor.set(DiagramModel diagram)
           
 

Uses of DiagramModel in org.cumt.workbench
 

Methods in org.cumt.workbench that return types with arguments of type DiagramModel
 java.lang.Class<? extends DiagramModel> NewDiagramDialog.getDiagramType()
           
 



Copyright © 2006 null. All Rights Reserved.