Class CursorPosition


  • public class CursorPosition
    extends java.lang.Object
    A simple tracker of position in an object for that allows more specialized users to extend and add functionality.
    • Constructor Summary

      Constructors 
      Constructor Description
      CursorPosition​(int position)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPosition()  
      void setOffset​(int offset)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • CursorPosition

        public CursorPosition​(int position)
    • Method Detail

      • setOffset

        public void setOffset​(int offset)
      • getPosition

        public int getPosition()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object