com.retek.commons.gui.mask
Class QuantityMask

java.lang.Object
  extended bycom.retek.commons.gui.mask.QuantityMask
All Implemented Interfaces:
Mask

public class QuantityMask
extends java.lang.Object
implements Mask

This classes handles formatting and unformatting quantity fields. In the future, this should be determined by a properties file.

Retek Inc. Copyright (c) 2002


Constructor Summary
QuantityMask()
           
QuantityMask(boolean useParenthesis)
           
 
Method Summary
 java.lang.String format(java.lang.String text)
           
 java.lang.String format(java.lang.String[] text)
           
 java.lang.String unformat(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuantityMask

public QuantityMask()

QuantityMask

public QuantityMask(boolean useParenthesis)
Method Detail

format

public java.lang.String format(java.lang.String text)
Specified by:
format in interface Mask

format

public java.lang.String format(java.lang.String[] text)
Specified by:
format in interface Mask

unformat

public java.lang.String unformat(java.lang.String text)
Specified by:
unformat in interface Mask


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25