ProgramixGenericLib v4.0.0

com.programix.gui.text
Class IntegerTextField.RangePair

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

public static class IntegerTextField.RangePair
extends Object


Constructor Summary
IntegerTextField.RangePair()
           
IntegerTextField.RangePair(int numIntegerDigits)
           
IntegerTextField.RangePair(int numIntegerDigits, int minValue, int maxValue)
           
 
Method Summary
 IntegerTextField getHiDecimalTextField()
           
 IntegerTextField getLoDecimalTextField()
           
 void setBothTo(int newValue)
           
 void setBothTo(String valueStr)
           
 void setValues(int loValue, int 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

IntegerTextField.RangePair

public IntegerTextField.RangePair(int numIntegerDigits,
                                  int minValue,
                                  int maxValue)

IntegerTextField.RangePair

public IntegerTextField.RangePair(int numIntegerDigits)

IntegerTextField.RangePair

public IntegerTextField.RangePair()
Method Detail

getLoDecimalTextField

public IntegerTextField getLoDecimalTextField()

getHiDecimalTextField

public IntegerTextField getHiDecimalTextField()

setBothTo

public void setBothTo(int newValue)

setBothTo

public void setBothTo(String valueStr)

setValues

public void setValues(int loValue,
                      int 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.