borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.model 

ItemEditMaskRegionChar interface

borland.jbcl.model.ItemEditMaskRegionChar

About the ItemEditMaskRegionChar interface

Methods  

Implemented by ItemEditMaskRegion, ItemEditMaskStr

This interface is used internally by other classes in the JBCL. You should never use this interface directly.


ItemEditMaskRegionChar methods

Methods defined in this interface


ItemEditMaskRegionChar methods

deleteCharAt(java.lang.StringBuffer, int, char)

  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.

getCharAt(java.lang.StringBuffer, int)

  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.

isLiteral(int)

  public boolean isLiteral(int charPosition)

This method is used internally by other classes in the JBCL. You should never use this method directly.

isOptional(int)

  public boolean isOptional(int charPosition)

This method is used internally by other classes in the JBCL. You should never use this method directly.

isValid(int, char)

  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.

setCharAt(java.lang.StringBuffer, int, char)

  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.