JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Class JCSpinNumberBox.Range

java.lang.Object
  |
  +--com.klg.jclass.util.swing.JCSpinNumberBox.Range
All Implemented Interfaces:
Serializable
Enclosing class:
JCSpinNumberBox

public static class JCSpinNumberBox.Range
extends Object
implements Serializable

Public static class to pass in and out the allowable Range of the value.

See Also:
Serialized Form

Field Summary
 Number max
           
 Number min
           
 
Constructor Summary
JCSpinNumberBox.Range(Number min, Number max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public Number min

max

public Number max
Constructor Detail

JCSpinNumberBox.Range

public JCSpinNumberBox.Range(Number min,
                             Number max)

Copyright © 2004 Quest Software Inc..
All rights reserved.