Interface PartialListVisualizer

All Known Implementing Classes:
PresentationPanel

public interface PartialListVisualizer
Represents visual component which can display (some) elements from the list
Author:
Alexander
  • Method Details

    • showNext

      void showNext(int number)
      Asks visualizer to display next elements
      Parameters:
      number - how much elements should be displayed additionally
    • showNext

      void showNext()
      Asks visualizer to display next elements
    • reset

      void reset()
      Asks visualizer to reset displaying state
    • getShowMoreJustificationsDescription

      String getShowMoreJustificationsDescription()
      Returns:
      an information for user about how much elements will be displayed additionally
    • getDisplayedJustificationCount

      int getDisplayedJustificationCount()
      Returns:
      number of elements displaying currently