org.apache.pivot.wtk
Class ScrollBar.Scope

java.lang.Object
  extended by org.apache.pivot.wtk.ScrollBar.Scope
Enclosing class:
ScrollBar

public static final class ScrollBar.Scope
extends Object

Class representing a scroll bar's scope.


Field Summary
 int end
           
static String END_KEY
           
 int extent
           
static String EXTENT_KEY
           
 int start
           
static String START_KEY
           
 
Constructor Summary
ScrollBar.Scope(Dictionary<String,?> scope)
           
ScrollBar.Scope(int start, int end, int extent)
           
 
Method Summary
static ScrollBar.Scope decode(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

start

public final int start

end

public final int end

extent

public final int extent

START_KEY

public static final String START_KEY
See Also:
Constant Field Values

END_KEY

public static final String END_KEY
See Also:
Constant Field Values

EXTENT_KEY

public static final String EXTENT_KEY
See Also:
Constant Field Values
Constructor Detail

ScrollBar.Scope

public ScrollBar.Scope(int start,
                       int end,
                       int extent)

ScrollBar.Scope

public ScrollBar.Scope(Dictionary<String,?> scope)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

decode

public static ScrollBar.Scope decode(String value)