borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
borland.jbcl.model.ItemEditMaskRegionChar
Methods
Implemented by ItemEditMaskRegion, ItemEditMaskStr
This interface is used internally by other classes in the JBCL. You should never use this interface directly.
public void deleteCharAt(java.lang.StringBuffer str, int charPosition, char blankChar)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public char getCharAt(java.lang.StringBuffer strBuffer, int charPosition)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public boolean isLiteral(int charPosition)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public boolean isOptional(int charPosition)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public boolean isValid(int charPosition, char c)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public char setCharAt(java.lang.StringBuffer str, int charPosition, char c)
This method is used internally by other classes in the JBCL. You should never use this method directly.