Uses of Class
ucot.ui.gui.DotPanel

Packages that use DotPanel
ucot.ui.gui   
ucot.ui.gui.tree   
ucot.ui.gui.tree.usecasetree   
 

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
 

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

Methods in ucot.ui.gui.tree with parameters of type DotPanel
 void AnalyzeModelTree.setStructurePanel(DotPanel 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)