ProgramixGenericLib v4.0.0

com.programix.gui.text
Class DecimalTextField.RangePair

java.lang.Object
  extended by com.programix.gui.text.DecimalTextField.RangePair
Enclosing class:
DecimalTextField

public static class DecimalTextField.RangePair
extends Object


Constructor Summary
DecimalTextField.RangePair()
          Does: this(6, 2)
DecimalTextField.RangePair(int numIntegerDigits, int numFractionalDigits)
          Does: this(numIntDig, numFracDig, 0.0, getMaxFor(i, f))
DecimalTextField.RangePair(int numIntegerDigits, int numFractionalDigits, BigDecimal minValue, BigDecimal maxValue)
           
 
Method Summary
 DecimalTextField getHiDecimalTextField()
           
 DecimalTextField getLoDecimalTextField()
           
 void setBothTo(BigDecimal newValue)
           
 void setBothTo(String valueStr)
           
 void setValues(BigDecimal loValue, BigDecimal hiValue)
           
 void setValues(String loValueStr, String hiValueStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecimalTextField.RangePair

public DecimalTextField.RangePair(int numIntegerDigits,
                                  int numFractionalDigits,
                                  BigDecimal minValue,
                                  BigDecimal maxValue)

DecimalTextField.RangePair

public DecimalTextField.RangePair(int numIntegerDigits,
                                  int numFractionalDigits)
Does: this(numIntDig, numFracDig, 0.0, getMaxFor(i, f))


DecimalTextField.RangePair

public DecimalTextField.RangePair()
Does: this(6, 2)

Method Detail

getLoDecimalTextField

public DecimalTextField getLoDecimalTextField()

getHiDecimalTextField

public DecimalTextField getHiDecimalTextField()

setBothTo

public void setBothTo(BigDecimal newValue)

setBothTo

public void setBothTo(String valueStr)

setValues

public void setValues(BigDecimal loValue,
                      BigDecimal hiValue)

setValues

public void setValues(String loValueStr,
                      String hiValueStr)

ProgramixGenericLib v4.0.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.