Uses of Interface
ucot.ui.UseCasePanelInterface

Packages that use UseCasePanelInterface
ucot.ui.gui Graphical userInterface and classes related to it. 
ucot.ui.gui.tree.usecasetree Classes related to tree that displays loaded usecases. 
 

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)
          Method to set the UseCasePanelInterface which is used to display steps of the selected use case.