ucot.ui
Interface UseCasePanelInterface

All Known Implementing Classes:
SimpleUseCasePanel

public interface UseCasePanelInterface

Interface for the component which shows use case steps from given UseCase. User interface should use this interface to control the view of the currently selected use case.

Author:
ilanliuk

Method Summary
 void Clear()
          Clears the use case from the panel
 void refresh()
          Call to notify panel to refresh itself.
 void showUseCase(UseCase usecase)
          Method for giving the panel UseCase to show.
 

Method Detail

showUseCase

void showUseCase(UseCase usecase)

Method for giving the panel UseCase to show.

Parameters:
usecase - UseCase to show.

Clear

void Clear()

Clears the use case from the panel


refresh

void refresh()

Call to notify panel to refresh itself.