Class TextGrid.CellTagPair

  • Enclosing class:
    TextGrid

    public class TextGrid.CellTagPair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      TextGrid.Cell cell  
      java.lang.String tag  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CellTagPair

        public CellTagPair​(TextGrid.Cell cell,
                           java.lang.String tag)