Class TextBlock

java.lang.Object
org.eclipse.epsilon.egl.patch.TextBlock
Direct Known Subclasses:
Patch

public class TextBlock extends Object
Since:
1.6
  • Field Details

  • Constructor Details

    • TextBlock

      public TextBlock(String... lines)
  • Method Details

    • getFirstLine

      protected Line getFirstLine()
    • getLastLine

      protected Line getLastLine()
    • getLines

      public List<Line> getLines()
    • isFirstLine

      protected boolean isFirstLine(Line line)
    • isLastLine

      protected boolean isLastLine(Line line)
    • getPreviousLine

      protected Line getPreviousLine(Line line)
    • getNextLine

      protected Line getNextLine(Line line)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object