Uses of Interface
ucot.ui.UseCasePanelInterface

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

Uses of UseCasePanelInterface in ucot.ui.gui
 

Classes in ucot.ui.gui that implement UseCasePanelInterface
 class SimpleUseCasePanel
          Simple panel for showing usecase steps
 

Fields in ucot.ui.gui declared as UseCasePanelInterface
private  UseCasePanelInterface GraphicalUI.useCasePanel
           
 

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

Fields in ucot.ui.gui.tree.usecasetree declared as UseCasePanelInterface
private  UseCasePanelInterface UseCaseTree.useCasePanel
           
 

Methods in ucot.ui.gui.tree.usecasetree with parameters of type UseCasePanelInterface
 void UseCaseTree.setUseCasePanel(UseCasePanelInterface useCasePanel)