Interface Operator.ComponentVisualizer

All Known Implementing Classes:
DefaultVisualizer, EmptyVisualizer, MouseVisualizer
Enclosing class:
Operator

public static interface Operator.ComponentVisualizer
Interface used to make component visible invalid input: '&' ready to to make operations with.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Prepares component for a user input.
  • Method Details

    • makeVisible

      void makeVisible(ComponentOperator compOper)
      Prepares component for a user input.
      Parameters:
      compOper - Operator asking for necessary actions.