Class TextComponent.TextSelection

java.lang.Object
com.inductiveautomation.snap.swing.TextComponent.TextSelection
All Implemented Interfaces:
RMUndoer.Selection
Enclosing class:
TextComponent

public class TextComponent.TextSelection extends Object implements RMUndoer.Selection
A class to act as text selection.
  • Field Details

    • start

      public int start
    • end

      public int end
  • Constructor Details

    • TextSelection

      public TextSelection()
  • Method Details