com.jaxfront.swing.ui.tools.mask
Class MaskCondition

java.lang.Object
  extended by com.jaxfront.swing.ui.tools.mask.MaskCondition
All Implemented Interfaces:
MaskElement

public class MaskCondition
extends java.lang.Object
implements MaskElement


Field Summary
static boolean AND
           
static boolean OR
           
 
Constructor Summary
MaskCondition(boolean and, MaskElement left, MaskElement right)
           
 
Method Summary
 boolean match(char chr)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static final boolean AND
See Also:
Constant Field Values

OR

public static final boolean OR
See Also:
Constant Field Values
Constructor Detail

MaskCondition

public MaskCondition(boolean and,
                     MaskElement left,
                     MaskElement right)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface MaskElement
Overrides:
toString in class java.lang.Object

match

public boolean match(char chr)
Specified by:
match in interface MaskElement