ucot.ui
Interface UseCasePanelInterface

All Known Implementing Classes:
SimpleUseCasePanel

public interface UseCasePanelInterface

Interface for panel wich shows usecase steps

Author:
ilanliuk

Method Summary
 void Clear()
          Indicates the panel that we don't want to see anything
 void refresh()
          Call to notify panel to refresh itself.
 void showUseCase(UseCase usecase)
          Give usecase to show.
 

Method Detail

showUseCase

void showUseCase(UseCase usecase)
Give usecase to show.

Parameters:
usecase -

Clear

void Clear()
Indicates the panel that we don't want to see anything


refresh

void refresh()
Call to notify panel to refresh itself.