jMobileCore toolkit

com.jmobilecore.ui.core
Class TextAreaComposer.LineRange

java.lang.Object
  extended by com.jmobilecore.ui.core.TextAreaComposer.LineRange
Enclosing class:
TextAreaComposer

public static class TextAreaComposer.LineRange
extends java.lang.Object

LineRange represents 2 numbers - ranges for displayed text


Field Summary
 int from
           
 int to
           
 
Constructor Summary
TextAreaComposer.LineRange(int from, int to)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public int from

to

public int to
Constructor Detail

TextAreaComposer.LineRange

public TextAreaComposer.LineRange(int from,
                                  int to)

jMobileCore toolkit