Uses of Class
ucot.ui.gui.dot.DotPanel

Packages that use DotPanel
ucot.ui.gui Graphical userInterface and classes related to it. 
ucot.ui.gui.tree.analyzemodeltree Classes related to a tree that displays analyzemodel in a tree. 
ucot.ui.gui.tree.usecasetree Classes related to tree that displays loaded usecases. 
 

Uses of DotPanel in ucot.ui.gui
 

Fields in ucot.ui.gui declared as DotPanel
private  DotPanel GraphicalUI.dotPanel
           
 

Uses of DotPanel in ucot.ui.gui.tree.analyzemodeltree
 

Fields in ucot.ui.gui.tree.analyzemodeltree declared as DotPanel
private  DotPanel AnalyzeModelTree.panel
           
 

Methods in ucot.ui.gui.tree.analyzemodeltree with parameters of type DotPanel
 void AnalyzeModelTree.setStructurePanel(DotPanel dotPanel)
          Sets dotpanel
 

Uses of DotPanel in ucot.ui.gui.tree.usecasetree
 

Fields in ucot.ui.gui.tree.usecasetree declared as DotPanel
private  DotPanel UseCaseTree.dotPanel
           
 

Methods in ucot.ui.gui.tree.usecasetree with parameters of type DotPanel
 void UseCaseTree.setDotPanel(DotPanel panel)
          Method to set the DotPanel which is used to display the model.