Class Pattern


  • public class Pattern
    extends java.lang.Object
    This class is used for creating a Pattern for filling the GUI
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Pattern setKey​(java.lang.Character key, Item value)
      Set the a value to the key used in the pattern
      Pattern setRow​(Row row, java.lang.String value)
      Set the select string pattern to the row
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setRow

        public Pattern setRow​(Row row,
                              java.lang.String value)
        Set the select string pattern to the row
        Parameters:
        row - The row selected
        value - The pattern of this row
        Returns:
        The current instance
      • setKey

        public Pattern setKey​(java.lang.Character key,
                              Item value)
        Set the a value to the key used in the pattern
        Parameters:
        key - Key linked with value
        value - Value to assign
        Returns:
        Current instance