com.jaxfront.swing.ui.tools.mask
Class MaskCondition
java.lang.Object
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
|
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 |
AND
public static final boolean AND
- See Also:
- Constant Field Values
OR
public static final boolean OR
- See Also:
- Constant Field Values
MaskCondition
public MaskCondition(boolean and,
MaskElement left,
MaskElement right)
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