Package snap.view

Class TextArea.UndoTextSel

java.lang.Object
snap.view.TextArea.UndoTextSel
All Implemented Interfaces:
Undoer.Selection
Enclosing class:
TextArea

public class TextArea.UndoTextSel extends Object implements Undoer.Selection
A class to act as text selection.
  • Field Details

    • start

      public int start
    • end

      public int end
  • Constructor Details

    • UndoTextSel

      public UndoTextSel()
  • Method Details